Searched refs:tomoyo_correct_word (Results 1 - 7 of 7) sorted by path

/linux-master/security/tomoyo/
H A Denviron.c100 if (!tomoyo_correct_word(data) || strchr(data, '='))
H A Dcommon.c865 !tomoyo_correct_word(manager))
H A Dcommon.h935 bool tomoyo_correct_word(const char *string);
H A Dcondition.c266 if (*start && !tomoyo_correct_word(start))
328 if (!tomoyo_correct_word(left))
H A Ddomain.c410 if (!tomoyo_correct_word(original_name) ||
H A Dmemory.c104 if (!tomoyo_correct_word(group_name) || idx >= TOMOYO_MAX_GROUP)
H A Dutil.c258 if (!tomoyo_correct_word(filename))
511 * tomoyo_correct_word - Validate a string.
518 bool tomoyo_correct_word(const char *string) function

Completed in 203 milliseconds