Searched refs:utimes (Results 1 – 21 of 21) sorted by relevance
/external/qemu/ |
D | oslib-posix.c | 134 return utimes(path, NULL); in qemu_utimensat() 158 return utimes(path, &tv[0]); in qemu_utimensat()
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 63 int utimes(char *, struct timeval *);
|
D | bsd-misc.c | 107 int utimes(char *filename, struct timeval *tvp) in utimes() function
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 194 int utimes(const char *, struct timeval *);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 194 int utimes(const char *, struct timeval *);
|
/external/dropbear/ |
D | scp.c | 979 if (utimes(vect[0], tv) < 0) 1086 if (utimes(np, tv) < 0) {
|
/external/openssh/ |
D | scp.c | 1056 if (utimes(vect[0], tv) < 0) 1158 if (utimes(np, tv) < 0) {
|
D | sftp-server.c | 798 ret = utimes(name, attrib_to_tv(a)); in process_setstat() 860 ret = utimes(name, attrib_to_tv(a)); in process_fsetstat()
|
D | sftp-client.c | 1213 if (utimes(local_path, tv) == -1) in do_download() 1302 if (utimes(dst, tv) == -1) in download_dir_internal()
|
D | config.h.in | 1137 /* Define to 1 if you have the `utimes' function. */
|
D | configure.ac | 1120 AC_CHECK_FUNCS([utimes], 1121 [], [ AC_CHECK_LIB([c89], [utimes], [AC_DEFINE([HAVE_UTIMES])
|
D | configure | 8149 for ac_func in utimes 8174 char utimes (); 8178 return utimes ();
|
/external/zlib/examples/ |
D | gzlog.c | 377 utimes(log->path, NULL); in log_touch()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 3774 Syscall param utimes(filename) contains uninitialised byte(s) 3778 Syscall param utimes(tvp) contains uninitialised byte(s) 3782 Syscall param utimes(filename) points to unaddressable byte(s) 3787 Syscall param utimes(tvp[0]) points to unaddressable byte(s) 3792 Syscall param utimes(tvp[1]) points to unaddressable byte(s)
|
/external/bluetooth/glib/ |
D | config.h.win32.in | 566 /* Define to 1 if you have the `utimes' function. */
|
D | configure.in | 946 AC_CHECK_FUNCS(chown lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid)
|
/external/bluetooth/glib/gio/ |
D | glocalfileinfo.c | 2044 res = utimes (filename, times); in set_mtime_atime()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-linux.c | 3270 int, dfd, char *, filename, struct timespec *, utimes, int, flags); in PRE()
|
/external/strace/ |
D | ChangeLog-CVS | 3209 * linux/syscallent.h: Handle statfs64, fstatfs64, utimes.
|
/external/sqlite/dist/ |
D | sqlite3.c | 27017 utimes(zLockFile, NULL);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 27006 utimes(zLockFile, NULL);
|