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

/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c86 static int proc_file(char *, int);
797 if (proc_file(fname, FALSE))
841 if (proc_file(fname, TRUE))
850 * .func proc_file - process a single candidate file.
857 * .call proc_file(fname, mode).
865 proc_file(char *fname, int mode) function
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c3379 int proc_file; local
3413 proc_file = F_SKIP;
3426 proc_file = ckname(0);
3428 if (proc_file == F_SKIP && G_p->g_nlink == 1) {
3443 if (proc_file != F_SKIP && open_dirfd() != 0) {
3461 if (proc_file != F_SKIP) {
3480 if (proc_file != F_SKIP &&
3489 if ((proc_file == F_SKIP) ||
3501 if (proc_file != F_SKIP && creat_spec(G_p->g_dirfd) > 0) {
3513 if (proc_file !
[all...]

Completed in 62 milliseconds