Lines Matching defs:hnd
21 static int printmatchpathcon(struct selabel_handle *hnd, const char *path, int header, int mode, int notrans)
27 rc = selabel_lookup_raw(hnd, &buf, path, mode);
29 rc = selabel_lookup(hnd, &buf, path, mode);
80 struct selabel_handle *hnd;
131 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT);
132 if (!hnd) {
177 printmatchpathcon(hnd, path, 0, mode, notrans);
183 printmatchpathcon(hnd, path, 0, mode, notrans);
187 error |= printmatchpathcon(hnd, path, header, mode, notrans);
190 selabel_close(hnd);