Searched refs:accept_fd (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/util/
H A Dpass_accept.c57 int accept_fd; local
60 accept_fd = LOCAL_ACCEPT(listen_fd);
61 if (accept_fd < 0) {
66 if (read_wait(accept_fd, PASS_ACCEPT_TMOUT) < 0)
68 else if ((recv_fd = LOCAL_RECV_FD(accept_fd)) < 0)
70 if (close(accept_fd) < 0)
81 int accept_fd; local
85 accept_fd = LOCAL_ACCEPT(listen_fd);
86 if (accept_fd < 0) {
91 if (read_wait(accept_fd, PASS_ACCEPT_TMOU
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dipc_unix.c80 static int accept_fd; /* descriptor for the accept lock */ variable
128 if ((accept_fd = open(accept_file, O_RDWR|O_CREAT|O_TRUNC, S_IWUSR|S_IRUSR)) == -1) {
301 fcntl(accept_fd, F_SETLK, &lock_st);
303 close(accept_fd);
513 rc = fcntl(accept_fd, F_SETLKW, &lock_st);
552 rc = fcntl(accept_fd, F_SETLKW, &lock_st);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dmkservice.c282 static int Accept(register Service_t *sp, int accept_fd) argument
287 fd = fcntl(accept_fd, F_DUPFD, 10);
290 close(accept_fd);

Completed in 78 milliseconds