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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c145 static int creat_spec(int dirfd);
1811 * creat_spec:
1821 creat_spec(int dirfd) function
3481 creat_spec(G_p->g_dirfd) > 0) {
3501 if (proc_file != F_SKIP && creat_spec(G_p->g_dirfd) > 0) {
3513 if (proc_file != F_SKIP && creat_spec(G_p->g_dirfd) > 0)
3542 if (creat_spec(G_p->g_dirfd) > 0)
3608 (void) creat_spec(G_p->g_dirfd);
4375 if (creat_spec(G_p->g_passdirfd) > 0) {
7789 if (ckname(1) != F_SKIP && creat_spec(G_
[all...]

Completed in 87 milliseconds