Home
last modified time | relevance | path

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

/glibc-2.36/misc/
Dhsearch_r.c111 __hdestroy_r (struct hsearch_data *htab) in weak_alias()
126 libc_hidden_def (__hdestroy_r)
127 weak_alias (__hdestroy_r, hdestroy_r) in weak_alias() argument
Dhsearch.c46 __hdestroy_r (&htab); in __hdestroy()
/glibc-2.36/include/
Dsearch.h7 extern __typeof (hdestroy_r) __hdestroy_r;
8 libc_hidden_proto (__hdestroy_r)
/glibc-2.36/ChangeLog.old/
DChangeLog.1828957 (__hdestroy_r): Likewise.
39839 (__hdestroy_r): Likewise.
39843 (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
39846 (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
39847 __hdestroy_r.