Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds