Searched defs:fd_in (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/capsicum-test/ |
H A D | copy_file_range.cc | 75 int fd_in = openInFile(&rights_in); in TEST_F() local 98 int fd_in = openInFile(&rights_in); in TEST_F() local 121 int fd_in = openInFile(&rights_in); in TEST_F() local 144 int fd_in = openInFile(&rights_in); in TEST_F() local 167 int fd_in = openInFile(&rights_in); in TEST_F() local 190 int fd_in = openInFile(&rights_in); in TEST_F() local 213 int fd_in = openInFile(&rights_in); in TEST_F() local
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | store_fd.c | 89 krb5_storage_from_fd(krb5_socket_t fd_in) in krb5_storage_from_fd()
|
/freebsd/contrib/libucl/tests/ |
H A D | test_basic.c | 43 flags, fd_out, fd_in, use_fd = 0, msgpack_input = 0; in main() local
|
/freebsd/usr.sbin/ppp/ |
H A D | prompt.h | 42 int fd_in, fd_out; member
|
/freebsd/libexec/atrun/ |
H A D | atrun.c | 126 int fd_out, fd_in; in run_file() local
|
/freebsd/crypto/openssh/ |
H A D | sftp-client.c | 91 int fd_in; member 456 sftp_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests, in sftp_init()
|
H A D | packet.c | 294 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) in ssh_packet_set_connection()
|
/freebsd/sys/kern/ |
H A D | sys_generic.c | 1112 select_check_badfd(fd_set *fd_in, int nd, int ndu, int abi_nfdbits) in select_check_badfd() 1151 kern_select(struct thread *td, int nd, fd_set *fd_in, fd_set *fd_ou, in kern_select()
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | default_permissions.cc | 517 int fd_in, fd_out; in TEST_F() local 561 int fd_in, fd_out; in TEST_F() local
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1676 #define __sanitizer_syscall_pre_splice(fd_in, off_in, fd_out, off_out, len, \ argument 1681 #define __sanitizer_syscall_post_splice(res, fd_in, off_in, fd_out, off_out, \ argument
|