Home
last modified time | relevance | path

Searched refs:tomoyo_correct_word (Results 1 – 6 of 6) sorted by relevance

/security/tomoyo/
Denviron.c99 if (!tomoyo_correct_word(data) || strchr(data, '=')) in tomoyo_write_env()
Dutil.c267 if (!tomoyo_correct_word(filename)) in tomoyo_parse_name_union()
520 bool tomoyo_correct_word(const char *string) in tomoyo_correct_word() function
535 return *filename == '/' && tomoyo_correct_word(filename); in tomoyo_correct_path()
Dmemory.c100 if (!tomoyo_correct_word(group_name) || idx >= TOMOYO_MAX_GROUP) in tomoyo_get_group()
Dcondition.c255 if (*start && !tomoyo_correct_word(start)) in tomoyo_get_dqword()
315 if (!tomoyo_correct_word(left)) in tomoyo_parse_envp()
Ddomain.c394 if (!tomoyo_correct_word(original_name) || in tomoyo_write_aggregator()
Dcommon.h925 bool tomoyo_correct_word(const char *string);