Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A Dutil.c435 static bool tomoyo_correct_word2(const char *string, size_t len) in tomoyo_correct_word2() function
520 return tomoyo_correct_word2(string, strlen(string)); in tomoyo_correct_word()
536 return cp1 && (!cp2 || (cp1 < cp2)) && tomoyo_correct_word2(filename, len); in tomoyo_correct_path2()
598 !tomoyo_correct_word2(buffer + 1, len - 2)) in tomoyo_domain_def()

Completed in 4 milliseconds