Searched refs:cmpres (Results 1 – 5 of 5) sorted by relevance
107 int cmpres = strcmp (alias, node->from_string); in detect_conflict() local109 if (cmpres == 0) in detect_conflict()112 else if (cmpres < 0) in detect_conflict()191 int cmpres; in insert_module() local193 cmpres = strcmp (newp->from_string, root->from_string); in insert_module()194 if (cmpres == 0) in insert_module()229 else if (cmpres < 0) in insert_module()
187 int cmpres; in searchstring() local197 cmpres = memcmp ((*sep)->reverse, newstr->reverse, in searchstring()199 if (cmpres == 0) in searchstring()202 else if (cmpres > 0) in searchstring()
511 int cmpres = strcmp (current->result_set, node->from_string); in find_derivation() local512 if (cmpres == 0) in find_derivation()646 else if (cmpres < 0) in find_derivation()
131 int cmpres; in map_paramstr() local133 cmpres = strcmp (str, map[med].str); in map_paramstr()134 if (cmpres == 0) in map_paramstr()136 else if (cmpres > 0) in map_paramstr()
231 int cmpres = _dl_cache_libcmp (name, string_table + key); in search_cache() local232 if (__glibc_unlikely (cmpres == 0)) in search_cache()346 if (cmpres < 0) in search_cache()