Home
last modified time | relevance | path

Searched refs:utimes (Results 1 – 25 of 37) sorted by relevance

12

/openbsd/src/regress/sys/mfs_noperm/
Dnopermtest.c96 EXPECT_ERRNO(utimes(mnt, NULL), EACCES); in check_locked()
121 EXPECT_OK(utimes(".", NULL)); in check_unlocked_vroot()
137 EXPECT_OK(utimes("sub", NULL)); in check_unlocked_subdir()
/openbsd/src/gnu/gcc/fixincludes/tests/base/sys/
Dtime.h33 extern int utimes(const char *, const struct timeval[2]);
43 extern int utimes();
/openbsd/src/usr.bin/rcs/
Drcsdiff.c334 if (utimes(path1, (const struct timeval *)&tv) == -1) in rcsdiff_file()
343 if (utimes(path2, (const struct timeval *)&tv2) == -1) in rcsdiff_file()
411 if (utimes(path1, (const struct timeval *)&tv) == -1) in rcsdiff_rev()
420 if (utimes(path2, (const struct timeval *)&tv2) == -1) in rcsdiff_rev()
/openbsd/src/lib/libc/hidden/sys/
Dtime.h30 PROTO_NORMAL(utimes);
/openbsd/src/lib/libc/gen/
Dutime.c48 return (utimes(path, tvp)); in utime()
/openbsd/src/gnu/usr.sbin/mkhybrid/src/libfile/
Dlfile.c219 (void) utimes(inname, utsbuf); /* don't care if loses */
/openbsd/src/gnu/usr.bin/binutils/binutils/
Drename.c121 result = utimes (destination, tv); in set_times()
Dconfig.in100 /* Define if you have the utimes function. */
Dconfigure.in103 AC_CHECK_FUNCS(sbrk utimes setmode getc_unlocked strcoll)
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Drename.c123 result = utimes (destination, tv); in set_times()
Dconfigure.in85 AC_CHECK_FUNCS(sbrk utimes setmode getc_unlocked strcoll)
Dconfig.in186 /* Define to 1 if you have the `utimes' function. */
/openbsd/src/gnu/llvm/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h933 #define __sanitizer_syscall_pre_utimes(filename, utimes) \ argument
934 __sanitizer_syscall_pre_impl_utimes((long)(filename), (long)(utimes))
935 #define __sanitizer_syscall_post_utimes(res, filename, utimes) \ argument
936 __sanitizer_syscall_post_impl_utimes(res, (long)(filename), (long)(utimes))
1615 #define __sanitizer_syscall_pre_futimesat(dfd, filename, utimes) \ argument
1617 (long)(utimes))
1618 #define __sanitizer_syscall_post_futimesat(res, dfd, filename, utimes) \ argument
1620 (long)(utimes))
1666 #define __sanitizer_syscall_pre_utimensat(dfd, filename, utimes, flags) \ argument
1668 (long)(utimes), (long)(flags))
[all …]
/openbsd/src/lib/libc/sys/
DMakefile.inc79 unmount.o unveil.o utimensat.o utimes.o utrace.o
203 umask.2 unlink.2 unveil.2 utimes.2 utrace.2 vfork.2 \
/openbsd/src/usr.bin/rdist/
Dcommon.c643 return (utimes(file, tv)); in setfiletime()
645 return (utimes(file, NULL)); in setfiletime()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc1681 PRE_SYSCALL(utimes)(void *filename, void *utimes) {}
1683 POST_SYSCALL(utimes)(long res, void *filename, void *utimes) {
1688 if (utimes)
1689 POST_WRITE(utimes, timeval_sz);
2772 PRE_SYSCALL(futimesat)(long dfd, const void *filename, void *utimes) {
2779 (long res, long dfd, const void *filename, void *utimes) {
2781 if (utimes)
2782 POST_WRITE(utimes, timeval_sz);
2865 (long dfd, const void *filename, void *utimes, long flags) {
2872 (long res, long dfd, const void *filename, void *utimes, long flags) {
[all …]
/openbsd/src/sys/sys/
Dtime.h458 int utimes(const char *, const struct timeval *);
/openbsd/src/usr.bin/make/
Dengine.c265 if (utimes(file, NULL) == -1){ in Job_Touch()
/openbsd/src/gnu/llvm/libcxx/src/filesystem/
Dfilesystem_common.h509 if (::utimes(p.c_str(), ConvertedTS) == -1) {
/openbsd/src/usr.sbin/lpr/lpc/
Dcmds.c1036 ret = utimes(q->q_name, tvp); in touch()
/openbsd/src/usr.bin/ssh/
Dscp.c1807 (void) utimes(vect[0], tv); in sink()
1898 if (utimes(np, tv) == -1) { in sink()
Dsftp-client.c1846 if (utimes(local_path, tv) == -1) in sftp_download()
1970 if (utimes(dst, tv) == -1) in download_dir_internal()
/openbsd/src/lib/libc/
DSymbols.list453 utimes
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def2322 /// int utimes(const char *path, const struct timeval times[2]);
2323 TLI_DEFINE_ENUM_INTERNAL(utimes)
2324 TLI_DEFINE_STRING_INTERNAL("utimes")
/openbsd/src/regress/usr.bin/tsort/
Dpairs1141 utimes.o utimes.o
2596 utime.o utimes.o
2949 utimes.o cerror.o

12