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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8831 bslabel_t *from_label; local
8844 from_label = getlabelbypath(tempbuf);
8845 if (from_label != NULL) {
8846 if (blequal(from_label, &admin_low)) {
8856 free(from_label);
8986 bslabel_t *from_label; local
9117 from_label = getlabelbypath(real_path);
9118 if (rpath_flag && (from_label != NULL) &&
9119 !blequal(&bslabel, from_label)) {
9144 if (from_label !
[all...]

Completed in 64 milliseconds