Searched defs:tomoyo_invalid (Results 1 - 1 of 1) sorted by relevance

/security/tomoyo/
H A Dutil.c370 * tomoyo_invalid - Check whether the character is an invalid char.
376 static inline bool tomoyo_invalid(const unsigned char c) function
420 while (tomoyo_invalid(*sp))
428 while (tomoyo_invalid(*sp))

Completed in 5 milliseconds