Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Dutil.c307 * tomoyo_byte_range - Check whether the string is a \ooo style octal value.
316 static inline bool tomoyo_byte_range(const char *str) in tomoyo_byte_range() function
717 else if (tomoyo_byte_range(filename + 1)) in tomoyo_file_matches_pattern2()
745 if (c == '\\' && tomoyo_byte_range(filename + 1) in tomoyo_file_matches_pattern2()
766 else if (tomoyo_byte_range(filename + i + 1)) in tomoyo_file_matches_pattern2()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dutil.c307 * tomoyo_byte_range - Check whether the string is a \ooo style octal value.
316 static inline bool tomoyo_byte_range(const char *str) in tomoyo_byte_range() function
722 else if (tomoyo_byte_range(filename + 1)) in tomoyo_file_matches_pattern2()
750 if (c == '\\' && tomoyo_byte_range(filename + 1) in tomoyo_file_matches_pattern2()
771 else if (tomoyo_byte_range(filename + i + 1)) in tomoyo_file_matches_pattern2()

Completed in 4 milliseconds