Home
last modified time | relevance | path

Searched refs:base (Results 1 – 6 of 6) sorted by relevance

/locale/
A Dnewlocale.c42 __newlocale (int category_mask, const char *locale, locale_t base)
66 if (base == _nl_C_locobj_ptr)
70 base = NULL;
72 if ((base == NULL || category_mask == (1 << __LC_LAST) - 1 - (1 << LC_ALL))
78 if (base != NULL)
79 result = *base;
206 if (base == NULL)
232 if (base->__locales[cnt]->usage_count != UNDELETABLE)
234 _nl_remove_locale (cnt, base->__locales[cnt]);
258 free (base);
/locale/programs/
A Dlinereader.c349 unsigned int base = 8; in get_toplvl_escape() local
355 base = 10; in get_toplvl_escape()
360 base = 16; in get_toplvl_escape()
364 if ((base == 16 && !isxdigit (ch)) in get_toplvl_escape()
365 || (base != 16 && (ch < '0' || ch >= (int) ('0' + base)))) in get_toplvl_escape()
384 if ((base == 16 && !isxdigit (ch)) in get_toplvl_escape()
385 || (base != 16 && (ch < '0' || ch >= (int) ('0' + base)))) in get_toplvl_escape()
388 byte *= base; in get_toplvl_escape()
395 if (base != 16 && isdigit (ch)) in get_toplvl_escape()
397 byte *= base; in get_toplvl_escape()
A Dlocfile.c363 char *base, *p; in siblings_uncached() local
371 base = (char *) alloca (len); in siblings_uncached()
372 memcpy (base, output_path, len); in siblings_uncached()
373 p = base + len; in siblings_uncached()
374 while (p > base && p[-1] == '/') in siblings_uncached()
376 if (p == base) in siblings_uncached()
380 while (p > base && p[-1] != '/'); in siblings_uncached()
381 if (p == base) in siblings_uncached()
384 len = p - base; in siblings_uncached()
391 dirp = opendir (base); in siblings_uncached()
[all …]
A Dlocfile-token.h254 enum token_t base; member
A Dld-ctype.c938 #define CTYPE_RAW_DATA(name, base, size) \ in ctype_output() argument
940 add_locale_raw_data (&file, base, size); \ in ctype_output()
947 #define CTYPE_UINT32_ARRAY(name, base, n_elems) \ in ctype_output() argument
949 add_locale_uint32_array (&file, base, n_elems); \ in ctype_output()
1345 unsigned long int class_bit, int base, in charclass_symbolic_ellipsis() argument
1375 from = strtoul (cp, &endp, base); in charclass_symbolic_ellipsis()
1379 to = strtoul (nowstr + (cp - last_str), &endp, base); in charclass_symbolic_ellipsis()
1393 sprintf (tmp, (base == 10 ? "%.*s%0*ld" : "%.*s%0*lX"), in charclass_symbolic_ellipsis()
A Dld-collate.c1325 int base = ellipsis == tok_ellipsis2 ? 16 : 10; in handle_ellipsis() local
1346 from = strtol (startp->name + preflen, &cp, base); in handle_ellipsis()
1351 to = strtol (endp->name + preflen, &cp, base); in handle_ellipsis()
1367 sprintf (buf + preflen, base == 10 ? "%0*ld" : "%0*lX", in handle_ellipsis()

Completed in 22 milliseconds