Searched defs:futimesat_args (Results 1 – 2 of 2) sorted by relevance
3362 struct futimesat_args { struct3369 sys_futimesat(struct thread *td, struct futimesat_args *uap) in sys_futimesat() argument
1426 struct futimesat_args { struct1427 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];1428 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];1429 …nst struct timeval *)]; const struct timeval * times; char times_r_[PADR_(const struct timeval *)];