Home
last modified time | relevance | path

Searched refs:hsearch (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Dsearch_hsearch.c12 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 Dsearch.h23 ENTRY *hsearch(ENTRY, ACTION);
/third_party/musl/porting/uniproton/kernel/include/
H A Dsearch.h23 ENTRY *hsearch(ENTRY, ACTION);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsearch.h23 ENTRY *hsearch(ENTRY, ACTION);
/third_party/musl/include/
H A Dsearch.h23 ENTRY *hsearch(ENTRY, ACTION);
/third_party/musl/libc-test/src/api/
H A Dsearch.c28 {ENTRY*(*p)(ENTRY,ACTION) = hsearch;} in f()
/third_party/alsa-lib/include/
H A Dsearch.h52 /* 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 Dar.c476 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 Dhsearch.c95 ENTRY *hsearch(ENTRY item, ACTION action) in hsearch() function
/third_party/ltp/metadata/
H A Dmetaparse.c334 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 Dmod.rs1881 pub fn hsearch(entry: ::ENTRY, action: ::ACTION) -> *mut ::ENTRY; in hsearch() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1893 pub fn hsearch(entry: ::ENTRY, action: ::ACTION) -> *mut ::ENTRY; in hsearch() functions

Completed in 14 milliseconds