Searched refs:hsearch (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
H A D | search_hsearch.c | 12 e = hsearch((ENTRY){.key = k, .data = (void*)v}, ENTER); \ 14 t_error("hsearch ENTER %s %d failed\n", k, v); \ 17 #define get(k) hsearch((ENTRY){.key = k, .data = 0}, FIND) 40 t_error("hsearch FIND a failed\n"); in main() 42 t_error("hsearch FIND c should fail\n"); in main() 45 t_error("hsearch ENTER g 10 returned data %d, wanted 7\n", getdata(e)); in main() 48 t_error("hsearch ENTER g 10 returned data %d, wanted 7\n", getdata(e)); in main() 51 t_error("hsearch ENTER j 10 returned data %d, wanted 10\n", getdata(e)); in main()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | search.h | 23 ENTRY *hsearch(ENTRY, ACTION);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | search.h | 23 ENTRY *hsearch(ENTRY, ACTION);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | search.h | 23 ENTRY *hsearch(ENTRY, ACTION);
|
/third_party/musl/include/ |
H A D | search.h | 23 ENTRY *hsearch(ENTRY, ACTION);
|
/third_party/musl/libc-test/src/api/ |
H A D | search.c | 28 {ENTRY*(*p)(ENTRY,ACTION) = hsearch;} in f()
|
/third_party/alsa-lib/include/ |
H A D | search.h | 52 /* For use with hsearch(3). */ 62 /* Action which shall be performed in the call the hsearch. */ 88 extern ENTRY *hsearch __P ((ENTRY __item, ACTION __action));
|
/third_party/elfutils/src/ |
H A D | ar.c | 476 if (hsearch (entry, ENTER) == NULL) in do_oper_extract() 519 ENTRY *res = hsearch (entry, FIND); in do_oper_extract() 930 if (hsearch (entry, ENTER) == NULL) in do_oper_delete() 953 ENTRY *res = hsearch (entry, FIND); in do_oper_delete() 1138 if (hsearch (entry, ENTER) == NULL) in do_oper_insert() 1182 ENTRY *res = hsearch (entry, FIND); in do_oper_insert()
|
/third_party/musl/src/search/ |
H A D | hsearch.c | 95 ENTRY *hsearch(ENTRY item, ACTION action) in hsearch() function
|
/third_party/ltp/metadata/ |
H A D | metaparse.c | 334 ret = hsearch(macro, FIND); in try_apply_macro() 638 hsearch(e, ENTER); in parse_macro()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1881 pub fn hsearch(entry: ::ENTRY, action: ::ACTION) -> *mut ::ENTRY; in hsearch() functions
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1893 pub fn hsearch(entry: ::ENTRY, action: ::ACTION) -> *mut ::ENTRY; in hsearch() functions
|
Completed in 14 milliseconds