Searched defs:fromfd (Results 1 – 3 of 3) 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 | 54 int fromfd; in move_file() local 166 int tofd, fromfd; in copy_file() local
|
/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
|