Searched refs:CONFIG_PARSE_STRING_ASCII (Results 1 – 2 of 2) sorted by relevance
218 CONFIG_PARSE_STRING_ASCII = 1 << 1, enumerator220 CONFIG_PARSE_STRING_SAFE_AND_ASCII = CONFIG_PARSE_STRING_SAFE | CONFIG_PARSE_STRING_ASCII,
1026 if (FLAGS_SET(ltype, CONFIG_PARSE_STRING_ASCII) && !ascii_is_valid(rvalue)) { in config_parse_string()