Home
last modified time | relevance | path

Searched refs:nodep (Results 1 – 4 of 4) sorted by relevance

/iconv/
A Dstrtab.c285 copystrings (struct Strent *nodep, char **freep, size_t *offsetp) in copystrings() argument
289 if (nodep->left != NULL) in copystrings()
290 copystrings (nodep->left, freep, offsetp); in copystrings()
293 nodep->offset = *offsetp; in copystrings()
294 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len); in copystrings()
295 *offsetp += nodep->len; in copystrings()
297 for (subs = nodep->next; subs != NULL; subs = subs->next) in copystrings()
299 assert (subs->len < nodep->len); in copystrings()
300 subs->offset = nodep->offset + nodep->len - subs->len; in copystrings()
303 if (nodep->right != NULL) in copystrings()
[all …]
A Dgconv_dl.c152 do_release_shlib (const void *nodep, VISIT value, void *closure) in do_release_shlib() argument
155 struct __gconv_loaded_object *obj = *(struct __gconv_loaded_object **) nodep; in do_release_shlib()
190 do_release_all (void *nodep) in do_release_all() argument
192 struct __gconv_loaded_object *obj = (struct __gconv_loaded_object *) nodep; in do_release_all()
213 do_print (const void *nodep, VISIT value, int level) in do_print() argument
215 struct __gconv_loaded_object *obj = *(struct __gconv_loaded_object **) nodep; in do_print()
A Diconv_prog.c631 insert_print_list (const void *nodep, VISIT value, int level) in insert_print_list() argument
635 const struct gconv_alias *s = *(const struct gconv_alias **) nodep; in insert_print_list()
641 do_print_human (const void *nodep, VISIT value, int level) in do_print_human() argument
645 const char *s = *(const char **) nodep; in do_print_human()
683 do_print (const void *nodep, VISIT value, int level) in do_print() argument
687 const char *s = *(const char **) nodep; in do_print()
A Diconvconfig.c480 append_alias (const void *nodep, VISIT value, int level) in append_alias() argument
493 alias_list[nalias_list++] = *(struct alias **) nodep; in append_alias()
688 append_module (const void *nodep, VISIT value, int level) in append_module() argument
695 mo = *(struct module **) nodep; in append_module()
977 static void name_insert (const void *nodep, VISIT value, int level) in name_insert() argument
986 name = *(struct name **) nodep; in name_insert()

Completed in 13 milliseconds