Home
last modified time | relevance | path

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

123

/freebsd/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/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
1175 char sbuf[MAXLINE + 1]; /* EAI:ok; XREF: see also MSGIDLOGLEN */
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];
[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/lib/libc/gen/
H A Dsyslog.c58 #define MAXLINE 8192 macro
141 char hostname[MAXHOSTNAMELEN], *stdp, tbuf[MAXLINE], fmt_cpy[MAXLINE], in vsyslog1()
381 if (len < MAXLINE) { in connectlog()
382 len = MAXLINE; in connectlog()
/freebsd/usr.bin/tftp/
H A Dmain.c65 #define MAXLINE (2 * MAXPATHLEN) macro
234 char line[MAXLINE]; in urihandling()
347 char line[MAXLINE]; in setpeer()
434 char line[MAXLINE]; in put()
545 char line[MAXLINE]; in get()
626 char line[MAXLINE]; in settimeoutpacket()
653 char line[MAXLINE]; in settimeoutnetwork()
739 char line[MAXLINE]; in command()
745 len = MIN(MAXLINE, num); in command()
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.h81 #define MAXLINE 8192 /* maximum line length */ macro
82 #define MAXSVLINE MAXLINE /* maximum saved line length */
/freebsd/contrib/ntp/include/
H A Dntp_config.h39 #define MAXLINE 1024 macro
264 char buffer[MAXLINE];
265 char err_msg[MAXLINE];
/freebsd/usr.bin/lex/
H A Dinitparse.c66 char fw3_msg[MAXLINE];\
67 snprintf( fw3_msg, MAXLINE,(fmt), (a1), (a2) );\
536 char action_text[MAXLINE]; in build_eof_action()
575 char errmsg[MAXLINE]; in format_synerr()
595 char warn_msg[MAXLINE]; in format_warn()
615 char errmsg[MAXLINE]; in format_pinpoint_message()
634 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/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/contrib/ntp/ntpd/
H A Dntp_scanner.h45 #define MAXLINE 1024 /* maximum length of line */ macro
/freebsd/contrib/sendmail/praliases/
H A Dpraliases.c67 char afilebuf[MAXLINE];
68 char buf[MAXLINE];
/freebsd/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/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/contrib/sendmail/makemap/
H A Dmakemap.c175 char buf[MAXLINE];
176 static char classbuf[MAXLINE];
/freebsd/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