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

12

/freebsd-13-stable/tools/build/cross-build/include/linux/
H A Dtime.h47 /* In addtion to time.h we also need to include sys/time.h and utime.h to
51 #include <utime.h>
/freebsd-13-stable/lib/libc/gen/
H A Dutime.c33 __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.inc164 utime.c \
325 utime.3 \
/freebsd-13-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-13-stable/include/
H A Dutime.h31 * @(#)utime.h 8.1 (Berkeley) 6/2/93
52 int utime(const char *, const struct utimbuf *);
/freebsd-13-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-13-stable/sys/dev/watchdog/
H A Dwatchdog.c273 u_int utime; local
277 utime = wdog_kern_last_timeout();
278 pow2ns_to_ts(utime, &utime_ts);
298 timeout_ticks = pow2ns_to_ticks(utime) - (hz*newtimeout);
302 "utime: %d -> utime_ticks: %d, "
306 utime, pow2ns_to_ticks(utime),
/freebsd-13-stable/contrib/ntp/scripts/build/
H A DupdateBEDate49 utime(time, $mod_time, "$i.new") || die "touch $i.new failed: $!";
/freebsd-13-stable/sys/kern/
H A Dtty_info.c280 struct timeval rtime, utime, stime; local
384 rufetchcalc(p, &ru, &utime, &stime);
389 /* Print command, pid, state, rtime, utime, stime, %cpu, and rss. */
394 (long)utime.tv_sec, utime.tv_usec / 10000,
/freebsd-13-stable/sbin/newfs/
H A Dmkfs.c112 time_t utime; local
134 utime = 1000000000;
136 time(&utime);
467 sblock.fs_id[0] = (long)utime;
484 sblock.fs_time = utime;
486 sblock.fs_old_time = utime;
590 initcg(cg, utime);
611 fsinit(utime);
672 initcg(int cylno, time_t utime) argument
697 acg.cg_time = utime;
869 fsinit(time_t utime) argument
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dincludes.h42 # include <utime.h>
/freebsd-13-stable/sbin/tunefs/
H A Dtunefs.c950 time_t utime; local
1011 time(&utime);
1019 dp.dp1->di_atime = utime;
1020 dp.dp1->di_mtime = utime;
1021 dp.dp1->di_ctime = utime;
1029 dp.dp2->di_atime = utime;
1030 dp.dp2->di_mtime = utime;
1031 dp.dp2->di_ctime = utime;
1032 dp.dp2->di_birthtime = utime;
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/
H A Dctime.c37 #include <utime.h>
211 if (utime(pfile, NULL) == -1) {
212 (void) fprintf(stderr, "utime(%s, NULL) failed with errno "
/freebsd-13-stable/tests/sys/cddl/zfs/tests/ctime/
H A Dctime_001_pos.c32 #include <utime.h>
331 if (utime(pfile, NULL) == -1) {
335 fprintf(stderr, "utime(%s, NULL)\n", pfile);
/freebsd-13-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-13-stable/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h178 # include <utime.h>
/freebsd-13-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-13-stable/contrib/apr/file_io/unix/
H A Dfilestat.c24 #include <utime.h>
272 if (utime(fname, &buf) == -1) {
/freebsd-13-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-13-stable/usr.sbin/cron/crontab/
H A Dcrontab.c43 # include <utime.h>
643 if (utime(SPOOL_DIR, NULL) < OK) {
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c116 return (utime(filename, &ub));
/freebsd-13-stable/contrib/bmake/
H A Darch.c143 #include <utime.h>
941 utime(gn->path, &times); /* TODO: handle errors */

Completed in 626 milliseconds

12