Home
last modified time | relevance | path

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

/security/tomoyo/
Dutil.c528 const char *cp1 = memchr(filename, '/', len); in tomoyo_correct_path2() local
531 return cp1 && (!cp2 || (cp1 < cp2)) && tomoyo_correct_word2(filename, len); in tomoyo_correct_path2()