| /src/lib/libc/compat/include/ |
| utime.h | 41 int32_t modtime; /* Modification time */ member in struct:utimbuf50
|
| /src/include/ |
| utime.h | 46 time_t modtime; /* Modification time */ member in struct:utimbuf
|
| /src/usr.bin/mail/ |
| edit.c | 63 time_t modtime; local 101 modtime = 0; 103 modtime = statb.st_mtime; 130 if (modtime == statb.st_mtime) {
|
| /src/external/gpl2/xcvs/dist/lib/ |
| system.h | 112 long modtime; member in struct:utimbuf
|
| /src/usr.sbin/bootp/common/ |
| readfile.c | 148 PRIVATE int32 modtime = 0; /* Last modification time of bootptab */ 344 (st.st_mtime == modtime) && 353 (modtime != 0L) ? "new " : "", 371 modtime = st.st_mtime; 147 PRIVATE int32 modtime = 0; \/* Last modification time of bootptab *\/ variable
|
| /src/external/gpl2/rcs/include/ |
| conf.h | 359 struct utimbuf { time_t actime, modtime; }; member in struct:utimbuf
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-cds.c | 339 isc_time_t modtime; local 344 result = isc_file_getmodtime(filename, &modtime); 349 notbefore = isc_time_seconds(&modtime);
|
| /src/usr.bin/ftp/ |
| cmds.c | 2528 modtime(int argc, char *argv[]) function 2561 * Get file if modtime is more recent than current file
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| sys_defs.h | 1497 time_t modtime; member in struct:utimbuf
|
| /src/external/gpl2/xcvs/dist/src/ |
| rcs.c | 5025 time_t modtime; local 5082 modtime = ws.st_mtime; 5085 modtime = citime; 5087 (void) time (&modtime); 5088 ftm = gmtime (&modtime);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| zone.c | 2096 isc_time_t modtime; local 2101 result = isc_file_getmodtime(zone->masterfile, &modtime); 2103 isc_time_compare(&modtime, &zone->loadtime) > 0) 2111 result = isc_file_getmodtime(include->name, &modtime); 2113 isc_time_compare(&modtime, &include->filetime) > 0)
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zone.c | 2051 isc_time_t modtime; local 2056 result = isc_file_getmodtime(zone->masterfile, &modtime); 2058 isc_time_compare(&modtime, &zone->loadtime) > 0) 2066 result = isc_file_getmodtime(include->name, &modtime); 2068 isc_time_compare(&modtime, &include->filetime) > 0)
|