Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dcondition.c489 char * const end_of_string = start_of_string + strlen(start_of_string); in tomoyo_get_condition() local
662 for (pos = start_of_string; pos < end_of_string; pos++) { in tomoyo_get_condition()