Searched refs:st1 (Results 1 – 1 of 1) sorted by relevance
72 struct stat st1; in libc_fseek() local356 if (fstat(fd, &st1) < 0) in libc_fseek()384 if (st1.st_ctime >= t) in libc_fseek()389 if (st1.st_mtime >= t) in libc_fseek()394 if (st1.st_ctime >= st2.st_ctime) in libc_fseek()399 if (st1.st_mtime >= st2.st_mtime) in libc_fseek()463 else if (fstat(fileno(fp), &st1) < 0) in libc_fseek()473 else if (ftello(fp) != st1.st_size) in libc_fseek()476 (size_t) st1.st_size, (size_t) ftello(fp)); in libc_fseek()490 else if (fstat(fileno(fp), &st1) < 0) in libc_fseek()[all …]
Completed in 3 milliseconds