Home
last modified time | relevance | path

Searched refs:match_perms (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dscanmacho.c54 static unsigned int match_perms = 0; variable
467 if (match_perms) { in scanmacho_file()
468 if ((st->st_mode | match_perms) != st->st_mode) in scanmacho_file()
690 if (sscanf(optarg, "%o", &match_perms) == -1) in parseargs()
H A Dscanelf.c64 static unsigned int match_perms = 0; variable
1652 if (match_perms) { in scanelf_fileat()
1653 if ((st->st_mode | match_perms) != st->st_mode) in scanelf_fileat()
2021 if (sscanf(optarg, "%o", &match_perms) == -1) in parseargs()