Searched defs:argc (Results 1 - 3 of 3) sorted by relevance

/security/tomoyo/
H A Dgc.c275 const u16 argc = cond->argc; local
287 = (const struct tomoyo_envp *) (argv + argc);
292 for (i = 0; i < argc; argv++, i++)
H A Dcondition.c18 * @argc: Length of @argv.
25 const int argc, const struct tomoyo_argv *argv,
31 for (i = 0; i < argc; argv++, checked++, i++) {
93 * @argc: Length of @argc.
101 const u16 argc, const struct tomoyo_argv *argv,
110 int argv_count = bprm->argc;
115 if (argc + envc <= sizeof(local_checked)) {
119 checked = kzalloc(argc + envc, GFP_NOFS);
153 if (!tomoyo_argv(bprm->argc
24 tomoyo_argv(const unsigned int index, const char *arg_ptr, const int argc, const struct tomoyo_argv *argv, u8 *checked) argument
100 tomoyo_scan_bprm(struct tomoyo_execve *ee, const u16 argc, const struct tomoyo_argv *argv, const u16 envc, const struct tomoyo_envp *envp) argument
757 u16 argc; local
[all...]
H A Dcommon.h76 TOMOYO_EXEC_ARGC, /* "struct linux_binprm *"->argc */
654 u16 argc; /* Number of "struct tomoyo_argv". */ member in struct:tomoyo_condition
662 * struct tomoyo_argv argv[argc];

Completed in 205 milliseconds