Home
last modified time | relevance | path

Searched refs:overfile (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/csplit/
Dcsplit.c89 FILE *overfile; /* Overflow file for toomuch() */ variable
162 overfile = NULL; in main()
276 src = overfile != NULL ? overfile : infile; in get_line()
279 if (src == overfile) { in get_line()
299 if (overfile != NULL) { in toomuch()
304 if (fflush(overfile) != 0) in toomuch()
306 if (ftruncate(fileno(overfile), truncofs) != 0) in toomuch()
308 if (fclose(overfile) != 0) in toomuch()
310 overfile = NULL; in toomuch()
347 overfile = ofp; in toomuch()
[all …]
/openbsd/src/share/dict/
Dweb2134909 overfile