Searched refs:envc (Results 1 – 5 of 5) sorted by relevance
/security/tomoyo/ |
D | condition.c | 58 const int envc, const struct tomoyo_envp *envp, in tomoyo_envp() argument 68 for (i = 0; i < envc; envp++, checked++, i++) { in tomoyo_envp() 102 const u16 envc, const struct tomoyo_envp *envp) in tomoyo_scan_bprm() argument 111 int envp_count = bprm->envc; in tomoyo_scan_bprm() 115 if (argc + envc <= sizeof(local_checked)) { in tomoyo_scan_bprm() 119 checked = kzalloc(argc + envc, GFP_NOFS); in tomoyo_scan_bprm() 165 envc, envp, in tomoyo_scan_bprm() 197 for (i = 0; i < envc; envp++, i++) { in tomoyo_scan_bprm() 350 a->argc == b->argc && a->envc == b->envc && in tomoyo_same_condition() 562 e.envc++; in tomoyo_get_condition() [all …]
|
D | gc.c | 276 const u16 envc = cond->envc; in tomoyo_del_condition() local 294 for (i = 0; i < envc; envp++, i++) { in tomoyo_del_condition()
|
D | audit.c | 32 int envp_count = bprm->envc; in tomoyo_print_bprm() 272 realpath, bprm->argc, bprm->envc, bprm_info); in tomoyo_init_log()
|
D | domain.c | 599 int envp_count = bprm->envc; in tomoyo_environ()
|
D | common.h | 655 u16 envc; /* Number of "struct tomoyo_envp". */ member
|