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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c162 static int openout(int dirfd);
2660 * and write(2) it to the open fdes gotten from openout(). If proc_mode ==
3490 (Ofile = openout(G_p->g_dirfd)) < 0) {
3517 (Ofile = openout(G_p->g_dirfd)) < 0) {
3546 openout(G_p->g_dirfd)) < 0) {
3613 openout(G_p->g_dirfd)) < 0) {
4287 if (openout(G_p->g_passdirfd) < 0) {
4378 } else if ((Ofile = openout(G_p->g_passdirfd)) > 0) {
5496 * openout: Open files for output and set all necessary information.
5505 openout(in function
[all...]

Completed in 76 milliseconds