Lines Matching refs:perm
87 char *type, *class, *file, *src, *maj, *min, *perm, *owner, *group;
181 if (!(perm = strtok(NULL, FS))) {
186 e->perm = strtol(perm, NULL, 8);
221 if (e->perm != dup->perm) {
225 pkgname, e->perm, dup->name, dup->perm);
322 e->perm = p->perm;