Home
last modified time | relevance | path

Searched refs:tomoyo_alphabet_char (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dutil.c324 * tomoyo_alphabet_char - Check whether the character is an alphabet.
330 static inline bool tomoyo_alphabet_char(const char c) in tomoyo_alphabet_char() function
738 if (!tomoyo_alphabet_char(c)) in tomoyo_file_matches_pattern2()
782 while (tomoyo_alphabet_char(filename[j])) in tomoyo_file_matches_pattern2()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dutil.c324 * tomoyo_alphabet_char - Check whether the character is an alphabet.
330 static inline bool tomoyo_alphabet_char(const char c) in tomoyo_alphabet_char() function
743 if (!tomoyo_alphabet_char(c)) in tomoyo_file_matches_pattern2()
787 while (tomoyo_alphabet_char(filename[j])) in tomoyo_file_matches_pattern2()

Completed in 3 milliseconds