OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:permtab
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/network/nfsv4/acl/
acl1.c
33
static char *
permtab
[] =
variable
120
permtab
[expected],
permtab
[result], res);
/external/selinux/libsepol/src/
kernel_to_conf.c
481
static char *class_or_common_perms_to_str(symtab_t *
permtab
)
487
rc = strs_init(&strs,
permtab
->nprim);
492
rc = hashtab_map(
permtab
->table, hashtab_ordered_to_strs, strs);
[
all
...]
kernel_to_cil.c
415
static char *class_or_common_perms_to_str(symtab_t *
permtab
)
421
rc = strs_init(&strs,
permtab
->nprim);
426
rc = hashtab_map(
permtab
->table, hashtab_ordered_to_strs, strs);
[
all
...]
Completed in 361 milliseconds