Lines Matching defs:fds
421 int fds[2], pid;430 res = socketpair(PF_UNIX, SOCK_STREAM, 0, fds);439 close(fds[0]);440 close(fds[1]);464 close(fds[1]);465 fcntl(fds[0], F_SETFD, 0);466 snprintf(env, sizeof(env), "%i", fds[0]);473 close(fds[0]);474 rv = receive_fd(fds[1]);475 close(fds[1]);