Home
last modified time | relevance | path

Searched refs:freebsd32_utimes (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/compat/freebsd32/
HDfreebsd32_sysent.c188 …{ AS(freebsd32_utimes_args), (sy_call_t *)freebsd32_utimes, AUE_UTIMES, NULL, 0, 0, 0, SY_THR_STAT…
HDfreebsd32_proto.h724 int freebsd32_utimes(struct thread *, struct freebsd32_utimes_args *);
HDfreebsd32_misc.c1349 freebsd32_utimes(struct thread *td, struct freebsd32_utimes_args *uap) in freebsd32_utimes() function