Searched refs:lbuf (Results 1 - 4 of 4) sorted by relevance
/sendmail/rmail/ |
H A D | rmail.c | 101 char **args, buf[2048], lbuf[2048]; local 136 if (sm_io_fgets(smioin, SM_TIME_DEFAULT, lbuf, 137 sizeof(lbuf)) < 0) 139 if ((p = strchr(lbuf, '\n')) == NULL) 144 if (!strncmp(lbuf, "From ", 5)) 145 addrp = lbuf + 5; 146 else if (!strncmp(lbuf, ">From ", 6)) 147 addrp = lbuf + 6; 150 "missing or empty From line: %s", lbuf); 158 err(EX_DATAERR, "corrupted From line: %s", lbuf); [all...] |
/sendmail/sendmail/ |
H A D | parseaddr.c | 2651 char lbuf[MAXNAME + 1]; local 2774 cataddr(pvp, NULL, lbuf, sizeof(lbuf), '\0', false); 2776 macset(&e->e_macro, 'g', lbuf); 2780 if (bitset(RF_CANONICAL, flags) && lbuf[0] == '@') 3218 char lbuf[MAXLINE]; local 3220 p = lbuf; 3223 (void) sm_snprintf(p, SPACELEFT(lbuf, p), 3235 (void) sm_snprintf(p, SPACELEFT(lbuf, p), 3243 rwset, p1, lbuf); [all...] |
H A D | queue.c | 2583 char lbuf[MAXNAME + 1]; local 2748 sm_io_fgets(cf, SM_TIME_DEFAULT, lbuf, 2749 sizeof(lbuf)) >= 0) 2754 p = strchr(lbuf, '\n'); 2765 switch (lbuf[0]) 2768 qfver = atoi(&lbuf[1]); 2772 w->w_pri = atol(&lbuf[1]); 2777 w->w_ctime = atol(&lbuf[1]); 2797 p = &lbuf[1]; 2816 (p = strrchr(&lbuf[ [all...] |
H A D | main.c | 4066 char lbuf[MAXLINE]; local 4093 lbs = sizeof(lbuf); 4094 lbp = translate_dollars(delimptr, lbuf, &lbs); 4096 if (lbp != lbuf) 4107 lbs = sizeof(lbuf); 4108 lbp = translate_dollars(delimptr, lbuf, &lbs); 4110 if (lbp != lbuf)
|
Completed in 107 milliseconds