tomoyo_correct_word  873 security/tomoyo/common.c 	    !tomoyo_correct_word(manager))
tomoyo_correct_word  935 security/tomoyo/common.h bool tomoyo_correct_word(const char *string);
tomoyo_correct_word  266 security/tomoyo/condition.c 	if (*start && !tomoyo_correct_word(start))
tomoyo_correct_word  328 security/tomoyo/condition.c 	if (!tomoyo_correct_word(left))
tomoyo_correct_word  410 security/tomoyo/domain.c 	if (!tomoyo_correct_word(original_name) ||
tomoyo_correct_word  100 security/tomoyo/environ.c 	if (!tomoyo_correct_word(data) || strchr(data, '='))
tomoyo_correct_word  104 security/tomoyo/memory.c 	if (!tomoyo_correct_word(group_name) || idx >= TOMOYO_MAX_GROUP)
tomoyo_correct_word  256 security/tomoyo/util.c 	if (!tomoyo_correct_word(filename))
tomoyo_correct_word  526 security/tomoyo/util.c 	return *filename == '/' && tomoyo_correct_word(filename);