Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcondition.c488 char * const start_of_string = in tomoyo_get_condition() local
490 char * const end_of_string = start_of_string + strlen(start_of_string); in tomoyo_get_condition()
493 pos = start_of_string; in tomoyo_get_condition()
663 for (pos = start_of_string; pos < end_of_string; pos++) { in tomoyo_get_condition()