Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhcreate.c64 hdestroy (void) in hdestroy() function
Dhash.c64 static int hdestroy(HTAB *);
225 hdestroy(hashp);
283 retval = hdestroy(hashp);
424 hdestroy(HTAB *hashp) function
933 (void)hdestroy(hashp);
941 (void)hdestroy(hashp);
/picolibc-latest/newlib/libc/include/
Dsearch.h80 void hdestroy(void);
/picolibc-latest/newlib/testsuite/newlib.search/
Dhsearchtest.c113 hdestroy(); in main()