Home
last modified time | relevance | path

Searched refs:modtime (Results 1 – 25 of 75) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dutime.d53 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 Dedit.c63 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 Dfile.c141 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 Dutime.h41 int32_t modtime; /* Modification time */ member
/netbsd-src/include/
H A Dutime.h46 time_t modtime; /* Modification time */ member
/netbsd-src/external/bsd/libbind/dist/bsd/
H A Dutimes.c37 utb.modtime = (time_t)tvp[1].tv_sec; in __utimes()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dfile.c143 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 Dutime.c60 tv[1].tv_sec = times->modtime; in utime()
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_utime.c72 tv[1].tv_sec = times50->modtime; in __weak_alias()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_move.c77 tbuf.actime = tbuf.modtime = time_stamp; in qmgr_move()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_move.c77 tbuf.actime = tbuf.modtime = time_stamp; in qmgr_move()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dvers_ts.c232 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 Dclient.h208 char *repository, int all_files_binary, int modtime);
H A Dpatch.c589 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 Dlfile.c160 utbuf.modtime = sb.st_mtime; in get_magic_match()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dcopy-file.c94 ut.modtime = statbuf.st_mtime; in copy_file_preserving()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dsystem.h112 long modtime; member
/netbsd-src/usr.bin/ftp/
H A Dextern.h160 void modtime(int, char **);
/netbsd-src/external/ibm-public/postfix/dist/src/flush/
H A Dflush.c569 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 Dext.c506 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 Dreadfile.c147 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 Drename.c189 tb.modtime = statbuf->st_mtime; in set_times()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Drename.c189 tb.modtime = statbuf->st_mtime; in set_times()
/netbsd-src/external/gpl2/rcs/include/
H A Dconf.h359 struct utimbuf { time_t actime, modtime; }; member
/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dfile_io.c469 .modtime = pair->src_st.st_mtime, in io_copy_attrs()
484 .modtime = pair->src_st.st_mtime, in io_copy_attrs()

123