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

/freebsd-10.1-release/usr.bin/csplit/
H A Dcsplit.c91 static off_t truncofs; /* Offset this file should be truncated at */ variable
162 truncofs = 0;
308 if (ftruncate(fileno(overfile), truncofs) != 0)
347 * truncofs in this file.
350 truncofs = ftello(overfile);
412 nwritten = (intmax_t)truncofs;

Completed in 310 milliseconds