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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c423 Aspec, /* Flags object as a special file */ variable
1525 Aspec = (ftype == S_IFBLK || ftype == S_IFCHR || ftype == S_IFIFO ||
1974 } else if (ustar_spec() || Aspec) {
2031 } else if (ustar_spec() || Aspec) {
2979 if (Aspec) {
3240 * data_pass: If not a special file (Aspec), open(2) the file to be
3256 if (Aspec) {
3488 } else if (Adir || Aspec) {
3512 if (Aspec) {
3541 if (Aspec) {
[all...]

Completed in 72 milliseconds