Home
last modified time | relevance | path

Searched refs:newloc (Results 1 – 3 of 3) sorted by relevance

/third_party/elfutils/libdw/
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->offset = data - block->data; in __libdw_intern_expression()
[all …]
/third_party/libexif/test/nls/
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/
Dpylifecycle.c313 const char *newloc = target->locale_name; in _coerce_default_locale_settings() local
319 if (setenv("LC_CTYPE", newloc, 1)) { in _coerce_default_locale_settings()
325 fprintf(stderr, C_LOCALE_COERCION_WARNING, newloc); in _coerce_default_locale_settings()