OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:overfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/csplit/
csplit.c
96
static FILE *
overfile
; /* Overflow file for toomuch() */
variable in typeref:typename:FILE *
169
overfile
= NULL;
289
src =
overfile
!= NULL ?
overfile
: infile;
292
if (src ==
overfile
) {
312
if (
overfile
!= NULL) {
317
if (fflush(
overfile
) != 0)
319
if (ftruncate(fileno(
overfile
), truncofs) != 0)
321
if (fclose(
overfile
) != 0)
323
overfile
= NULL
[
all
...]
csplit.c
96
static FILE *
overfile
; /* Overflow file for toomuch() */
variable in typeref:typename:FILE *
169
overfile
= NULL;
289
src =
overfile
!= NULL ?
overfile
: infile;
292
if (src ==
overfile
) {
312
if (
overfile
!= NULL) {
317
if (fflush(
overfile
) != 0)
319
if (ftruncate(fileno(
overfile
), truncofs) != 0)
321
if (fclose(
overfile
) != 0)
323
overfile
= NULL
[
all
...]
Completed in 22 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025