HomeSort by: relevance | last modified time | path
    Searched refs:MAXLINE (Results 1 - 14 of 14) sorted by relevancy

  /src/tests/fs/lfs/
util.h 18 #define MAXLINE 132
util.c 20 char cmd[MAXLINE];
21 char buf[MAXLINE];
38 while (fgets(buf, MAXLINE, pipe) != NULL) {
42 while (fgets(buf, MAXLINE, pipe) != NULL)
123 char s[MAXLINE];
126 char cmd[MAXLINE];
132 while (fgets(s, MAXLINE, pipe) != NULL) {
156 char s[MAXLINE];
160 while (fgets(s, MAXLINE, pipe) != NULL)
t_rfw.c 75 char buf[MAXLINE];
  /src/sys/dev/microcode/cyclades-z/
cyzfirm2h.c 56 #define MAXLINE 8
58 #define MAXLINE 10
131 if (i == MAXLINE) {
  /src/usr.sbin/gspa/gspa/
gspa.c 58 char line[MAXLINE];
144 while( get_line(line, MAXLINE) ){
178 while( get_line(line, MAXLINE) ){
gsp_ass.h 38 #define MAXLINE 133
gsp_lex.c 49 char idents[MAXLINE];
  /src/usr.bin/vacation/
vacation.c 79 #define MAXLINE 1024 /* max line from mail header */
91 static char from[MAXLINE];
92 static char subject[MAXLINE];
313 char buf[MAXLINE];
603 char buf[MAXLINE];
  /src/distrib/utils/ssh/
ssh.c 57 #define MAXLINE 256
201 char ibuf[MAXLINE];
  /src/usr.sbin/syslogd/
syslogd.h 47 #define MAXLINE 1024 /* maximum line length */
syslogd.c 59 * MAXLINE -- the maximimum line length that can be handled.
495 if (linebufsize < MAXLINE)
496 linebufsize = MAXLINE;
3779 char buf[MAXLINE];
4093 return MAXLINE;
tls.c 982 char buf[MAXLINE];
  /src/usr.bin/unifdef/
unifdef.c 196 #define MAXLINE 4096 /* maximum length of line */
230 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */
597 if (fgets(tline, MAXLINE, input) == NULL)
  /src/usr.bin/rpcinfo/
rpcinfo.c 1006 #define MAXLINE 256
1007 char linebuf[MAXLINE];

Completed in 39 milliseconds