Home
last modified time | relevance | path

Searched refs:MAXLINE (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-14.2/contrib/sendmail/src/
H A Dconf.h63 #define MAXLINE 2048 /* max line length */ macro
67 # define MAXINPLINE MAXLINE /* max input line length */
82 #if MEMCHUNKSIZE < MAXLINE
H A Dmime.c125 char buf[MAXLINE];
126 char pvpbuf[MAXLINE];
1043 char buf[MAXLINE];
1044 unsigned char fbuf[MAXLINE + 1];
1045 char pvpbuf[MAXLINE];
1150 if (*fbufp++ == '\n' || fbufp >= &fbuf[MAXLINE]) \
1185 &fbuf[MAXLINE] - fbufp);
1201 &fbuf[MAXLINE] - fbufp);
H A Dheaders.c534 char xbuf[MAXLINE]; /* EAI:ok; actual buffer might be greater */
846 char buf[MAXLINE];
995 char pvpbuf[MAXLINE];
1148 # if MSGIDLOGLEN >= MAXLINE / 2
1156 # if FIRSTLOGLEN + 200 >= MAXLINE
1767 char buf[SM_MAX(MAXLINE,BUFSIZ)];
1768 char obuf[MAXLINE];
2040 char obuf[MAXLINE + 256]; /* additional length for h_field */
2110 char obuf[MAXLINE + 3];
2163 SM_ASSERT(obp < &obuf[MAXLINE]);
[all …]
H A Dcontrol.c271 char cmdbuf[MAXLINE];
272 char inp[MAXLINE];
H A Derr.c321 char buf[MAXLINE];
409 char buf[MAXLINE];
1141 static char buf[MAXLINE];
H A Dtimers.c35 char buf[MAXLINE];
H A Dusersmtp.c42 static char SmtpMsgBuffer[MAXLINE]; /* buffer for commands */
43 static char SmtpReplyBuffer[MAXLINE]; /* buffer for replies */
778 char buf[MAXLINE];
2065 char optbuf[MAXLINE];
2393 char optbuf[MAXLINE];
3190 char junkbuf[MAXLINE];
3268 p = sfgets(bufp, MAXLINE, mci->mci_in, timeout, SmtpPhase);
3313 char wbuf[MAXLINE];
/freebsd-14.2/contrib/flex/src/
H A Dmisc.c95 char buf[MAXLINE]; in action_define()
98 if ((int) strlen (defname) > MAXLINE / 2) { in action_define()
313 char errmsg[MAXLINE]; in lerr()
327 char errmsg[MAXLINE]; in lerr_fatal()
341 char directive[MAXLINE], filename[MAXLINE]; in line_directive_out()
685 char buf_storage[MAXLINE]; in skelout()
700 (fgets (buf, MAXLINE, skelfile) != NULL) : in skelout()
H A Dparse.y81 char fw3_msg[MAXLINE];\
82 snprintf( fw3_msg, MAXLINE,(fmt), (a1), (a2) );\
959 char action_text[MAXLINE];
998 char errmsg[MAXLINE]; in format_synerr()
1018 char warn_msg[MAXLINE]; in format_warn()
1038 char errmsg[MAXLINE]; in format_pinpoint_message()
1057 char warning[MAXLINE]; in line_warning()
H A Dscan.l76 if(yyleng < MAXLINE) \
166 char nmdef[MAXLINE];
209 if(yyleng < MAXLINE)
462 if(yyleng-1 < MAXLINE)
639 if(yyleng < MAXLINE)
697 if(yyleng-1 < MAXLINE)
H A Dfilter.c373 char filename[MAXLINE]; in filter_fix_linedirs()
378 while ((s2 - filename) < (MAXLINE - 1) && *s1) { in filter_fix_linedirs()
H A Dflexdef.h99 #define MAXLINE 2048 macro
631 extern char nmstr[MAXLINE];
/freebsd-14.2/lib/libc/gen/
H A Dsyslog.c60 #define MAXLINE 8192 macro
143 char hostname[MAXHOSTNAMELEN], *stdp, tbuf[MAXLINE], fmt_cpy[MAXLINE], in vsyslog1()
383 if (len < MAXLINE) { in connectlog()
384 len = MAXLINE; in connectlog()
/freebsd-14.2/usr.bin/tftp/
H A Dmain.c78 #define MAXLINE (2 * MAXPATHLEN) macro
247 char line[MAXLINE]; in urihandling()
360 char line[MAXLINE]; in setpeer()
447 char line[MAXLINE]; in put()
558 char line[MAXLINE]; in get()
639 char line[MAXLINE]; in settimeoutpacket()
666 char line[MAXLINE]; in settimeoutnetwork()
752 char line[MAXLINE]; in command()
758 len = MIN(MAXLINE, num); in command()
/freebsd-14.2/contrib/ntp/include/
H A Dntp_config.h39 #define MAXLINE 1024 macro
264 char buffer[MAXLINE];
265 char err_msg[MAXLINE];
/freebsd-14.2/usr.bin/lex/
H A Dinitparse.c67 char fw3_msg[MAXLINE];\
68 snprintf( fw3_msg, MAXLINE,(fmt), (a1), (a2) );\
537 char action_text[MAXLINE]; in build_eof_action()
576 char errmsg[MAXLINE]; in format_synerr()
596 char warn_msg[MAXLINE]; in format_warn()
616 char errmsg[MAXLINE]; in format_pinpoint_message()
635 char warning[MAXLINE]; in line_warning()
H A Dinitscan.c1922 if(yyleng < MAXLINE) \
2233 char nmdef[MAXLINE];
2399 if(yyleng < MAXLINE)
2637 if(yyleng < MAXLINE)
3079 if(yyleng-1 < MAXLINE)
3350 if(yyleng < MAXLINE)
3419 if(yyleng-1 < MAXLINE)
/freebsd-14.2/contrib/sendmail/vacation/
H A Dvacation.c87 char From[MAXLINE];
88 char Subject[MAXLINE];
538 char buf[MAXLINE];
1023 char buf[MAXLINE], *p;
1061 char buf[MAXLINE];
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_scanner.h45 #define MAXLINE 1024 /* maximum length of line */ macro
/freebsd-14.2/contrib/sendmail/praliases/
H A Dpraliases.c67 char afilebuf[MAXLINE];
68 char buf[MAXLINE];
/freebsd-14.2/usr.sbin/cdcontrol/
H A Dcdcontrol.c1161 #define MAXLINE 80 in input() macro
1165 static char buf[MAXLINE]; in input()
1190 len = (num > MAXLINE) ? MAXLINE : num; in input()
1194 #undef MAXLINE in input()
/freebsd-14.2/contrib/ntp/ntpdc/
H A Dntpdc.c166 #define MAXLINE 512 /* maximum line length */ macro
1177 if (strlen(cmdline) >= MAXLINE) { in docmd()
1179 MAXLINE - 1, cmdline); in docmd()
1299 static char tspace[MAXLINE]; in tokenize()
/freebsd-14.2/contrib/sendmail/makemap/
H A Dmakemap.c175 char buf[MAXLINE];
176 static char classbuf[MAXLINE];
/freebsd-14.2/usr.sbin/syslogd/
H A Dsyslogd.c98 #define MAXLINE 8192 /* maximum line length */ macro
99 #define MAXSVLINE MAXLINE /* maximum saved line length */
894 char line[MAXLINE + 1]; in socklist_recv_sock()
1010 char line[MAXLINE + 1]; in parsemsg_rfc5424()
1272 char line[MAXLINE + 1]; in parsemsg_rfc3164()
1403 char *p, *q, line[MAXLINE + 1]; in socklist_recv_file()
1408 i = read(sl->sl_socket, line + len, MAXLINE - 1 - len); in socklist_recv_file()
1425 if (len >= MAXLINE - 1) { in socklist_recv_file()
2559 char bootfileMsg[MAXLINE + 1]; in init()
/freebsd-14.2/contrib/unifdef/
H A Dunifdef.c140 #define MAXLINE 4096 /* maximum length of line */ macro
194 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */
863 if (fgets(tline + len, MAXLINE - len, input) == NULL) { in parseline()
1205 if (fgets(tline, MAXLINE, input) == NULL) { in skiphash()

123