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

  /src/usr.bin/csplit/
csplit.c 75 static void toomuch(FILE *, long);
96 static FILE *overfile; /* Overflow file for toomuch() */
212 toomuch(NULL, 0L);
307 toomuch(FILE *ofp, long n) function in typeref:typename:void
422 toomuch(ofp, -ofs + 1);
434 toomuch(NULL, 0L);

Completed in 12 milliseconds