| /openbsd/src/regress/sys/mfs_noperm/ |
| D | nopermtest.c | 96 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/ |
| D | time.h | 33 extern int utimes(const char *, const struct timeval[2]); 43 extern int utimes();
|
| /openbsd/src/usr.bin/rcs/ |
| D | rcsdiff.c | 334 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/ |
| D | time.h | 30 PROTO_NORMAL(utimes);
|
| /openbsd/src/lib/libc/gen/ |
| D | utime.c | 48 return (utimes(path, tvp)); in utime()
|
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/libfile/ |
| D | lfile.c | 219 (void) utimes(inname, utsbuf); /* don't care if loses */
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | rename.c | 121 result = utimes (destination, tv); in set_times()
|
| D | config.in | 100 /* Define if you have the utimes function. */
|
| D | configure.in | 103 AC_CHECK_FUNCS(sbrk utimes setmode getc_unlocked strcoll)
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | rename.c | 123 result = utimes (destination, tv); in set_times()
|
| D | configure.in | 85 AC_CHECK_FUNCS(sbrk utimes setmode getc_unlocked strcoll)
|
| D | config.in | 186 /* Define to 1 if you have the `utimes' function. */
|
| /openbsd/src/gnu/llvm/compiler-rt/include/sanitizer/ |
| D | linux_syscall_hooks.h | 933 #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/ |
| D | Makefile.inc | 79 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/ |
| D | common.c | 643 return (utimes(file, tv)); in setfiletime() 645 return (utimes(file, NULL)); in setfiletime()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_syscalls.inc | 1681 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/ |
| D | time.h | 458 int utimes(const char *, const struct timeval *);
|
| /openbsd/src/usr.bin/make/ |
| D | engine.c | 265 if (utimes(file, NULL) == -1){ in Job_Touch()
|
| /openbsd/src/gnu/llvm/libcxx/src/filesystem/ |
| D | filesystem_common.h | 509 if (::utimes(p.c_str(), ConvertedTS) == -1) {
|
| /openbsd/src/usr.sbin/lpr/lpc/ |
| D | cmds.c | 1036 ret = utimes(q->q_name, tvp); in touch()
|
| /openbsd/src/usr.bin/ssh/ |
| D | scp.c | 1807 (void) utimes(vect[0], tv); in sink() 1898 if (utimes(np, tv) == -1) { in sink()
|
| D | sftp-client.c | 1846 if (utimes(local_path, tv) == -1) in sftp_download() 1970 if (utimes(dst, tv) == -1) in download_dir_internal()
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 453 utimes
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | TargetLibraryInfo.def | 2322 /// 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/ |
| D | pairs1 | 141 utimes.o utimes.o 2596 utime.o utimes.o 2949 utimes.o cerror.o
|