Searched refs:pfd (Results 1 - 4 of 4) sorted by relevance
/sendmail/libmilter/ |
H A D | worker.c | 348 #define WAIT_FD(i) (pfd[i].fd) 355 struct pollfd *pfd = NULL; local 368 pfd = (struct pollfd *) malloc(PFD_STEP * sizeof(struct pollfd)); 369 if (pfd == NULL) 439 pfd[nfd].fd = RD_PIPE; 440 pfd[nfd].events = MI_POLL_RD_FLAGS; 441 pfd[nfd].revents = 0; 471 realloc(pfd, new); 474 pfd = tpfd; 489 pfd[nf [all...] |
H A D | engine.c | 1866 struct pollfd pfd; local 1874 pfd.fd = sd; 1875 pfd.events = POLLIN; 1876 pfd.revents = 0; 1878 n = poll(&pfd, 1, MI_RD_CMD_TO); 1910 return (pfd.revents != 0);
|
/sendmail/sendmail/ |
H A D | map.c | 1410 int pfd; local 1578 pfd = dbm_pagfno(dbm); 1579 if (dfd == pfd) 1594 filechanged(pagfile, pfd, &stp)) 1616 if (fstat(pfd, &st) >= 0) 1624 if (pfd >= 0) 1625 (void) lockfile(pfd, map->map_file, ".pag", LOCK_UN); 1638 fchown(pfd, TrustedUid, -1) < 0) 1673 int dfd, pfd; local 1696 pfd [all...] |
H A D | util.c | 2011 ** pfd -- pointer to a place to store the file descriptor. 2019 prog_open(argv, pfd, e) 2021 int *pfd; 2050 *pfd = fdv[0];
|
Completed in 71 milliseconds