Home
last modified time | relevance | path

Searched defs:freebsd32_futimes_args (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/compat/freebsd32/
HDfreebsd32_proto.h188 struct freebsd32_futimes_args { struct
189 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
190 …tr_l_[PADL_(struct timeval32 *)]; struct timeval32 * tptr; char tptr_r_[PADR_(struct timeval32 *)];