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

/linux-4.4.14/security/tomoyo/
H A Dcondition.c487 char * const start_of_string = tomoyo_get_condition() local
489 char * const end_of_string = start_of_string + strlen(start_of_string); tomoyo_get_condition()
492 pos = start_of_string; tomoyo_get_condition()
662 for (pos = start_of_string; pos < end_of_string; pos++) { tomoyo_get_condition()

Completed in 44 milliseconds