Home
last modified time | relevance | path

Searched refs:nelems (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/iconv/
Dgconv_conf.c370 int nelems; in __gconv_get_path() local
402 nelems = 1; in __gconv_get_path()
406 ++nelems; in __gconv_get_path()
412 result = malloc ((nelems + 1) in __gconv_get_path()
414 + gconv_path_len + nelems in __gconv_get_path()
415 + (nelems - 1) * (cwdlen + 1)); in __gconv_get_path()
418 char *strspace = (char *) &result[nelems + 1]; in __gconv_get_path()
/glibc-2.36/elf/
Ddl-load.c472 size_t nelems = 0; in fillin_rpath() local
517 for (cnt = 0; cnt < nelems; ++cnt) in fillin_rpath()
521 if (cnt == nelems) in fillin_rpath()
522 result[nelems++] = dirp; in fillin_rpath()
565 result[nelems++] = dirp; in fillin_rpath()
571 result[nelems] = NULL; in fillin_rpath()
585 size_t nelems; in decompose_rpath() local
637 nelems = 0; in decompose_rpath()
640 ++nelems; in decompose_rpath()
644 result = (struct r_search_path_elem **) malloc ((nelems + 1 + 1) in decompose_rpath()
/glibc-2.36/locale/programs/
Dlocfile.c366 int nelems; in siblings_uncached() local
394 nelems = 0; in siblings_uncached()
428 (nelems + 2) * sizeof (char **)); in siblings_uncached()
429 elems[nelems++] = other_path; in siblings_uncached()
437 elems[nelems] = NULL; in siblings_uncached()
Dld-collate.c2105 const size_t nelems = _NL_ITEM_INDEX (_NL_NUM_LC_COLLATE); in collate_output() local
2119 init_locale_data (&file, nelems); in collate_output()
2126 for (idx = 1; idx < nelems; idx++) in collate_output()
Dld-ctype.c907 const size_t nelems = (_NL_ITEM_INDEX (_NL_CTYPE_EXTRA_MAP_1) in ctype_output() local
920 init_locale_data (&file, nelems); in ctype_output()
921 for (elem = 0; elem < nelems; ++elem) in ctype_output()
/glibc-2.36/ChangeLog.old/
DChangeLog.116017 nelems changes. _NL_CTYPE_TOUPPER32, _NL_CTYPE_TOLOWER32 and
10851 field to nelems * sizeof (uint32_t).
DChangeLog.103828 nelems. Correctly compute index for additional character classes.