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

/linux-4.4.14/security/tomoyo/
H A Dutil.c315 * tomoyo_byte_range - Check whether the string is a \ooo style octal value.
324 static inline bool tomoyo_byte_range(const char *str) tomoyo_byte_range() function
705 else if (tomoyo_byte_range(filename + 1)) tomoyo_file_matches_pattern2()
733 if (c == '\\' && tomoyo_byte_range(filename + 1) tomoyo_file_matches_pattern2()
754 else if (tomoyo_byte_range(filename + i + 1)) tomoyo_file_matches_pattern2()

Completed in 58 milliseconds