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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dutil.c145 * tomoyo_byte_range - Check whether the string is a \ooo style octal value.
154 static inline bool tomoyo_byte_range(const char *str) function
531 else if (tomoyo_byte_range(filename + 1))
559 if (c == '\\' && tomoyo_byte_range(filename + 1)
580 else if (tomoyo_byte_range(filename + i + 1))

Completed in 97 milliseconds