Searched defs:line (Results 1 - 5 of 5) sorted by relevance
/sendmail/libsm/ |
H A D | t-qic.c | 100 char line_in[1024], line[256], line_out[32], *obp; local 186 los = sm_strlcpy(line, inout[i].qic_in, sizeof(line)); 187 SM_TEST(los + 1 < sizeof(line)); 189 obp = quote_unquote(line, line, los, inout[i].qic_exp); 203 if (obp != line)
|
/sendmail/sendmail/ |
H A D | alias.c | 650 char line[BUFSIZ]; local 660 while (sm_io_fgets(af, SM_TIME_DEFAULT, line, sizeof(line)) >= 0) 666 p = strchr(line, '\n'); 668 /* XXX what if line="a\\" ? */ 669 while (p != NULL && p > line && p[-1] == '\\') 673 SPACELEFT(line, p)) < 0) 683 syserr("554 5.3.0 alias line too long"); 685 /* flush to end of line */ 694 switch (line[ [all...] |
H A D | headers.c | 49 ** DOCHOMPHEADER -- process and save a header line. 54 ** line -- header as a text line. 64 ** Contents of 'line' are destroyed. 71 dochompheader(line, pflag, hdrp, e) 72 char *line; 97 p = line; 182 syserr("553 5.3.0 header syntax error, line \"%s\"", line); 267 ** them and the <address> on the second line 501 xputs(sm_debug_file(), line); local [all...] |
H A D | tls.c | 1728 int line, flags; local 1735 while ((l = ERR_get_error_line_data(CP &file, &line, CP &data, &flags)) 1741 file, line,
|
/sendmail/mail.local/ |
H A D | mail.local.c | 374 mailerr("421", "Users should not be specified in command line if LMTP required"); 771 bool eline; /* previous line was empty */ 772 bool fullline = true; /* current line is terminated */ 773 bool prevfl; /* previous line was terminated */ 774 char line[2048]; local 808 line[0] = '\0'; 810 while (fgets(line, sizeof(line), stdin) != (char *) NULL) 815 prevfl = fullline; /* preserve state of previous line */ 816 while (line[line_le [all...] |
Completed in 42 milliseconds