Home
last modified time | relevance | path

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

/NextBSD/sys/compat/freebsd32/
HDfreebsd32_sysent.c557 …{ AS(freebsd32_futimesat_args), (sy_call_t *)freebsd32_futimesat, AUE_FUTIMESAT, NULL, 0, 0, 0, SY…
HDfreebsd32_proto.h812 int freebsd32_futimesat(struct thread *, struct freebsd32_futimesat_args *);
HDfreebsd32_misc.c1295 freebsd32_futimesat(struct thread *td, struct freebsd32_futimesat_args *uap) in freebsd32_futimesat() function