Searched refs:cp1 (Results 1 – 1 of 1) sorted by relevance
528 const char *cp1 = memchr(filename, '/', len); in tomoyo_correct_path2() local531 return cp1 && (!cp2 || (cp1 < cp2)) && tomoyo_correct_word2(filename, len); in tomoyo_correct_path2()