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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/tomoyo/
H A Dutil.c268 * tomoyo_correct_word2 - Validate a string.
276 static bool tomoyo_correct_word2(const char *string, size_t len) function
355 return tomoyo_correct_word2(string, strlen(string));
393 !tomoyo_correct_word2(domainname, cp - domainname - 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/tomoyo/
H A Dutil.c268 * tomoyo_correct_word2 - Validate a string.
276 static bool tomoyo_correct_word2(const char *string, size_t len) function
355 return tomoyo_correct_word2(string, strlen(string));
393 !tomoyo_correct_word2(domainname, cp - domainname - 1))

Completed in 62 milliseconds