Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c514 *Out_p = stdout, /* File pointer for non-archive output */ variable
1434 Out_p = stderr; in ckopts()
5454 (void) fputc('\n', Out_p); in msg()
5459 file_p = Out_p; in msg()
5467 (void) fflush(Out_p); in msg()
7116 str_fprintf(Out_p, name_fmt, name, attribute); in verbose()
7117 (void) fputc('\n', Out_p); in verbose()
7119 (void) fputc('.', Out_p); in verbose()
7122 (void) fputc('\n', Out_p); in verbose()
7125 (void) fflush(Out_p); in verbose()