Searched refs:MAXLINELEN (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/comm/ |
H A D | comm.c | 44 #define MAXLINELEN (LINE_MAX + 1) macro 59 char **p, line1[MAXLINELEN], line2[MAXLINELEN]; in main() 108 file1done = !fgets(line1, MAXLINELEN, fp1); in main() 110 file2done = !fgets(line2, MAXLINELEN, fp2); in main() 158 while (printf("%s%s", offset, buf) >= 0 && fgets(buf, MAXLINELEN, fp)) in show()
|
/openbsd/usr.sbin/mtree/ |
H A D | create.c | 54 #define MAXLINELEN 80 macro 151 offset = MAXLINELEN; in statf() 378 if (*offset + strlen(buf) > MAXLINELEN - 3) { in output()
|
/openbsd/usr.sbin/crunchgen/ |
H A D | crunchgen.c | 50 #define MAXLINELEN 16384 macro 91 char line[MAXLINELEN]; 273 while (fgets(line, MAXLINELEN, cf) != NULL) { in parse_one_file() 703 while (fgets(line, MAXLINELEN, f)) { in fillin_program_objs()
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | ChangeLog-97 | 2687 * add.c, myndbm.c, parseinfo.c, update.c: Nuke MAXLINELEN limit. 2689 * cvs.h (MAXLINELEN): Removed; no longer used.
|