/third_party/nghttp2/src/ |
D | shrpx_accept_handler.cc | 66 auto cfd = in accept_connection() local 69 auto cfd = accept(faddr_->fd, &sockaddr.sa, &addrlen); in accept_connection() local
|
/third_party/toybox/toys/other/ |
D | losetup.c | 62 int i, cfd = open("/dev/loop-control", O_RDWR); local
|
/third_party/libfuse/example/ |
D | hello_ll_uds.c | 210 int cfd = accept(sfd, NULL, NULL); in create_socket() local 314 int cfd = -1; in main() local
|
/third_party/ltp/testcases/network/sctp/ |
D | sctp_big_chunk.c | 27 static int sfd, cfd; variable
|
/third_party/ltp/testcases/network/netstress/ |
D | netstress.c | 332 int cfd = SAFE_SOCKET(family, sock_type, protocol); in client_connect_send() local 512 int cfd = client_connect_send(client_msg, msg_len); in client_run() local 539 void *server_fn(void *cfd) in server_fn()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 375 int cfd; in do_child_setup() local
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | cp.c | 112 int fdout = -1, cfd = try->parent ? try->parent->extra : AT_FDCWD, in cp_node() local
|
/third_party/toybox/toys/posix/ |
D | cp.c | 128 int fdout = -1, cfd = try->parent ? try->parent->extra : AT_FDCWD, in cp_node() local
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_regression_getdelays.c | 276 int cfd = 0; in main() local
|
/third_party/openssl/test/helpers/ |
D | ssltestlib.c | 904 int afd = -1, cfd = -1, sfd = -1; in create_test_sockets() local 960 SSL **cssl, int sfd, int cfd) in create_ssl_objects2()
|
/third_party/libfuse/util/ |
D | fusermount.c | 1356 int cfd; in main() local
|
/third_party/openssl/engines/ |
D | e_devcrypto.c | 52 static int cfd = -1; variable
|
/third_party/node/deps/openssl/openssl/engines/ |
D | e_devcrypto.c | 52 static int cfd = -1; variable
|
/third_party/openssl/test/ |
D | sslapitest.c | 1158 int cfd = -1, sfd = -1; in execute_test_ktls() local 1291 int cfd = -1, sfd = -1, ffd, err; in execute_test_ktls_sendfile() local
|