| /src/lib/libc/compat/sys/ |
| compat_utimes.c | 48 __warn_references(futimes, 49 "warning: reference to compatibility futimes(); include <sys/time.h> to generate correct reference") 79 futimes(int fd, const struct timeval50 tv50[2]) function
|
| /src/sys/compat/sys/ |
| time.h | 61 int futimes(int, const struct timeval50 [2]);
|
| /src/external/bsd/libarchive/dist/cpio/ |
| cpio_windows.h | 46 extern int futimes(int fd, const struct __timeval *times);
|
| cpio_windows.c | 195 futimes(int fd, const struct __timeval *times) function
|
| cpio.c | 932 if (fd >= 0 && futimes(fd, times) == 0)
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_stream.c | 199 return (futimes(vstream_fileno(fp), tv)); 201 return (futimes(vstream_fileno(fp), (struct timeval *) 0)); 294 * XXX Unfortunately, Linux futimes() is not usable because it uses /proc.
|
| /src/bin/mv/ |
| mv.c | 347 if (futimes(to_fd, tval))
|
| /src/sys/sys/ |
| time.h | 341 int futimes(int, const struct timeval [2]) __RENAME(__futimes50);
|
| /src/bin/rcp/ |
| rcp.c | 715 if (futimes(ofd, tv) < 0)
|
| /src/usr.bin/unzip/ |
| unzip.c | 678 if (futimes(fd, tv) != 0)
|
| /src/external/public-domain/xz/dist/src/xz/ |
| file_io.c | 454 (void)futimes(pair->dest_fd, tv);
|
| /src/lib/librumphijack/ |
| hijack.c | 198 #define REALFUTIMES futimes 264 #define REALFUTIMES futimes 347 { DUALCALL_FUTIMES, S(REALFUTIMES), RSYS_NAME(FUTIMES) }, 2648 FDCALL(int, futimes, DUALCALL_FUTIMES, \
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| Path.inc | 794 if (::futimes(FD, Times)) 808 #warning Missing futimes() and futimens()
|
| /src/usr.bin/xinstall/ |
| xinstall.c | 818 if (futimes(to_fd, tv) == -1) 819 warn("%s: futimes", to_name);
|
| /src/usr.bin/rdist/ |
| server.c | 1129 if (fd != -1 ? futimes(fd, tv) < 0 : utimes(file, tv) < 0)
|
| /src/usr.bin/gzip/ |
| gzip.c | 1134 if (futimes(fd, times) < 0)
|
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-server.c | 1067 r = futimes(fd, attrib_to_tv(&a));
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_disk_posix.c | 1973 if (futimes(fd, times) == 0)
|
| archive_write_disk_posix.c | 3609 * LEGACY by POSIX, futimes() and lutimes() are not described 3621 return (futimes(fd, times));
|
| /src/sys/rump/librump/rumpkern/ |
| rump_syscalls.c | 2498 __weak_alias(futimes,rump___sysimpl_futimes); 5113 __weak_alias(futimes,rump___sysimpl_futimes50);
|
| /src/external/public-domain/xz/dist/ |
| configure | 18236 for ac_func in futimens futimes futimesat utimes _futime utime
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | [all...] |