Searched refs:ie (Results 1 – 2 of 2) sorted by relevance
134 struct internal_entry *ie; in hdestroy_r()143 ie = SLIST_FIRST(&(htab->htable[idx])); in hdestroy_r()145 free(ie->ent.key); in hdestroy_r()146 free(ie); in hdestroy_r()158 struct internal_entry *ie; in hsearch_r() local166 ie = SLIST_FIRST(head); in hsearch_r()167 while (ie != NULL) { in hsearch_r()168 if (strcmp(ie->ent.key, item.key) == 0) in hsearch_r()170 ie = SLIST_NEXT(ie, link); in hsearch_r()173 if (ie != NULL) in hsearch_r()[all …]
3694 * libc/search/hcreate_r.c (hdestroy_r): #ifdef 0 unused vars ie, idx.24228 implement IEEE single precision functions. (ie. On those systems25988 the end of a line (ie. anything before a backslash continuation)