Changeset View
Changeset View
Standalone View
Standalone View
include/search.h
| Show First 20 Lines • Show All 71 Lines • ▼ Show 20 Lines | posix_tnode * | ||||
| tsearch(const void *, posix_tnode **, | tsearch(const void *, posix_tnode **, | ||||
| int (*)(const void *, const void *)); | int (*)(const void *, const void *)); | ||||
| void twalk(const posix_tnode *, void (*)(const posix_tnode *, VISIT, int)); | void twalk(const posix_tnode *, void (*)(const posix_tnode *, VISIT, int)); | ||||
| #if __BSD_VISIBLE | #if __BSD_VISIBLE | ||||
| int hcreate_r(size_t, struct hsearch_data *); | int hcreate_r(size_t, struct hsearch_data *); | ||||
| void hdestroy_r(struct hsearch_data *); | void hdestroy_r(struct hsearch_data *); | ||||
| int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *); | int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *); | ||||
| void tdestroy(void *, void (*)(void *)); | |||||
| #endif | #endif | ||||
| __END_DECLS | __END_DECLS | ||||
| #endif /* !_SEARCH_H_ */ | #endif /* !_SEARCH_H_ */ | ||||