Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/ !
Dcondition.c504 char * const start_of_string = in tomoyo_get_condition() local
506 char * const end_of_string = start_of_string + strlen(start_of_string); in tomoyo_get_condition()
510 pos = start_of_string; in tomoyo_get_condition()
682 for (pos = start_of_string; pos < end_of_string; pos++) { in tomoyo_get_condition()