Home
last modified time | relevance | path

Searched refs:argc (Results 1 – 7 of 7) sorted by relevance

/security/tomoyo/
A Dcondition.c115 int argv_count = bprm->argc; in tomoyo_scan_bprm()
161 arg_ptr, argc, argv, in tomoyo_scan_bprm()
174 checked + argc)) { in tomoyo_scan_bprm()
194 for (i = 0; i < argc; i++) { in tomoyo_scan_bprm()
207 if (checked[argc + i]) in tomoyo_scan_bprm()
363 a->argc == b->argc && a->envc == b->envc && in tomoyo_same_condition()
566 e.argc++; in tomoyo_get_condition()
569 e.argc--; in tomoyo_get_condition()
778 u16 argc; in tomoyo_condition() local
785 argc = cond->argc; in tomoyo_condition()
[all …]
A Dgc.c284 const u16 argc = cond->argc; in tomoyo_del_condition() local
296 = (const struct tomoyo_envp *) (argv + argc); in tomoyo_del_condition()
302 for (i = 0; i < argc; argv++, i++) in tomoyo_del_condition()
A Daudit.c32 int argv_count = bprm->argc; in tomoyo_print_bprm()
285 realpath, bprm->argc, bprm->envc, bprm_info); in tomoyo_init_log()
A Ddomain.c623 int argv_count = bprm->argc; in tomoyo_environ()
A Dcommon.h658 u16 argc; /* Number of "struct tomoyo_argv". */ member
A Dcommon.c1249 (typeof(envp)) (argv + cond->argc); in tomoyo_print_condition()
/security/selinux/
A Dgenheaders.c41 int main(int argc, char *argv[]) in main() argument
49 if (argc < 3) in main()

Completed in 20 milliseconds