Searched defs:tofd (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | renameat.h | 37 renameat(int fromfd, const char *from, int tofd, const char *to) in renameat()
|
/freebsd/usr.bin/patch/ |
H A D | util.c | 166 int tofd, fromfd; in copy_file() local
|
/freebsd/sys/kern/ |
H A D | vfs_syscalls.c | 4590 int tofd; member
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 2553 #define __sanitizer_syscall_pre_renameat(fromfd, from, tofd, to) \ argument 2557 #define __sanitizer_syscall_post_renameat(res, fromfd, from, tofd, to) \ argument
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 1761 char tofd_l_[PADL_(int)]; int tofd; char tofd_r_[PADR_(int)]; member
|