Home
last modified time | relevance | path

Searched refs:util_strcmp (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.c157 else if(!util_strcmp(str, "n")) in debug_get_bool_option()
159 else if(!util_strcmp(str, "no")) in debug_get_bool_option()
161 else if(!util_strcmp(str, "0")) in debug_get_bool_option()
163 else if(!util_strcmp(str, "f")) in debug_get_bool_option()
165 else if(!util_strcmp(str, "F")) in debug_get_bool_option()
167 else if(!util_strcmp(str, "false")) in debug_get_bool_option()
169 else if(!util_strcmp(str, "FALSE")) in debug_get_bool_option()
223 if (!util_strcmp(str, "all")) { in str_has_option()
271 else if (!util_strcmp(str, "help")) { in debug_get_flags_option()
Du_string.h110 util_strcmp(const char *s1, const char *s2) in util_strcmp() function
182 #define util_strcmp strcmp
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.c175 else if (!util_strcmp(str, "n")) in debug_get_bool_option()
177 else if (!util_strcmp(str, "no")) in debug_get_bool_option()
179 else if (!util_strcmp(str, "0")) in debug_get_bool_option()
181 else if (!util_strcmp(str, "f")) in debug_get_bool_option()
183 else if (!util_strcmp(str, "F")) in debug_get_bool_option()
185 else if (!util_strcmp(str, "false")) in debug_get_bool_option()
187 else if (!util_strcmp(str, "FALSE")) in debug_get_bool_option()
235 if (!util_strcmp(str, "all")) { in str_has_option()
284 else if (!util_strcmp(str, "help")) { in debug_get_flags_option()
/external/mesa3d/src/util/
Du_string.h159 util_strcmp(const char *s1, const char *s2) in util_strcmp() function
216 #define util_strcmp strcmp