Searched refs:cp2 (Results 1 – 1 of 1) sorted by relevance
534 const char *cp2 = memchr(filename, '.', len); in tomoyo_correct_path2() local536 return cp1 && (!cp2 || (cp1 < cp2)) && tomoyo_correct_word2(filename, len); in tomoyo_correct_path2()
Completed in 4 milliseconds