MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_utimes

Function sys_utimes

freebsd/kern/vfs_syscalls.c:3167–3173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3165};
3166#endif
3167int
3168sys_utimes(struct thread *td, struct utimes_args *uap)
3169{
3170
3171 return (kern_utimesat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
3172 uap->tptr, UIO_USERSPACE));
3173}
3174
3175#ifndef _SYS_SYSPROTO_H_
3176struct futimesat_args {

Callers

nothing calls this directly

Calls 1

kern_utimesatFunction · 0.85

Tested by

no test coverage detected