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

12

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_config.h59 #define MAXLINE 1024 macro
199 char buffer[MAXLINE];
200 char err_msg[MAXLINE];
/netbsd-6-1-5-RELEASE/usr.sbin/gspa/gspa/
H A Dgspa.c58 char line[MAXLINE];
144 while( get_line(line, MAXLINE) ){
178 while( get_line(line, MAXLINE) ){
H A Dgsp_ass.h38 #define MAXLINE 133 macro
H A Dgsp_lex.c49 char idents[MAXLINE];
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_scanner.h45 #define MAXLINE 1024 /* maximum length of line */ macro
H A Dntp_parser.y1247 MAXLINE - remote_config.err_pos,
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
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) {
451 char errmsg[MAXLINE];
463 char errmsg[MAXLINE];
476 char directive[MAXLINE], filename[MAXLINE];
893 char buf_storage[MAXLINE];
908 (fgets (buf, MAXLINE, skelfil
[all...]
H A Dscan.l71 if(yyleng < MAXLINE) \
140 Char nmdef[MAXLINE];
188 if(yyleng < MAXLINE)
296 if(yyleng < MAXLINE)
439 if(yyleng-1 < MAXLINE)
614 if(yyleng < MAXLINE)
672 if(yyleng-1 < MAXLINE)
H A Dparse.y83 char fw3_msg[MAXLINE];\
84 snprintf( fw3_msg, MAXLINE,(fmt), (a1), (a2) );\
961 char action_text[MAXLINE];
996 char errmsg[MAXLINE];
1018 char warn_msg[MAXLINE];
1040 char errmsg[MAXLINE];
1062 char warning[MAXLINE];
H A Dfilter.c367 char filename[MAXLINE];
372 while ((s2 - filename) < (MAXLINE - 1) && *s1) {
H A Dinitparse.c87 char fw3_msg[MAXLINE];\
88 snprintf( fw3_msg, MAXLINE,(fmt), (a1), (a2) );\
505 char action_text[MAXLINE];
540 char errmsg[MAXLINE];
562 char warn_msg[MAXLINE];
584 char errmsg[MAXLINE];
606 char warning[MAXLINE];
H A Dinitscan.c1946 if(yyleng < MAXLINE) \
2197 Char nmdef[MAXLINE];
2392 if(yyleng < MAXLINE)
2584 if(yyleng < MAXLINE)
2951 if(yyleng-1 < MAXLINE)
3192 if(yyleng < MAXLINE)
3258 if(yyleng-1 < MAXLINE)
H A Dflexdef.h140 #define MAXLINE 2048 macro
673 extern char nmstr[MAXLINE];
H A Dnfa.c205 char action_text[MAXLINE];
H A Dmain.c100 char nmstr[MAXLINE];
139 static char outfile_path[MAXLINE];
/netbsd-6-1-5-RELEASE/usr.bin/vacation/
H A Dvacation.c79 #define MAXLINE 1024 /* max line from mail header */ macro
91 static char from[MAXLINE];
92 static char subject[MAXLINE];
313 char buf[MAXLINE];
589 char buf[MAXLINE];
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdate/
H A Dntptime_config.c112 #define MAXLINE 1024 /* maximum length of line */ macro
158 char line[MAXLINE];
413 while ((cp = fgets(line, MAXLINE, fp)) != NULL) {
/netbsd-6-1-5-RELEASE/distrib/utils/ssh/
H A Dssh.c57 #define MAXLINE 256 macro
201 char ibuf[MAXLINE];
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dsyslogd.h47 #define MAXLINE 1024 /* maximum line length */ macro
H A Dsyslogd.c59 * MAXLINE -- the maximimum line length that can be handled.
453 if (linebufsize < MAXLINE)
454 linebufsize = MAXLINE;
3607 char buf[MAXLINE];
3911 return MAXLINE;
/netbsd-6-1-5-RELEASE/usr.bin/unifdef/
H A Dunifdef.c196 #define MAXLINE 4096 /* maximum length of line */ macro
230 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */
597 if (fgets(tline, MAXLINE, input) == NULL)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dntpq-subs.c178 #define MAXLINE 512 /* maximum length of a line */ macro
1967 char config_cmd[MAXLINE];
1988 while (fgets(config_cmd, MAXLINE, config_fd) != NULL) {
H A Dntpq.c372 #define MAXLINE 512 /* maximum line length */ macro
1622 static char tspace[MAXLINE];
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.c160 #define MAXLINE 512 /* maximum line length */ macro
1293 static char tspace[MAXLINE];
/netbsd-6-1-5-RELEASE/usr.bin/rpcinfo/
H A Drpcinfo.c1004 #define MAXLINE 256 macro
1005 char linebuf[MAXLINE];

Completed in 253 milliseconds

12