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

12

/freebsd-10-stable/usr.sbin/asf/
H A Dasf_prog.c48 char buf[LINE_MAX];
H A Dasf_kvm.c57 char errbuf[LINE_MAX];
/freebsd-10-stable/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-10-stable/usr.bin/ctags/
H A Dctags.c81 char lbuf[LINE_MAX];
178 (void)strlcat(lbuf, argv[step], LINE_MAX);
179 (void)strlcat(lbuf, "\t", LINE_MAX);
185 while (fgets(lbuf, LINE_MAX, oldf)) {
H A Dctags.h82 extern char lbuf[LINE_MAX];
/freebsd-10-stable/usr.sbin/pkg_install/updating/
H A Dmain.c27 char name[LINE_MAX]; /* Name of the installed port. */
65 char originline[LINE_MAX]; /* Line of +CONTENTS */
68 char updatingline[LINE_MAX]; /* Line of UPDATING */
73 int maxcharperline = LINE_MAX; /* Max chars per line */
/freebsd-10-stable/include/
H A Dlimits.h70 #define LINE_MAX 2048 /* max bytes in an input line */ macro
/freebsd-10-stable/lib/libc/gen/
H A Dsysctl.c120 *(int *)oldp = LINE_MAX;
H A Dsysconf.c158 return (LINE_MAX);
/freebsd-10-stable/lib/libdpv/
H A Ddialog_util.c123 char cmdbuf[LINE_MAX];
124 char rbuf[LINE_MAX];
133 snprintf(cmdbuf, LINE_MAX, "%s --print-maxsize 2>&1", dialog);
144 if ((fgets(rbuf, LINE_MAX, f) == NULL) || (pclose(f) < 0))
/freebsd-10-stable/usr.bin/fold/
H A Dfold.c191 buf_max += LINE_MAX;
/freebsd-10-stable/usr.bin/rs/
H A Drs.c332 #define BSIZE (LINE_MAX * 2)
354 if (!putlength && endblock - curline < LINE_MAX + 1) { /* need storage */
365 if (i >= LINE_MAX)
366 errx(1, "maximum line length (%d) exceeded", LINE_MAX);
/freebsd-10-stable/lib/libc/posix1e/
H A Dmac.c170 char line[LINE_MAX];
186 while (fgets(line, LINE_MAX, file)) {
/freebsd-10-stable/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-10-stable/games/primes/
H A Dprimes.c175 char *p, buf[LINE_MAX]; /* > max number of digits. */
/freebsd-10-stable/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c295 char buffer[LINE_MAX];
300 if (fgets(buffer, LINE_MAX, fp) == NULL)
/freebsd-10-stable/usr.sbin/ngctl/
H A Dmain.c213 char line[LINE_MAX];
383 char buf[LINE_MAX];
/freebsd-10-stable/games/factor/
H A Dfactor.c120 char *p, buf[LINE_MAX]; /* > max number of digits. */
/freebsd-10-stable/usr.bin/finger/
H A Dfinger.c281 char conf_alias[LINE_MAX];
/freebsd-10-stable/usr.bin/column/
H A Dcolumn.c275 #define MAXLINELEN (LINE_MAX + 1)
/freebsd-10-stable/usr.bin/csplit/
H A Dcsplit.c275 static char lbuf[LINE_MAX];
/freebsd-10-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c87 static char line[LINE_MAX];
110 char buf[MAX(MAXPATHLEN, LINE_MAX * 2)], tbuf[1024];
111 char sbuf[MAX(MAXPATHLEN, LINE_MAX * 2)];

Completed in 125 milliseconds

12