Home
last modified time | relevance | path

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

/freebsd/usr.bin/csplit/
H A Dcsplit.c90 static off_t truncofs; /* Offset this file should be truncated at */ variable
161 truncofs = 0; in main()
307 if (ftruncate(fileno(overfile), truncofs) != 0) in toomuch()
349 truncofs = ftello(overfile); in toomuch()
413 nwritten = (intmax_t)truncofs; in do_rexp()