Home
last modified time | relevance | path

Searched refs:utime (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_info.c280 struct timeval rtime, utime, stime; in tty_info() local
384 rufetchcalc(p, &ru, &utime, &stime); in tty_info()
394 (long)utime.tv_sec, utime.tv_usec / 10000, in tty_info()
/f-stack/freebsd/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) in ugidfw_vnode_check_setutimes() argument
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/
H A Dctime.c211 if (utime(pfile, NULL) == -1) { in do_utime()
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c534 long long utime = dtime*1000000; in debugCommand() local
537 tv.tv_sec = utime / 1000000; in debugCommand()
538 tv.tv_nsec = (utime % 1000000) * 1000; in debugCommand()
/f-stack/freebsd/contrib/zstd/programs/
H A Dutil.c187 res += utime(filename, &timebuf); in UTIL_setFileStat()
/f-stack/freebsd/contrib/zlib/
H A DChangeLog1069 - emulate utime() for WIN32 in contrib/untgz (Gilles Vollant)