Symbol: utimes
bin/cp/utils.c
291
if (islink ? lutimes(to.p_path, tv) : utimes(to.p_path, tv)) {
bin/cpdup/hcproto.c
1852
return(utimes(path, times));
bin/cpdup/hcproto.c
1937
return(utimes(path, times));
bin/mv/mv.c
350
if (utimes(to, tval))
bin/pax/file_subs.c
660
if (utimes(fnm, tv) < 0)
crypto/openssh/scp.c
1868
(void) utimes(vect[0], tv);
crypto/openssh/scp.c
1967
if (utimes(np, tv) == -1) {
crypto/openssh/sftp-client.c
1870
if (utimes(local_path, tv) == -1)
crypto/openssh/sftp-client.c
1994
if (utimes(dst, tv) == -1)
crypto/openssh/sftp-server.c
1018
r = utimes(name, attrib_to_tv(&a));
crypto/openssh/sftp-server.c
1078
r = utimes(name, attrib_to_tv(&a));
lib/libc/gen/utime.c
49
return (utimes(path, tvp));
lib/libssh/openbsd-compat/bsd-misc.c
146
return utimes(path, tv);
lib/libssh/openbsd-compat/bsd-misc.h
65
int utimes(const char *, struct timeval *);
sbin/hammer/cmd_config.c
166
utimes(path, times);
sbin/restore/dirs.c
618
utimes(cp, node.timep);
sbin/restore/tape.c
596
utimes(name, timep);
sbin/restore/tape.c
618
utimes(name, timep);
sbin/restore/tape.c
642
utimes(name, timep);
sys/sys/sysunion.h
114
struct utimes_args utimes;
sys/sys/time.h
235
int utimes(const char *, const struct timeval *);
usr.bin/compress/compress.c
347
if (utimes(name, tv))
usr.bin/fetch/fetch.c
828
if (utimes(tmppath ? tmppath : path, tv))
usr.bin/mail/util.c
323
utimes(name, tv);
usr.bin/touch/touch.c
70
utimes_f = utimes;
usr.sbin/cron/crontab/crontab.c
612
if (utimes(SPOOL_DIR, tvs) < OK) {
usr.sbin/lpr/lpc/cmds.c
1194
ret = utimes(jq->job_cfname, tvp);
usr.sbin/lpr/lpc/movejobs.c
147
ret = utimes(jq->job_cfname, tvp);
usr.sbin/makefs/hammer2.c
2148
utimes(f, tv); /* ignore failure */
usr.sbin/mtree/compare.c
341
if (utimes(p->fts_accpath, tv))
usr.sbin/newsyslog/newsyslog.c
1891
utimes(file1, NULL);