Symbol: MAXLINE
usr.bin/rpcinfo/rpcinfo.c
986
char linebuf[MAXLINE];
usr.bin/tftp/main.c
600
len = (num > MAXLINE) ? MAXLINE : num;
usr.bin/tftp/main.c
70
char line[MAXLINE];
usr.bin/unifdef/unifdef.c
1109
if (fgets(tline, MAXLINE, input) == NULL) {
usr.bin/unifdef/unifdef.c
179
static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */
usr.bin/unifdef/unifdef.c
845
if (fgets(tline + len, MAXLINE - len, input) == NULL) {
usr.sbin/asf/asf.c
176
char buf[MAXLINE];
usr.sbin/asf/asf.c
180
char ocbuf[MAXLINE];
usr.sbin/asf/asf.c
244
while (fgets(buf, MAXLINE, kldstat)) {
usr.sbin/asf/asf.c
258
MAXLINE,
usr.sbin/asf/asf.c
269
MAXLINE,
usr.sbin/asf/asf.c
282
while (fgets(ocbuf, MAXLINE, objcopy)) {
usr.sbin/cdcontrol/cdcontrol.c
1149
static char buf[MAXLINE];
usr.sbin/cdcontrol/cdcontrol.c
1173
len = (num >= MAXLINE) ? MAXLINE - 1 : num;
usr.sbin/syslogd/syslogd.c
1074
char line[MAXLINE + 1], repbuf[80], greetings[200], *wmsg = NULL;
usr.sbin/syslogd/syslogd.c
1202
else if (l > MAXLINE)
usr.sbin/syslogd/syslogd.c
1203
l = MAXLINE;
usr.sbin/syslogd/syslogd.c
1768
char buf[MAXLINE], ebuf[100];
usr.sbin/syslogd/syslogd.c
283
static char bootfile[MAXLINE+1]; /* booted kernel file */
usr.sbin/syslogd/syslogd.c
337
char line[MAXLINE + 1];
usr.sbin/syslogd/syslogd.c
640
l = recvfrom(finet[i+1], line, MAXLINE,
usr.sbin/syslogd/syslogd.c
657
l = recvfrom(fx->s, line, MAXLINE, 0,
usr.sbin/syslogd/syslogd.c
718
char line[MAXLINE + 1];
usr.sbin/syslogd/syslogd.c
778
static char line[MAXLINE + 1];
usr.sbin/syslogd/syslogd.c
784
i = read(fklog, line + len, MAXLINE - 1 - len);
usr.sbin/syslogd/syslogd.c
800
if (len >= MAXLINE - 1) {
usr.sbin/syslogd/syslogd.c
901
char buf[MAXLINE+1];