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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c140 static int ckname(int);
1121 * ckname: Check filenames against user specified patterns,
1126 ckname(int flag) function
3426 proc_file = ckname(0);
3430 * Normally ckname() prints out the file as a side
3592 * ckname will clear aclchar. We need to keep aclchar for
3599 if ((proc_file = ckname(1)) != F_SKIP) {
3619 } /* (proc_file = ckname(1)) != F_SKIP */
4969 * This is necessary because ckname() or file_in() shows file size
7789 if (ckname(
[all...]

Completed in 79 milliseconds