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

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dunix_pass_listen.c68 int accept_fd; local
71 accept_fd = sane_accept(listen_fd, (struct sockaddr *) 0, (SOCKADDR_SIZE *) 0);
72 if (accept_fd < 0) {
77 if (read_wait(accept_fd, 100) < 0)
79 else if ((recv_fd = unix_recv_fd(accept_fd)) < 0)
81 if (close(accept_fd) < 0)
/macosx-10.9.5/passwordserver_sasl-170/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.9.5/ksh-20/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 124 milliseconds