Searched refs:MAXLINE (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-10-stable/contrib/flex/
H A Dmisc.c97 char buf[MAXLINE];
100 if ((int) strlen (defname) > MAXLINE / 2) {
123 char buf[MAXLINE];
127 if ((int) strlen (defname) > MAXLINE / 2) {
394 char errmsg[MAXLINE];
406 char errmsg[MAXLINE];
419 char errmsg[MAXLINE];
433 char directive[MAXLINE], filename[MAXLINE];
819 char buf_storage[MAXLINE];
[all...]
H A Dscan.l69 if(yyleng < MAXLINE) \
138 Char nmdef[MAXLINE];
186 if(yyleng < MAXLINE)
294 if(yyleng < MAXLINE)
437 if(yyleng-1 < MAXLINE)
612 if(yyleng < MAXLINE)
670 if(yyleng-1 < MAXLINE)
H A Dparse.y81 char fw3_msg[MAXLINE];\
82 snprintf( fw3_msg, MAXLINE,(fmt), (a1), (a2) );\
957 char action_text[MAXLINE];
996 char errmsg[MAXLINE];
1018 char warn_msg[MAXLINE];
1040 char errmsg[MAXLINE];
1062 char warning[MAXLINE];
H A Dfilter.c379 char filename[MAXLINE];
384 while ((s2 - filename) < (MAXLINE - 1) && *s1) {
H A Dflexdef.h139 #define MAXLINE 2048 macro
674 extern char nmstr[MAXLINE];
H A Dnfa.c203 char action_text[MAXLINE];
/freebsd-10-stable/contrib/sendmail/src/
H A Dconf.h62 #define MAXLINE 2048 /* max line length */ macro
66 # define MAXINPLINE MAXLINE /* max input line length */
H A Dcontrol.c272 char cmdbuf[MAXLINE];
273 char inp[MAXLINE];
H A Dmime.c124 char buf[MAXLINE];
125 char pvpbuf[MAXLINE];
1042 char buf[MAXLINE];
1043 unsigned char fbuf[MAXLINE + 1];
1044 char pvpbuf[MAXLINE];
1149 if (*fbufp++ == '\n' || fbufp >= &fbuf[MAXLINE]) \
1184 &fbuf[MAXLINE] - fbufp);
1200 &fbuf[MAXLINE] - fbufp);
H A Dtimers.c35 char buf[MAXLINE];
H A Dheaders.c508 char xbuf[MAXLINE];
820 char buf[MAXLINE];
969 char pvpbuf[MAXLINE];
1122 char sbuf[MAXLINE + 1];
1708 char buf[SM_MAX(MAXLINE,BUFSIZ)];
1709 char obuf[MAXLINE];
1978 char obuf[MAXLINE + 256]; /* additional length for h_field */
1993 ** However, SPACELEFT() is always > 0 unless MAXLINE==1.
2048 char obuf[MAXLINE + 3];
2091 SM_ASSERT(obp < &obuf[MAXLINE]);
[all...]
H A Derr.c321 char buf[MAXLINE];
408 char buf[MAXLINE];
1084 static char buf[MAXLINE];
H A Dusersmtp.c43 static char SmtpMsgBuffer[MAXLINE]; /* buffer for commands */
44 static char SmtpReplyBuffer[MAXLINE]; /* buffer for replies */
731 char buf[MAXLINE];
2012 char optbuf[MAXLINE];
2277 char optbuf[MAXLINE];
3067 char junkbuf[MAXLINE];
3127 p = sfgets(bufp, MAXLINE, mci->mci_in, timeout, SmtpPhase);
3172 char wbuf[MAXLINE];
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_scanner.h45 #define MAXLINE 1024 /* maximum length of line */ macro
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_config.h38 #define MAXLINE 1024 macro
257 char buffer[MAXLINE];
258 char err_msg[MAXLINE];
/freebsd-10-stable/usr.bin/tftp/
H A Dmain.c77 #define MAXLINE 200 macro
223 char line[MAXLINE];
336 char line[MAXLINE];
423 char line[MAXLINE];
525 char line[MAXLINE];
604 char line[MAXLINE];
631 char line[MAXLINE];
720 char line[MAXLINE];
737 len = (num > MAXLINE) ? MAXLINE
[all...]
/freebsd-10-stable/contrib/sendmail/praliases/
H A Dpraliases.c67 char afilebuf[MAXLINE];
68 char buf[MAXLINE];
/freebsd-10-stable/usr.bin/lex/
H A Dinitparse.c66 char fw3_msg[MAXLINE];\
67 snprintf( fw3_msg, MAXLINE,(fmt), (a1), (a2) );\
524 char action_text[MAXLINE];
563 char errmsg[MAXLINE];
585 char warn_msg[MAXLINE];
607 char errmsg[MAXLINE];
629 char warning[MAXLINE];
H A Dinitscan.c1956 if(yyleng < MAXLINE) \
2216 Char nmdef[MAXLINE];
2430 if(yyleng < MAXLINE)
2663 if(yyleng < MAXLINE)
3110 if(yyleng-1 < MAXLINE)
3378 if(yyleng < MAXLINE)
3447 if(yyleng-1 < MAXLINE)
/freebsd-10-stable/contrib/sendmail/vacation/
H A Dvacation.c90 char From[MAXLINE];
508 char buf[MAXLINE];
553 /* ok since both strings have MAXLINE length */
953 char buf[MAXLINE], *p;
991 char buf[MAXLINE];
/freebsd-10-stable/usr.sbin/syslogd/
H A Dsyslogd.c58 * MAXLINE -- the maximum line length that can be handled.
73 #define MAXLINE 1024 /* maximum line length */ macro
74 #define MAXSVLINE MAXLINE /* maximum saved line length */
301 static char bootfile[MAXLINE+1]; /* booted kernel file */
383 char line[MAXLINE + 1];
693 l = recvfrom(finet[i+1], line, MAXLINE,
710 l = recvfrom(fx->s, line, MAXLINE, 0,
771 char line[MAXLINE + 1];
828 char *p, *q, line[MAXLINE + 1];
833 i = read(fklog, line + len, MAXLINE
[all...]
/freebsd-10-stable/usr.bin/unifdef/
H A Dunifdef.c140 #define MAXLINE 4096 /* maximum length of line */ macro
180 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */
838 if (fgets(tline + len, MAXLINE - len, input) == NULL) {
1102 if (fgets(tline, MAXLINE, input) == NULL) {
/freebsd-10-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c1163 #define MAXLINE 80 macro
1167 static char buf[MAXLINE];
1192 len = (num > MAXLINE) ? MAXLINE : num;
1196 #undef MAXLINE macro
/freebsd-10-stable/contrib/sendmail/mailstats/
H A Dmailstats.c66 char buf[MAXLINE];
/freebsd-10-stable/contrib/sendmail/editmap/
H A Deditmap.c102 char buf[MAXLINE];

Completed in 150 milliseconds

12