OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_expr_list
(Results
1 - 1
of
1
) sorted by null
/external/selinux/libsepol/src/
services.c
439
char **
new_expr_list
= expr_list;
local
447
new_expr_list
= realloc(expr_list,
449
if (!
new_expr_list
) {
455
expr_list =
new_expr_list
;
[
all
...]
Completed in 553 milliseconds