Searched refs:futimes (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/libarchive-30/libarchive/cpio/
H A Dcpio_windows.h63 extern int futimes(int fd, const struct __timeval *times);
H A Dcpio_windows.c198 futimes(int fd, const struct __timeval *times) function
H A Dcpio.c776 if (fd >= 0 && futimes(fd, times) == 0)
/macosx-10.10/sudo-73/src/
H A Dutimes.c56 * Emulate futimes() via futime()
59 futimes(fd, times) function
H A Dfileops.c74 return futimes(fd, tvp ? times : NULL);
H A Dmissing.h247 * Define futimes() in terms of futimesat() if needed.
250 # define futimes(_f, _tv) futimesat(_f, NULL, _tv) macro
357 int futimes __P((int, const struct timeval *));
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dutimens.c72 use just futimes (or equivalent) instead of utimes (or equivalent),
73 and fail if on an old system without futimes (or equivalent).
124 /* If futimesat or futimes fails here, don't try to speed things
138 if (futimes (fd, t) == 0)
/macosx-10.10/xnu-2782.1.97/SETUP/installfile/
H A Dinstallfile.c107 ret = futimes(dstfd, NULL);
109 err(EX_UNAVAILABLE, "futimes(%s)", dsttmpname);
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile67 futimes.2 \
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dtime.h228 int futimes(int, const struct timeval *);
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmail_stream.c190 return (futimes(vstream_fileno(fp), tv));
192 return (futimes(vstream_fileno(fp), (struct timeval *) 0));
285 * XXX Unfortunately, Linux futimes() is not usable because it uses /proc.
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.h110 #define futimes __la_futimes macro
H A Darchive_write_disk.c1884 return (futimes(fd, times));
/macosx-10.10/bless-103/
H A Dfirmwaresyncd.c739 ret = futimes(tfd, times);
/macosx-10.10/file_cmds-242/pax/
H A Dfile_subs.c819 if (futimes(fd, tv) < 0)
/macosx-10.10/libarchive-30/libarchive/
H A DCMakeLists.txt383 CHECK_FUNCTION_EXISTS_GLIBC(futimes HAVE_FUTIMES)
H A Dconfigure22121 for ac_func in fstat ftruncate futimens futimes geteuid getpid
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp-server.c858 ret = futimes(fd, attrib_to_tv(a));
H A Dconfigure9518 futimes \
/macosx-10.10/file_cmds-242/gzip/
H A Dgzip.c1129 if (futimes(fd, times) < 0)
/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c2140 (void)futimes(s->dst_fd, tval);
3528 if (futimes(s->dst_fd, tval))
/macosx-10.10/kext_tools-384.1.4/
H A Dbootcaches.c1260 if ((bsderr = futimes(fd, times))) {
1262 "futimes(<%s>): %s", path, strerror(errno));
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c3539 * Test futimes, gettimeofday, settimeofday, utimes system calls.
3611 /* test utimes and futimes - get current access and mod times then change them */
3650 my_err = futimes( my_fd, &my_utimes[0] );
3652 printf( "futimes - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3666 printf( "futimes failed to set access and mod times \n" );
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c6254 futimes(__unused proc_t p, struct futimes_args *uap, __unused int32_t *retval) function
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c[all...]

Completed in 722 milliseconds