HomeSort by: relevance | last modified time | path
    Searched defs:truncofs (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/csplit/
csplit.c 97 static off_t truncofs; /* Offset this file should be truncated at */ variable
168 truncofs = 0;
319 if (ftruncate(fileno(overfile), truncofs) != 0)
358 * truncofs in this file.
361 truncofs = ftello(overfile);
423 nwritten = (intmax_t)truncofs;
csplit.c 97 static off_t truncofs; /* Offset this file should be truncated at */ variable
168 truncofs = 0;
319 if (ftruncate(fileno(overfile), truncofs) != 0)
358 * truncofs in this file.
361 truncofs = ftello(overfile);
423 nwritten = (intmax_t)truncofs;

Completed in 30 milliseconds