Searched refs:LINE_MAX (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-current/lib/libc/iconv/
H A Dcitrus_lookup_factory.c53 char data[LINE_MAX], key[LINE_MAX];
H A Dcitrus_pivot_factory.c109 char key1[LINE_MAX], key2[LINE_MAX], data[LINE_MAX];
H A Dcitrus_csmapper.c106 char buf[LINE_MAX];
/freebsd-current/include/
H A Dlimits.h69 #define LINE_MAX 2048 /* max bytes in an input line */ macro
/freebsd-current/usr.bin/ctags/
H A Dctags.c71 char lbuf[LINE_MAX];
183 (void)strlcat(lbuf, argv[step], LINE_MAX);
184 (void)strlcat(lbuf, "\t", LINE_MAX);
190 while (fgets(lbuf, LINE_MAX, oldf)) {
H A Dctags.h79 extern char lbuf[LINE_MAX];
/freebsd-current/usr.bin/rs/
H A Drs.cc291 #define BSIZE (LINE_MAX * 2)
313 if (!putlength && endblock - curline < LINE_MAX + 1) { /* need storage */
324 if (i >= LINE_MAX)
325 errx(1, "maximum line length (%d) exceeded", LINE_MAX);
/freebsd-current/lib/libdpv/
H A Ddialog_util.c121 char cmdbuf[LINE_MAX];
122 char rbuf[LINE_MAX];
131 snprintf(cmdbuf, LINE_MAX, "%s --print-maxsize 2>&1", dialog);
142 if ((fgets(rbuf, LINE_MAX, f) == NULL) || (pclose(f) < 0))
/freebsd-current/usr.bin/fold/
H A Dfold.c178 buf_max += LINE_MAX;
/freebsd-current/lib/libc/gen/
H A Dsysctl.c138 *(int *)oldp = LINE_MAX;
H A Dsysconf.c155 return (LINE_MAX);
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_chroot.c142 static char buf[LINE_MAX];
266 static char buf[LINE_MAX];
H A Dt_link.c52 static char buf[LINE_MAX];
/freebsd-current/lib/libc/posix1e/
H A Dmac.c169 char line[LINE_MAX];
184 while (fgets(line, LINE_MAX, file)) {
/freebsd-current/usr.bin/primes/
H A Dprimes.c168 char *p, buf[LINE_MAX]; /* > max number of digits. */
/freebsd-current/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c295 char buffer[LINE_MAX];
300 if (fgets(buffer, LINE_MAX, fp) == NULL)
/freebsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c74 static char line[LINE_MAX];
97 char buf[MAX(MAXPATHLEN, LINE_MAX * 2)];
98 char sbuf[MAX(MAXPATHLEN, LINE_MAX * 2)];
/freebsd-current/usr.sbin/ngctl/
H A Dmain.c210 char line[LINE_MAX];
380 char buf[LINE_MAX];
/freebsd-current/usr.bin/finger/
H A Dfinger.c268 char conf_alias[LINE_MAX];
/freebsd-current/usr.bin/factor/
H A Dfactor.c114 char *p, buf[LINE_MAX]; /* > max number of digits. */
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c749 #ifdef LINE_MAX
750 limit = LINE_MAX;
/freebsd-current/usr.bin/csplit/
H A Dcsplit.c274 static char lbuf[LINE_MAX];
/freebsd-current/usr.bin/column/
H A Dcolumn.c267 #define MAXLINELEN (LINE_MAX + 1)
/freebsd-current/usr.sbin/rrenumd/
H A Dparser.y61 char errbuf[LINE_MAX];
/freebsd-current/usr.sbin/syslogd/
H A Dsyslogd.c2369 char cline[LINE_MAX];
2371 char prog[LINE_MAX];
2373 char pfilter[LINE_MAX];
2463 for (i = 0; i < LINE_MAX - 1; i++) {
2870 char *bp, buf[LINE_MAX], ebuf[100];

Completed in 455 milliseconds

12