Searched refs:found (Results 1 – 4 of 4) sorted by relevance
/iconv/ |
A D | gconv_dl.c | 90 found->name = (char *) memcpy (found + 1, name, namelen); in __gconv_find_shlib() 98 free (found); in __gconv_find_shlib() 99 found = NULL; in __gconv_find_shlib() 114 found->handle = __libc_dlopen (found->name); in __gconv_find_shlib() 117 found->fct = __libc_dlsym (found->handle, "gconv"); in __gconv_find_shlib() 123 found = NULL; in __gconv_find_shlib() 127 found->init_fct = __libc_dlsym (found->handle, "gconv_init"); in __gconv_find_shlib() 128 found->end_fct = __libc_dlsym (found->handle, "gconv_end"); in __gconv_find_shlib() 142 found = NULL; in __gconv_find_shlib() 145 found->counter = MAX (found->counter + 1, 1); in __gconv_find_shlib() [all …]
|
A D | gconv_parseconfdir.h | 124 bool found = false; in gconv_parseconfdir() local 136 found = read_conf_file (buf, dir, dir_len); in gconv_parseconfdir() 167 found |= read_conf_file (conf, dir, dir_len); in gconv_parseconfdir() 175 return found; in gconv_parseconfdir()
|
A D | gconv_db.c | 693 struct gconv_alias **found; in do_lookup_alias() local 696 found = __tfind (&key, &__gconv_alias_db, __gconv_alias_compare); in do_lookup_alias() 697 return found != NULL ? (*found)->toname : NULL; in do_lookup_alias()
|
A D | iconvconfig.c | 657 bool found = false; in handle_dir() local 669 found = gconv_parseconfdir (dir[0] == '/' ? prefix : NULL, dir, dirlen); in handle_dir() 671 if (!found) in handle_dir() 683 return found ? 0 : 1; in handle_dir()
|
Completed in 11 milliseconds