Searched refs:hsearch_data (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_hsearch.c249 struct hsearch_data t;
302 struct hsearch_data t;
337 struct hsearch_data t;
362 struct hsearch_data t;
/freebsd-11-stable/include/
H A Dsearch.h52 struct hsearch_data { struct
78 int hcreate_r(size_t, struct hsearch_data *);
79 void hdestroy_r(struct hsearch_data *);
80 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
/freebsd-11-stable/lib/libc/stdlib/
H A Dhcreate.c38 static struct hsearch_data global_hashtable;
H A Dhcreate_r.c35 hcreate_r(size_t nel, struct hsearch_data *htab)
H A Dhdestroy_r.c35 hdestroy_r(struct hsearch_data *htab)
H A Dhsearch_r.c76 hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab)

Completed in 71 milliseconds