/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | utime.d | 53 time_t modtime; in version() member 63 time_t modtime; in version() member 73 time_t modtime; in version() member 83 time_t modtime; in version() member 93 time_t modtime; in version() member 103 time_t modtime; in version() member 113 time_t modtime; in version() member 123 time_t modtime; in version() member 133 time_t modtime; in version() member 143 time_t modtime; in version() member
|
/netbsd-src/usr.bin/mail/ |
H A D | edit.c | 63 time_t modtime; in run_editor() local 101 modtime = 0; in run_editor() 103 modtime = statb.st_mtime; in run_editor() 130 if (modtime == statb.st_mtime) { in run_editor()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | file.c | 141 isc_file_getmodtime(const char *file, isc_time_t *modtime) { 146 REQUIRE(modtime != NULL); in isc_file_getmodtime() 152 isc_time_set(modtime, stats.st_mtime, stats.st_mtim.tv_nsec); in isc_file_getmodtime() 154 isc_time_set(modtime, stats.st_mtime, 0); in isc_file_getmodtime() 142 isc_file_getmodtime(const char * file,isc_time_t * modtime) isc_file_getmodtime() argument
|
/netbsd-src/lib/libc/compat/include/ |
H A D | utime.h | 41 int32_t modtime; /* Modification time */ member
|
/netbsd-src/include/ |
H A D | utime.h | 46 time_t modtime; /* Modification time */ member
|
/netbsd-src/external/bsd/libbind/dist/bsd/ |
H A D | utimes.c | 37 utb.modtime = (time_t)tvp[1].tv_sec; in __utimes()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
H A D | file.c | 143 isc_file_getmodtime(const char *file, isc_time_t *modtime) { in isc_file_getmodtime() argument 148 REQUIRE(modtime != NULL); in isc_file_getmodtime() 154 isc_time_set(modtime, stats.st_mtime, stats.st_mtim.tv_nsec); in isc_file_getmodtime() 156 isc_time_set(modtime, stats.st_mtime, 0); in isc_file_getmodtime()
|
/netbsd-src/lib/libc/gen/ |
H A D | utime.c | 60 tv[1].tv_sec = times->modtime; in utime()
|
/netbsd-src/lib/libc/compat/gen/ |
H A D | compat_utime.c | 72 tv[1].tv_sec = times50->modtime; in __weak_alias()
|
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/ |
H A D | qmgr_move.c | 77 tbuf.actime = tbuf.modtime = time_stamp; in qmgr_move()
|
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/ |
H A D | qmgr_move.c | 77 tbuf.actime = tbuf.modtime = time_stamp; in qmgr_move()
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | vers_ts.c | 232 t.modtime = RCS_getrevtime (rcsdata, vers_ts->vn_rcs, 0, 0); in Version_TS() 233 if (t.modtime != (time_t) -1) in Version_TS()
|
H A D | client.h | 208 char *repository, int all_files_binary, int modtime);
|
H A D | patch.c | 589 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_tag, in patch_fileproc() 611 if ((t.actime = t.modtime = RCS_getrevtime (rcsfile, vers_head, in patch_fileproc()
|
/netbsd-src/external/gpl2/mkhybrid/dist/libfile/ |
H A D | lfile.c | 160 utbuf.modtime = sb.st_mtime; in get_magic_match()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | copy-file.c | 94 ut.modtime = statbuf.st_mtime; in copy_file_preserving()
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | system.h | 112 long modtime; member
|
/netbsd-src/usr.bin/ftp/ |
H A D | extern.h | 160 void modtime(int, char **);
|
/netbsd-src/external/ibm-public/postfix/dist/src/flush/ |
H A D | flush.c | 569 tbuf.actime = tbuf.modtime = event_time(); in flush_send_path() 642 tbuf.actime = tbuf.modtime = event_time(); in flush_send_file_service()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
H A D | ext.c | 506 krb5_principal modby, time_t modtime) in hdb_set_last_modified_by() argument 525 ev->time = modtime; in hdb_set_last_modified_by()
|
/netbsd-src/usr.sbin/bootp/common/ |
H A D | readfile.c | 147 PRIVATE int32 modtime = 0; /* Last modification time of bootptab */ variable 341 (st.st_mtime == modtime) && in readtab() 350 (modtime != 0L) ? "new " : "", in readtab() 368 modtime = st.st_mtime; in readtab()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | rename.c | 189 tb.modtime = statbuf->st_mtime; in set_times()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | rename.c | 189 tb.modtime = statbuf->st_mtime; in set_times()
|
/netbsd-src/external/gpl2/rcs/include/ |
H A D | conf.h | 359 struct utimbuf { time_t actime, modtime; }; member
|
/netbsd-src/external/public-domain/xz/dist/src/xz/ |
H A D | file_io.c | 469 .modtime = pair->src_st.st_mtime, in io_copy_attrs() 484 .modtime = pair->src_st.st_mtime, in io_copy_attrs()
|