HomeSort by: relevance | last modified time | path
    Searched defs:heapsort_r (Results 1 - 6 of 6) sorted by relevancy

  /src/common/lib/libc/stdlib/
heapsort.c 42 #undef heapsort_r
69 #define heapsort_r __nbcompat_heapsort_r macro
74 __weak_alias(heapsort_r,_heapsort_r)
182 heapsort_r(void *vbase, size_t nmemb, size_t size,
259 return heapsort_r(a, n, es, cmpnocookie, cmp);
heapsort.c 42 #undef heapsort_r
69 #define heapsort_r __nbcompat_heapsort_r macro
74 __weak_alias(heapsort_r,_heapsort_r)
182 heapsort_r(void *vbase, size_t nmemb, size_t size,
259 return heapsort_r(a, n, es, cmpnocookie, cmp);
  /src/tools/compat/
compat_defs.h 474 #define heapsort_r __nbcompat_heapsort_r macro
compat_defs.h 474 #define heapsort_r __nbcompat_heapsort_r macro
  /src/lib/libc/include/
namespace.h 440 #define heapsort_r _heapsort_r macro
namespace.h 440 #define heapsort_r _heapsort_r macro

Completed in 27 milliseconds