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

  /src/games/larn/
diag.c 248 struct stat filetimes; local in function:restoregame
313 fstat(io_infd, &filetimes);
316 if (filetimes.st_ctime > zzz)
318 else if (filetimes.st_mtime > zzz)
327 if (i && (filetimes.st_ino != (ino_t) i))
diag.c 248 struct stat filetimes; local in function:restoregame
313 fstat(io_infd, &filetimes);
316 if (filetimes.st_ctime > zzz)
318 else if (filetimes.st_mtime > zzz)
327 if (i && (filetimes.st_ino != (ino_t) i))
diag.c 248 struct stat filetimes; local in function:restoregame
313 fstat(io_infd, &filetimes);
316 if (filetimes.st_ctime > zzz)
318 else if (filetimes.st_mtime > zzz)
327 if (i && (filetimes.st_ino != (ino_t) i))

Completed in 143 milliseconds