Home
last modified time | relevance | path

Searched refs:right (Results 1 – 3 of 3) sorted by relevance

/security/tomoyo/
A Dcondition.c333 if (!strcmp(right, "NULL")) { in tomoyo_parse_envp()
336 value = tomoyo_get_dqword(right); in tomoyo_parse_envp()
513 u8 right = -1; in tomoyo_get_condition() local
620 right = TOMOYO_NAME_UNION; in tomoyo_get_condition()
634 right = TOMOYO_NUMBER_UNION; in tomoyo_get_condition()
644 __LINE__, left, right, !is_not); in tomoyo_get_condition()
648 condp->right = right; in tomoyo_get_condition()
801 const u8 right = condp->right; in tomoyo_condition() local
810 if (right == TOMOYO_NAME_UNION) { in tomoyo_condition()
836 const u8 index = j ? right : left; in tomoyo_condition()
[all …]
A Dcommon.c1254 const u8 right = condp->right; in tomoyo_print_condition() local
1268 switch (right) { in tomoyo_print_condition()
1280 const u8 right = condp->right; in tomoyo_print_condition() local
1323 switch (right) { in tomoyo_print_condition()
1334 tomoyo_condition_keyword[right]); in tomoyo_print_condition()
A Dcommon.h646 u8 right; member

Completed in 13 milliseconds