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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c472 SysAtflag = 0, /* Archive/restore extended system attributes */ variable
719 if (Atflag || SysAtflag) {
764 if (Atflag || SysAtflag) {
794 if (Atflag || SysAtflag) {
806 if (Atflag || SysAtflag) {
3408 ((!Atflag && !SysAtflag) ||
3409 (Atflag && !SysAtflag && ((G_p->g_attrparent_p != NULL) ||
3411 (!Atflag && SysAtflag && ((G_p->g_attrparent_p != NULL) ||
3811 if (SysAtflag) {
3826 } else if (SysAtflag) {
[all...]

Completed in 74 milliseconds