Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/search/
Dhcreate_r.c134 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() local
166 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 …]
/picolibc-3.5.0-3.4.0/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)