Home
last modified time | relevance | path

Searched refs:ie (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dhcreate_r.c132 struct internal_entry *ie; in hdestroy_r()
141 ie = SLIST_FIRST(&(htab->htable[idx])); in hdestroy_r()
143 free(ie->ent.key); in hdestroy_r()
144 free(ie); in hdestroy_r()
156 struct internal_entry *ie; in hsearch_r() local
164 ie = SLIST_FIRST(head); in hsearch_r()
165 while (ie != NULL) { in hsearch_r()
166 if (strcmp(ie->ent.key, item.key) == 0) in hsearch_r()
168 ie = SLIST_NEXT(ie, link); in hsearch_r()
171 if (ie != NULL) in hsearch_r()
[all …]
/picolibc-latest/newlib/
DChangeLog-20153694 * libc/search/hcreate_r.c (hdestroy_r): #ifdef 0 unused vars ie, idx.
24228 implement IEEE single precision functions. (ie. On those systems
25988 the end of a line (ie. anything before a backslash continuation)