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

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.cpp58 #include <utime.h>
H A Dsanitizer_platform_limits_freebsd.cpp74 #include <utime.h>
H A Dsanitizer_platform_limits_posix.cpp91 # include <utime.h>
H A Dsanitizer_platform_limits_netbsd.cpp352 #include <utime.h>
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dutil.c27 # include <sys/utime.h> /* utime */
32 # include <utime.h> /* utime */
187 res += utime(filename, &timebuf);
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dfile.c31 #include <sys/utime.h>
/freebsd-13-stable/usr.sbin/makefs/ffs/
H A Dmkfs.c605 initcg(uint32_t cylno, time_t utime, const fsinfo_t *fsopts) argument
628 acg.cg_time = utime;
/freebsd-13-stable/contrib/bzip2/
H A Dbzip2.c72 # include <utime.h>
1059 retVal = utime ( dstName, &uTimBuf );
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_misc.c646 struct timeval tv, utime, stime, cutime, cstime; local
655 calcru(p, &utime, &stime);
660 tms.tms_utime = CONVTCK(utime);
/freebsd-13-stable/contrib/bmake/
H A Djob.c146 #include <utime.h>
1252 if (utime(file, &times) >= 0)
/freebsd-13-stable/include/
H A DMakefile28 uchar.h ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h \
/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.c5310 os_time_t utime; local
5330 if (os_mktime(year, month, day, hour, min, sec, &utime) < 0) {
5351 utime += 3600 * hour;
5353 utime -= 3600 * hour;
5356 utime += 60 * min;
5358 utime -= 60 * min;
5367 *expiry = utime;
5375 if (now.sec > utime) {
5377 utime, now.sec);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c60 #include <sys/utime.h>
107 #include <utime.h>
3413 * utime() is POSIX-standard but only supports 1s resolution and
3425 return (utime(name, &times));
/freebsd-13-stable/contrib/file/
H A Dconfigure13318 for ac_header in utime.h wchar.h wctype.h
13344 for ac_header in sys/mman.h sys/stat.h sys/types.h sys/utime.h sys/time.h sys/sysmacros.h
14695 for ac_func in strndup mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale memmem
/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c2207 # include <utime.h>
H A Dsqlite3.c[all...]

Completed in 612 milliseconds

12