Symbol: MAXLINE
distrib/utils/ssh/ssh.c
201
char ibuf[MAXLINE];
sys/dev/microcode/cyclades-z/cyzfirm2h.c
131
if (i == MAXLINE) {
tests/fs/lfs/t_orphan.c
179
while (fgets(s, MAXLINE, fp) != NULL) {
tests/fs/lfs/t_orphan.c
68
char s[MAXLINE];
tests/fs/lfs/t_rfw.c
75
char buf[MAXLINE];
tests/fs/lfs/util.c
140
char s[MAXLINE];
tests/fs/lfs/util.c
143
char cmd[MAXLINE];
tests/fs/lfs/util.c
149
while (fgets(s, MAXLINE, pipe) != NULL) {
tests/fs/lfs/util.c
173
char s[MAXLINE];
tests/fs/lfs/util.c
177
while (fgets(s, MAXLINE, pipe) != NULL)
tests/fs/lfs/util.c
20
char cmd[MAXLINE];
tests/fs/lfs/util.c
21
char buf[MAXLINE];
tests/fs/lfs/util.c
38
while (fgets(buf, MAXLINE, pipe) != NULL) {
tests/fs/lfs/util.c
42
while (fgets(buf, MAXLINE, pipe) != NULL)
usr.bin/rpcinfo/rpcinfo.c
1007
char linebuf[MAXLINE];
usr.bin/unifdef/unifdef.c
230
static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */
usr.bin/unifdef/unifdef.c
597
if (fgets(tline, MAXLINE, input) == NULL)
usr.bin/vacation/vacation.c
313
char buf[MAXLINE];
usr.bin/vacation/vacation.c
603
char buf[MAXLINE];
usr.bin/vacation/vacation.c
91
static char from[MAXLINE];
usr.bin/vacation/vacation.c
92
static char subject[MAXLINE];
usr.sbin/gspa/gspa/gsp_lex.c
46
char idents[MAXLINE];
usr.sbin/gspa/gspa/gspa.c
141
while( get_line(line, MAXLINE) ){
usr.sbin/gspa/gspa/gspa.c
175
while( get_line(line, MAXLINE) ){
usr.sbin/gspa/gspa/gspa.c
55
char line[MAXLINE];
usr.sbin/syslogd/syslogd.c
3788
char buf[MAXLINE];
usr.sbin/syslogd/syslogd.c
4102
return MAXLINE;
usr.sbin/syslogd/syslogd.c
495
if (linebufsize < MAXLINE)
usr.sbin/syslogd/syslogd.c
496
linebufsize = MAXLINE;
usr.sbin/syslogd/tls.c
996
char buf[MAXLINE];