Home
last modified time | relevance | path

Searched refs:left (Results 1 – 5 of 5) sorted by relevance

/security/tomoyo/
Dcondition.c299 static bool tomoyo_parse_argv(char *left, char *right, in tomoyo_parse_argv() argument
302 if (tomoyo_parse_ulong(&argv->index, &left) != in tomoyo_parse_argv()
303 TOMOYO_VALUE_TYPE_DECIMAL || *left++ != ']' || *left) in tomoyo_parse_argv()
318 static bool tomoyo_parse_envp(char *left, char *right, in tomoyo_parse_envp() argument
323 char *cp = left + strlen(left) - 1; in tomoyo_parse_envp()
328 if (!tomoyo_correct_word(left)) in tomoyo_parse_envp()
330 name = tomoyo_get_name(left); in tomoyo_parse_envp()
512 u8 left = -1; in tomoyo_get_condition() local
571 left = TOMOYO_ARGV_ENTRY; in tomoyo_get_condition()
586 left = TOMOYO_ENVP_ENTRY; in tomoyo_get_condition()
[all …]
Dcommon.c1261 const u8 left = condp->left; in tomoyo_print_condition() local
1265 switch (left) { in tomoyo_print_condition()
1287 const u8 left = condp->left; in tomoyo_print_condition() local
1295 switch (left) { in tomoyo_print_condition()
1327 tomoyo_condition_keyword[left]); in tomoyo_print_condition()
Dcommon.h639 u8 left; member
/security/
DKconfig.hardening117 having been left uninitialized.
135 about having been left uninitialized.
DKconfig290 Any LSMs left off this list will be ignored. This can be