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

  /src/sys/dev/microcode/cyclades-z/
cyzfirm2h.c 56 #define MAXLINE 8
58 #define MAXLINE 10
131 if (i == MAXLINE) {
  /src/tests/fs/lfs/
t_rfw.c 61 #define MAXLINE 132
93 char buf[MAXLINE];
94 char cmd[MAXLINE];
117 while (fgets(buf, MAXLINE, pipe) != NULL) {
121 while (fgets(buf, MAXLINE, pipe) != NULL)
339 char s[MAXLINE];
342 char cmd[MAXLINE];
348 while (fgets(s, MAXLINE, pipe) != NULL) {
373 char s[MAXLINE];
377 while (fgets(s, MAXLINE, pipe) != NULL
    [all...]
  /src/usr.sbin/gspa/gspa/
gsp_ass.h 38 #define MAXLINE 133
  /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.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.sbin/syslogd/
syslogd.h 47 #define MAXLINE 1024 /* maximum line length */
  /src/usr.bin/rpcinfo/
rpcinfo.c 1006 #define MAXLINE 256
1007 char linebuf[MAXLINE];

Completed in 17 milliseconds