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

/freebsd-12-stable/usr.bin/csplit/
H A Dcsplit.c93 static off_t truncofs; /* Offset this file should be truncated at */ variable
164 truncofs = 0;
310 if (ftruncate(fileno(overfile), truncofs) != 0)
349 * truncofs in this file.
352 truncofs = ftello(overfile);
416 nwritten = (intmax_t)truncofs;

Completed in 100 milliseconds