Searched refs:newloc (Results 1 – 3 of 3) sorted by relevance
310 struct loclist *newloc = NEW_LOC (); in __libdw_intern_expression() local311 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() local322 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->offset = data - block->data; in __libdw_intern_expression()[all …]
40 const char *newloc = setlocale(LC_ALL, NULL); in main() local41 printf("Default locale: %s\n", newloc); in main()
313 const char *newloc = target->locale_name; in _coerce_default_locale_settings() local319 if (setenv("LC_CTYPE", newloc, 1)) { in _coerce_default_locale_settings()325 fprintf(stderr, C_LOCALE_COERCION_WARNING, newloc); in _coerce_default_locale_settings()