Searched refs:ibuf (Results 1 - 3 of 3) 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...] |
H A D | map.c | 6796 parse_fields(s, ibuf, blen, nr_substrings) 6798 int *ibuf; /* array */ 6799 int blen; /* number of elements in ibuf */ 6833 ibuf[i++] = val; 6842 ibuf[i] = END_OF_FIELDS;
|
Completed in 65 milliseconds