Searched defs:ibuf (Results 1 - 2 of 2) sorted by relevance
| /sendmail/makemap/ |
| H A D | makemap.c | 105 char ibuf[BUFSIZE]; local 398 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, ibuf, sizeof ibuf) 409 p = strchr(ibuf, '\n'); 417 (long) sizeof ibuf); 422 if (ibuf[0] == '\0' || ibuf[0] == comment) 424 if (sep == '\0' && isascii(ibuf[0]) && isspace(ibuf[0])) 435 db_key.data = ibuf; [all...] |
| /sendmail/sendmail/ |
| H A D | daemon.c | 3413 char ibuf[MAXNAME + 1]; local 3514 (void) sm_snprintf(ibuf, sizeof(ibuf), "%d,%d\r\n", 3562 (void) sm_snprintf(ibuf, sizeof(ibuf), "%d,%d\r\n", 3613 sm_dprintf("getauthinfo: sent %s", ibuf); 3616 if (write(s, ibuf, strlen(ibuf)) < 0) 3620 p = &ibuf[0]; 3621 nleft = sizeof(ibuf) [all...] |
Completed in 27 milliseconds