Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/csplit/
Dcsplit.c90 off_t truncofs; /* Offset this file should be truncated at */ variable
161 truncofs = 0; in main()
306 if (ftruncate(fileno(overfile), truncofs) != 0) in toomuch()
348 truncofs = ftello(overfile); in toomuch()
412 nwritten = (intmax_t)truncofs; in do_rexp()