Searched refs:newloc (Results 1 – 6 of 6) sorted by relevance
257 struct loclist *newloc = NEW_LOC (); in __libdw_intern_expression() local258 newloc->atom = DW_OP_call_frame_cfa; in __libdw_intern_expression()259 newloc->number = 0; in __libdw_intern_expression()260 newloc->number2 = 0; in __libdw_intern_expression()261 newloc->offset = -1; in __libdw_intern_expression()268 struct loclist *newloc; in __libdw_intern_expression() local269 newloc = NEW_LOC (); in __libdw_intern_expression()270 newloc->number = 0; in __libdw_intern_expression()271 newloc->number2 = 0; in __libdw_intern_expression()272 newloc->offset = data - block->data; in __libdw_intern_expression()[all …]
41 _LC_locale_t *newloc, *loc; in newlocale() local47 if ((newloc = (_LC_locale_t *)calloc(1, sizeof(_LC_locale_t))) == NULL) in newlocale()54 memcpy(newloc, base, sizeof (_LC_locale_t)); in newlocale()56 newloc->lc_collate = loc->lc_collate; in newlocale()58 newloc->lc_ctype = loc->lc_ctype; in newlocale()62 newloc->lc_monetary = loc->lc_monetary; in newlocale()64 newloc->lc_time = loc->lc_time; in newlocale()66 newloc->lc_numeric = loc->lc_numeric; in newlocale()67 return (locale_t)newloc; in newlocale()75 locale_t uselocale(locale_t newloc) in uselocale() argument
19 locale_t uselocale( locale_t newloc ) in uselocale() argument22 if ( newloc == NULL ) in uselocale()27 setlocale( LC_ALL, newloc->locinfo->lc_category[LC_ALL].locale ); in uselocale()
40 const char *newloc = setlocale(LC_ALL, NULL); in main() local41 printf("Default locale: %s\n", newloc); in main()
140 ios_base::imbue(const locale& newloc) in imbue() argument145 loc_storage = newloc; in imbue()
37 locale_t uselocale( locale_t newloc );