Searched refs:hsearch_data (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | search.h | 52 struct hsearch_data { struct 68 extern int hcreate_r(size_t __nel, struct hsearch_data *__htab); argument 71 extern void hdestroy_r(struct hsearch_data *__htab); 80 struct hsearch_data *__htab, int __flag); 87 struct hsearch_data *__htab); 90 extern int hdelete_r(const char *__key, struct hsearch_data *__htab, 93 extern ssize_t hexport_r(struct hsearch_data *__htab, 101 extern int himport_r(struct hsearch_data *__htab, 107 extern int hwalk_r(struct hsearch_data *__htab, int (*callback)(ENTRY *));
|
| H A D | environment.h | 293 extern struct hsearch_data env_htab;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | search.h | 97 struct hsearch_data struct 107 struct hsearch_data *__htab) __THROW; argument 108 extern int hcreate_r (size_t __nel, struct hsearch_data *__htab) __THROW; 109 extern void hdestroy_r (struct hsearch_data *__htab) __THROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | search.h | 97 struct hsearch_data struct 107 struct hsearch_data *__htab) __THROW; argument 108 extern int hcreate_r (size_t __nel, struct hsearch_data *__htab) __THROW; 109 extern void hdestroy_r (struct hsearch_data *__htab) __THROW;
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | hashtable.c | 66 static void _hdelete(const char *key, struct hsearch_data *htab, ENTRY *ep, 100 int hcreate_r(size_t nel, struct hsearch_data *htab) in hcreate_r() 139 void hdestroy_r(struct hsearch_data *htab) in hdestroy_r() 202 struct hsearch_data *htab) in hmatch_r() 226 ENTRY **retval, struct hsearch_data *htab, int flag, in _compare_and_overwrite_entry() 272 struct hsearch_data *htab, int flag) in hsearch_r() 428 static void _hdelete(const char *key, struct hsearch_data *htab, ENTRY *ep, in _hdelete() 442 int hdelete_r(const char *key, struct hsearch_data *htab, int flag) in hdelete_r() 590 ssize_t hexport_r(struct hsearch_data *htab, const char sep, int flag, in hexport_r() 777 int himport_r(struct hsearch_data *htab, in himport_r() [all …]
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | common.c | 26 struct hsearch_data env_htab = {
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-4 | 3951 object of the type ‘struct hsearch_data’. This type should be treated 3954 -- Function: int hcreate_r (size_t NEL, struct hsearch_data *HTAB) 3965 memory necessary for the ‘struct hsearch_data’ object can be 3973 -- Function: void hdestroy_r (struct hsearch_data *HTAB) 3984 struct hsearch_data *HTAB)
|
| H A D | libc.info-13 | 14213 ‘int hcreate_r (size_t NEL, struct hsearch_data *HTAB)’ 14221 ‘void hdestroy_r (struct hsearch_data *HTAB)’ 14233 ‘int hsearch_r (ENTRY ITEM, ACTION ACTION, ENTRY **RETVAL, struct hsearch_data *HTAB)’
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-4 | 3951 object of the type ‘struct hsearch_data’. This type should be treated 3954 -- Function: int hcreate_r (size_t NEL, struct hsearch_data *HTAB) 3965 memory necessary for the ‘struct hsearch_data’ object can be 3973 -- Function: void hdestroy_r (struct hsearch_data *HTAB) 3984 struct hsearch_data *HTAB)
|
| H A D | libc.info-13 | 14213 ‘int hcreate_r (size_t NEL, struct hsearch_data *HTAB)’ 14221 ‘void hdestroy_r (struct hsearch_data *HTAB)’ 14233 ‘int hsearch_r (ENTRY ITEM, ACTION ACTION, ENTRY **RETVAL, struct hsearch_data *HTAB)’
|