HomeSort by: relevance | last modified time | path
    Searched refs:LINE_MAX (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/sys/
syslimits.h 69 #define LINE_MAX 2048 /* max bytes in an input line */
  /src/lib/libc/citrus/
citrus_lookup_factory.c 59 char key[LINE_MAX], data[LINE_MAX];
citrus_pivot_factory.c 116 char key1[LINE_MAX], key2[LINE_MAX], data[LINE_MAX];
citrus_csmapper.c 109 char buf[LINE_MAX];
citrus_iconv.c 162 char linebuf[LINE_MAX];
  /src/usr.bin/ctags/
ctags.h 78 extern char lbuf[LINE_MAX];
ctags.c 81 char lbuf[LINE_MAX];
  /src/usr.bin/pwhash/
pwhash.c 103 char option[LINE_MAX], *key, *opt;
239 char line[LINE_MAX], *string;
  /src/sys/stand/efiboot/
prompt.c 152 char input[LINE_MAX];
  /src/usr.bin/comm/
comm.c 56 #define MAXLINELEN (LINE_MAX + 1)
  /src/tests/lib/libc/sys/
t_chroot.c 142 static char buf[LINE_MAX];
265 static char buf[LINE_MAX];
t_link.c 52 static char buf[LINE_MAX];
  /src/lib/libutil/
passwd.c 581 char line[LINE_MAX], *p, *p2;
582 static char result[LINE_MAX];
602 while (!found && (got || read_line(fp, line, LINE_MAX))) {
610 while (read_line(fp, line, LINE_MAX)) {
652 char grpkey[LINE_MAX];
  /src/games/primes/
primes.c 182 char *p, buf[LINE_MAX]; /* > max number of digits. */
  /src/usr.sbin/pwd_mkdb/
pwd_mkdb.c 152 char dbname[MAX(MAXPATHLEN, LINE_MAX * 2)];
160 static char oldpwdfile[MAX(MAXPATHLEN, LINE_MAX * 2)];
587 static char line[LINE_MAX];
812 char buf[MAX(MAXPATHLEN, LINE_MAX * 2)], tbuf[1024], *p;
932 static char buf[MAX(MAXPATHLEN, LINE_MAX * 2)];
  /src/usr.bin/spell/spellprog/
spellprog.c 287 static char word[LINE_MAX];
288 static char original[LINE_MAX];
289 static char affix[LINE_MAX];
  /src/sbin/mount_portal/
conf.c 268 char cline[LINE_MAX];
  /src/usr.bin/chpass/
edit.c 153 static char buf[LINE_MAX];
  /src/usr.bin/nl/
nl.c 255 val = LINE_MAX;
  /src/usr.bin/passwd/
local_passwd.c 68 char option[LINE_MAX], *key, *opt;
yp_passwd.c 90 char option[LINE_MAX], *key, *opt;
  /src/sys/dev/virtio/arch/x86/
virtio_mmio_cmdline.c 197 static char cmdline[LINE_MAX], *parg = NULL;
  /src/lib/libc/gen/
sysctl.c 154 _INT("line_max", USER_LINE_MAX, LINE_MAX, "The maximum length "
  /src/games/factor/
factor.c 133 char *p, buf[LINE_MAX]; /* > max number of digits. */
  /src/usr.bin/csplit/
csplit.c 286 static char lbuf[LINE_MAX];

Completed in 162 milliseconds

1 2