Searched refs:utime (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-11-stable/lib/libc/gen/
H A Dutime.c31 static char sccsid[] = "@(#)utime.c 8.1 (Berkeley) 6/4/93";
38 #include <utime.h>
41 utime(const char *path, const struct utimbuf *times) function
H A DMakefile.inc140 utime.c \
296 utime.3 \
/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_option_u.c27 #include <utime.h>
29 #include <sys/utime.h>
61 assertEqualInt(0, utime("f", &times));
H A Dtest_option_a.c27 #include <utime.h>
29 #include <sys/utime.h>
49 * utime() on platforms that support it or by simply sleeping
70 /* If utime() isn't supported on your platform, just
81 assertEqualInt(0, utime(files[i].name, &times));
84 /* If utime() is available, this should be 1, but there's
/freebsd-11-stable/include/
H A Dutime.h29 * @(#)utime.h 8.1 (Berkeley) 6/2/93
50 int utime(const char *, const struct utimbuf *);
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_set_timestamps.c55 #include <utime.h>
76 * On OSes without utimes(), fall back to the POSIX utime()
83 return (utime(fn, &utb));
/freebsd-11-stable/sys/dev/watchdog/
H A Dwatchdog.c270 u_int utime; local
274 utime = wdog_kern_last_timeout();
275 pow2ns_to_ts(utime, &utime_ts);
295 timeout_ticks = pow2ns_to_ticks(utime) - (hz*newtimeout);
299 "utime: %d -> utime_ticks: %d, "
303 utime, pow2ns_to_ticks(utime),
/freebsd-11-stable/contrib/binutils/binutils/
H A Drename.c28 #include <utime.h>
109 result = utime (destination, &tb);
116 result = utime (destination, tb);
/freebsd-11-stable/contrib/ntp/scripts/build/
H A DupdateBEDate49 utime(time, $mod_time, "$i.new") || die "touch $i.new failed: $!";
/freebsd-11-stable/sys/kern/
H A Dtty_info.c216 struct timeval rtime, utime, stime; local
300 rufetchcalc(p, &ru, &utime, &stime);
305 /* Print command, pid, state, rtime, utime, stime, %cpu, and rss. */
310 (long)utime.tv_sec, utime.tv_usec / 10000,
/freebsd-11-stable/sbin/newfs/
H A Dmkfs.c118 time_t utime; local
140 utime = 1000000000;
142 time(&utime);
467 sblock.fs_id[0] = (long)utime;
483 sblock.fs_time = utime;
485 sblock.fs_old_time = utime;
572 initcg(cg, utime);
593 fsinit(utime);
659 initcg(int cylno, time_t utime) argument
683 acg.cg_time = utime;
849 fsinit(time_t utime) argument
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dincludes.h42 # include <utime.h>
/freebsd-11-stable/sbin/tunefs/
H A Dtunefs.c950 time_t utime; local
1011 time(&utime);
1018 dp1->di_atime = utime;
1019 dp1->di_mtime = utime;
1020 dp1->di_ctime = utime;
1027 dp2->di_atime = utime;
1028 dp2->di_mtime = utime;
1029 dp2->di_ctime = utime;
1030 dp2->di_birthtime = utime;
/freebsd-11-stable/contrib/file/src/
H A Dmagic.c53 # include <sys/utime.h>
55 # include <utime.h>
372 (void) utime(name, &utbuf); /* don't care if loses */
H A Dfile.c45 # include <sys/utime.h>
50 # include <utime.h>
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h178 # include <utime.h>
/freebsd-11-stable/sys/security/mac_bsdextended/
H A Dugidfw_internal.h109 struct timespec utime);
H A Dugidfw_vnode.c270 struct label *vplabel, struct timespec atime, struct timespec utime)
269 ugidfw_vnode_check_setutimes(struct ucred *cred, struct vnode *vp, struct label *vplabel, struct timespec atime, struct timespec utime) argument
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilestat.c24 #include <utime.h>
272 if (utime(fname, &buf) == -1) {
/freebsd-11-stable/contrib/xz/src/xz/
H A Dfile_io.c27 # include <sys/utime.h>
29 # include <utime.h>
466 // We could use utime() too except that for some reason the
481 // Use one-second precision. utime() doesn't support using file
482 // descriptor either. Some systems have broken utime() prototype
493 (void)utime(pair->dest_name, &buf);
/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c43 # include <utime.h>
643 if (utime(SPOOL_DIR, NULL) < OK) {
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h37 #include <utime.h>
353 /* utime.h */
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c115 return (utime(filename, &ub));
/freebsd-11-stable/contrib/bmake/
H A Darch.c161 #include <utime.h>
1102 struct utimbuf times; /* Times for utime() call */
1112 utime(gn->path, &times);
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h173 # define utimes utime

Completed in 304 milliseconds

12