Searched refs:fdflags (Results 1 - 3 of 3) sorted by relevance
/sendmail/libsm/ |
H A D | stdio.c | 410 int oflags, tmp, fdflags, fd = *((int *) info); local 439 if ((fdflags = fcntl(fd, F_GETFL, 0)) < 0) 441 tmp = fdflags & O_ACCMODE;
|
/sendmail/libmilter/ |
H A D | listener.c | 130 int fdflags; local 455 if ((fdflags = fcntl(sock, F_GETFD, 0)) == -1 || 456 fcntl(sock, F_SETFD, fdflags | FD_CLOEXEC) == -1)
|
/sendmail/sendmail/ |
H A D | daemon.c | 1049 int fdflags; local 1156 if ((fdflags = fcntl(d->d_socket, F_GETFD, 0)) == -1 || 1158 fdflags | FD_CLOEXEC) == -1) 1163 fdflags == -1 ? "get" : "set",
|
Completed in 363 milliseconds