OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hsearch_r
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/lib/libc/stdlib/
t_hsearch.c
258
ATF_REQUIRE(
hsearch_r
(e, ENTER, &ep, &t) == 1);
271
ATF_REQUIRE(
hsearch_r
(e, FIND, &ep, &t) == 1);
298
ATF_REQUIRE(
hsearch_r
(e, ENTER, &ep, &t) == 1);
305
ATF_REQUIRE(
hsearch_r
(e, ENTER, &ep, &t) == 1);
306
ATF_REQUIRE(
hsearch_r
(e, FIND, &ep, &t) == 1);
331
ATF_REQUIRE(
hsearch_r
(e, FIND, &ep, &t) == 1);
355
ATF_REQUIRE(
hsearch_r
(e, ENTER, &ep, &t) == 1);
363
ATF_REQUIRE(
hsearch_r
(e, ENTER, &ep, &t) == 1);
369
ATF_REQUIRE(
hsearch_r
(e, FIND, &ep, &t) == 1);
372
ATF_REQUIRE(
hsearch_r
(e, FIND, &ep2, &t) == 1)
[
all
...]
/src/include/
search.h
69
int
hsearch_r
(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
/src/lib/libc/stdlib/
hcreate.c
194
(void)
hsearch_r
(item, action, &ep, &htable);
199
hsearch_r
(ENTRY item, ACTION action, ENTRY **itemp, struct hsearch_data *head)
function in typeref:typename:int
Completed in 72 milliseconds
Indexes created Sun Oct 26 21:10:03 GMT 2025