83 lines · yaml
1header: search.h2standards:3 - posix4types:5 - type_name: ACTION6 - type_name: ENTRY7 - type_name: VISIT8 - type_name: __search_compare_t9 - type_name: struct_hsearch_data10enums: []11objects: []12functions:13 - name: hcreate14 standards:15 - posix16 return_type: int17 arguments:18 - type: size_t19 - name: hcreate_r20 standards: gnu21 return_type: int22 arguments:23 - type: size_t24 - type: struct hsearch_data *25 - name: hdestroy26 standards: gnu27 return_type: void28 arguments: []29 - name: hdestroy_r30 standards:31 - posix32 return_type: void33 arguments:34 - type: struct hsearch_data *35 - name: hsearch36 standards:37 - posix38 return_type: ENTRY *39 arguments:40 - type: ENTRY41 - type: ACTION42 - name: hsearch_r43 standards: gnu44 return_type: int45 arguments:46 - type: ENTRY47 - type: ACTION48 - type: ENTRY * *49 - type: struct hsearch_data *50 - name: insque51 standards:52 - posix53 return_type: void54 arguments:55 - type: void *56 - type: void *57 - name: remque58 standards:59 - posix60 return_type: void61 arguments:62 - type: void *63 - name: lfind64 standards:65 - posix66 return_type: void *67 arguments:68 - type: const void *69 - type: const void *70 - type: size_t *71 - type: size_t72 - type: __search_compare_t73 - name: lsearch74 standards:75 - posix76 return_type: void *77 arguments:78 - type: const void *79 - type: void *80 - type: size_t *81 - type: size_t82 - type: __search_compare_t83