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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c505 *Out_p = stdout, /* File pointer for non-archive output */ variable
1425 Out_p = stderr;
5447 (void) fputc('\n', Out_p);
5452 file_p = Out_p;
5460 (void) fflush(Out_p);
7109 str_fprintf(Out_p, name_fmt, name, attribute);
7110 (void) fputc('\n', Out_p);
7112 (void) fputc('.', Out_p);
7115 (void) fputc('\n', Out_p);
7118 (void) fflush(Out_p);
[all...]

Completed in 81 milliseconds