Lines Matching defs:from_label
8831 bslabel_t *from_label;
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;
9117 from_label = getlabelbypath(real_path);
9118 if (rpath_flag && (from_label != NULL) &&
9119 !blequal(&bslabel, from_label)) {
9144 if (from_label != NULL)
9145 free(from_label);