Searched defs:out_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/split/
H A Dsplit.c75 FILE *out_file = (FILE *)NULL; local
272 (void) fclose(out_file);
277 (void) fclose(out_file);
283 if ((out_file = fopen(fname, "w")) == NULL) {
290 if (putc(c, out_file) == EOF) {
293 (void) fclose(out_file);
315 (void) fclose(out_file);
320 (void) fclose(out_file);
326 if ((out_file = fopen(fname, "w")) == NULL) {
333 if (putwc(wc, out_file)
[all...]

Completed in 60 milliseconds