Searched refs:MAXLINELEN (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c50 #define MAXLINELEN 16384 macro
284 char line[MAXLINELEN];
297 while (fgets(line, MAXLINELEN, cf) != NULL) {
635 char line[MAXLINELEN];
638 snprintf(line, MAXLINELEN, "filling in parms for %s", p->name);
651 snprintf(line, MAXLINELEN, "cd %s && echo -n `/bin/pwd`",
687 snprintf(line, MAXLINELEN, "Using %s for %s", path, p->name);
715 char line[MAXLINELEN];
756 snprintf(line, MAXLINELEN, "cd %s && %s -f %s -B crunchgen_objs",
764 while(fgets(line, MAXLINELEN,
[all...]
/freebsd-10.1-release/usr.bin/column/
H A Dcolumn.c275 #define MAXLINELEN (LINE_MAX + 1) macro
282 wchar_t *p, buf[MAXLINELEN];
288 while (fgetws(buf, MAXLINELEN, fp)) {
/freebsd-10.1-release/contrib/file/src/
H A Dascmagic.c50 #define MAXLINELEN 300 /* longest sane line length */ macro
175 /* If this line is _longer_ than MAXLINELEN, remember it. */
176 if (i > last_line_end + MAXLINELEN)
/freebsd-10.1-release/usr.sbin/mtree/
H A Dcreate.c68 #define MAXLINELEN 80 macro
169 offset = MAXLINELEN;
423 if (*offset + strlen(buf) > MAXLINELEN - 3) {
/freebsd-10.1-release/contrib/mtree/
H A Dcreate.c80 #define MAXLINELEN 80 macro
194 offset = MAXLINELEN;
467 if (*offset + strlen(buf) > MAXLINELEN - 3) {
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c46 #define MAXLINELEN 80 macro
410 if (pd + (r - s) <= MAXLINELEN - 3 - INDENTNAMELEN)
429 if (x != NULL && pd + strlen(s) > MAXLINELEN - 3 - INDENTNAMELEN) {

Completed in 219 milliseconds