HomeSort by: relevance | last modified time | path
    Searched defs:st_before (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/makewhatis/
makewhatis.c 253 struct stat st_before, st_after; local in function:makewhatis
360 if (stat(whatisdb_new, &st_before) == 0) {
361 if (st_before.st_mtime - time(NULL) > 16*60*60) {
383 if (fstat(outfd, &st_before) == -1)
399 if (st_before.st_dev != st_after.st_dev ||
400 st_before.st_ino != st_after.st_ino) {
makewhatis.c 253 struct stat st_before, st_after; local in function:makewhatis
360 if (stat(whatisdb_new, &st_before) == 0) {
361 if (st_before.st_mtime - time(NULL) > 16*60*60) {
383 if (fstat(outfd, &st_before) == -1)
399 if (st_before.st_dev != st_after.st_dev ||
400 st_before.st_ino != st_after.st_ino) {

Completed in 22 milliseconds