Home
last modified time | relevance | path

Searched refs:newloc (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functionalext/locale/
H A Dnewlocale.c42 locale_t newloc = newlocale(LC_ALL_MASK, "en_US", NULL); in newlocale_0100() local
43 EXPECT_PTRNE("newlocale_0100", newloc, NULL); in newlocale_0100()
45 if (newloc) { in newlocale_0100()
46 freelocale(newloc); in newlocale_0100()
47 newloc = NULL; in newlocale_0100()
63 locale_t newloc = newlocale(LC_ALL_MASK, "C", NULL); in newlocale_0200() local
64 EXPECT_PTRNE("newlocale_0200", newloc, NULL); in newlocale_0200()
66 if (newloc) { in newlocale_0200()
67 freelocale(newloc); in newlocale_0200()
68 newloc in newlocale_0200()
87 locale_t newloc = newlocale(lcMarkArry[i], "en_US", NULL); newlocale_0300() local
107 locale_t newloc = newlocale(lcMarkArry[i], "C", NULL); newlocale_0400() local
134 locale_t newloc = newlocale(lcMarkArry[i], "zh_CN", NULL); newlocale_0500() local
160 locale_t newloc = newlocale(LC_ALL_MASK, "de_DE", NULL); newlocale_0600() local
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_getlocation.c310 struct loclist *newloc = NEW_LOC (); in __libdw_intern_expression() local
311 newloc->atom = DW_OP_call_frame_cfa; in __libdw_intern_expression()
312 newloc->number = 0; in __libdw_intern_expression()
313 newloc->number2 = 0; in __libdw_intern_expression()
314 newloc->offset = -1; in __libdw_intern_expression()
321 struct loclist *newloc; in __libdw_intern_expression() local
322 newloc = NEW_LOC (); in __libdw_intern_expression()
323 newloc->number = 0; in __libdw_intern_expression()
324 newloc->number2 = 0; in __libdw_intern_expression()
325 newloc in __libdw_intern_expression()
586 struct loclist *newloc = NEW_LOC (); __libdw_intern_expression() local
[all...]
/third_party/libexif/test/nls/
H A Dtest-nls.c40 const char *newloc = setlocale(LC_ALL, NULL); in main() local
41 printf("Default locale: %s\n", newloc); in main()
/third_party/python/Python/
H A Dpylifecycle.c333 const char *newloc = target->locale_name; in _coerce_default_locale_settings() local
339 if (setenv("LC_CTYPE", newloc, 1)) { in _coerce_default_locale_settings()
345 fprintf(stderr, C_LOCALE_COERCION_WARNING, newloc); in _coerce_default_locale_settings()

Completed in 5 milliseconds