| /trueos/tools/regression/priv/ |
| HD | priv_vfs_utimes.c | 99 error = utimes(fpath, tv); in priv_vfs_utimes_froot() 117 error = utimes(fpath, NULL); in priv_vfs_utimes_froot_null() 142 error = utimes(fpath, tv); in priv_vfs_utimes_fowner() 158 error = utimes(fpath, NULL); in priv_vfs_utimes_fowner_null() 183 error = utimes(fpath, tv); in priv_vfs_utimes_fother() 201 error = utimes(fpath, NULL); in priv_vfs_utimes_fother_null()
|
| /trueos/lib/libc/sys/ |
| HD | Makefile.inc | 322 utimes.2 \ 454 MLINKS+=utimes.2 futimes.2 \ 455 utimes.2 futimesat.2 \ 456 utimes.2 lutimes.2
|
| /trueos/lib/libc/gen/ |
| HD | utime.c | 54 return (utimes(path, tvp));
|
| /trueos/crypto/openssh/openbsd-compat/ |
| HD | bsd-misc.h | 66 int utimes(char *, struct timeval *);
|
| HD | bsd-misc.c | 108 int utimes(char *filename, struct timeval *tvp) in utimes() function
|
| /trueos/contrib/binutils/binutils/ |
| HD | rename.c | 124 result = utimes (destination, tv); in set_times()
|
| /trueos/usr.sbin/lpr/lpc/ |
| HD | movejobs.c | 152 ret = utimes(jq->job_cfname, tvp); in touch_jqe()
|
| /trueos/contrib/tcpdump/lbl/ |
| HD | os-sunos4.h | 194 int utimes(const char *, struct timeval *);
|
| /trueos/contrib/libpcap/lbl/ |
| HD | os-sunos4.h | 194 int utimes(const char *, struct timeval *);
|
| /trueos/sbin/restore/ |
| HD | tape.c | 661 (void) utimes(name, ctimep); in extractfile() 662 (void) utimes(name, mtimep); in extractfile() 691 (void) utimes(name, ctimep); in extractfile() 692 (void) utimes(name, mtimep); in extractfile()
|
| HD | dirs.c | 659 utimes(cp, node.ctimep); in setdirmodes() 660 utimes(cp, node.mtimep); in setdirmodes()
|
| /trueos/bin/rcp/ |
| HD | rcp.c | 630 if (utimes(np, tv) < 0) in sink() 703 if (utimes(np, tv) < 0) { in sink()
|
| /trueos/contrib/tnftp/ |
| HD | tnftp.h | 432 int utimes(const char *, const struct timeval *);
|
| /trueos/crypto/heimdal/appl/rcp/ |
| HD | rcp.c | 554 if (utimes(np, tv) < 0) in sink() 624 if (utimes(np, tv) < 0) { in sink()
|
| /trueos/usr.bin/touch/ |
| HD | touch.c | 80 utimes_f = utimes; in main()
|
| /trueos/contrib/libreadline/examples/rlfe/ |
| HD | os.h | 173 # define utimes utime macro
|
| /trueos/contrib/file/ |
| HD | configure.ac | 141 AC_CHECK_FUNCS(strerror strndup strtoul mkstemp mkostemp utimes utime wcwidth strtof newlocale usel…
|
| /trueos/contrib/apr/file_io/unix/ |
| HD | filestat.c | 261 if (utimes(fname, tvp) == -1) { in apr_file_mtime_set()
|
| /trueos/usr.sbin/ctm/ctm/ |
| HD | ctm_pass3.c | 24 if (utimes(name,times)) { in settime()
|
| /trueos/sys/compat/linux/ |
| HD | linux_misc.c | 797 if (ldebug(utimes)) in linux_utimes() 798 printf(ARGS(utimes, "%s, *"), fname); in linux_utimes() 834 if (args->utimes != NULL) { in linux_futimesat() 835 if ((error = copyin(args->utimes, ltv, sizeof ltv))) { in linux_futimesat()
|
| /trueos/contrib/llvm/include/llvm/Target/ |
| HD | TargetLibraryInfo.h | 630 utimes, enumerator
|
| /trueos/usr.sbin/mtree/ |
| HD | compare.c | 195 if (utimes(p->fts_accpath, tv)) in compare()
|
| /trueos/usr.bin/compress/ |
| HD | compress.c | 369 if (utimes(name, tv)) in setfile()
|
| /trueos/bin/mv/ |
| HD | mv.c | 347 if (utimes(to, tval)) in fastcopy()
|
| /trueos/usr.bin/mail/ |
| HD | util.c | 330 (void)utimes(name, tv); in alter()
|