HomeSort by: relevance | last modified time | path
    Searched defs:newloc (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/support/ibm/
xlocale_zos.cpp 36 locale_t newloc = new locale_struct(); local
41 memcpy(newloc, base, sizeof (locale_struct));
42 newloc->category_mask = category_mask | base->category_mask;
46 newloc->category_mask = category_mask;
50 newloc->lc_collate = locale;
52 newloc->lc_ctype = locale;
54 newloc->lc_monetary = locale;
56 newloc->lc_numeric = locale;
58 newloc->lc_time = locale;
60 newloc->lc_messages = locale
    [all...]
  /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
locale_mgmt_aix.h 40 _LC_locale_t *newloc, *loc; local
46 if ((newloc = (_LC_locale_t *)calloc(1, sizeof(_LC_locale_t))) == NULL)
53 memcpy(newloc, base, sizeof (_LC_locale_t));
55 newloc->lc_collate = loc->lc_collate;
57 newloc->lc_ctype = loc->lc_ctype;
59 // newloc->lc_messages = loc->lc_messages;
61 newloc->lc_monetary = loc->lc_monetary;
63 newloc->lc_time = loc->lc_time;
65 newloc->lc_numeric = loc->lc_numeric;
66 return (locale_t)newloc;
    [all...]
  /src/sbin/gpt/
resizedisk.c 91 off_t last, oldloc, newloc, lastdata, gpt_size; local
96 newloc = 0;
168 newloc = sector;
170 newloc = sector;
172 newloc = last;
174 if (newloc > 0 && gpt->tpg != NULL && gpt->lbt != NULL) {
177 gpt->tpg->map_start = newloc;
178 gpt->lbt->map_start = newloc - gpt_size;
183 newloc = sector;
185 newloc = last
    [all...]
  /src/external/ibm-public/postfix/dist/src/trivial-rewrite/
resolve.c 720 const char *newloc; local
722 if ((newloc = mail_addr_find(relocated_maps, STR(nextrcpt),
726 vstring_sprintf(nexthop, "5.1.6 User has moved to %s", newloc);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-lex.cc 580 location_t newloc;
583 tok = cpp_get_token_with_location (parse_in, &newloc);
613 *loc = make_location (atloc, atloc, newloc);
621 *loc = newloc;
578 location_t newloc; local
c-warn.cc 3264 location_t newloc = DECL_SOURCE_LOCATION (newp); local
3266 origloc = newloc;
3280 gcc_rich_location warnloc (newloc);
3490 location_t newloc = DECL_SOURCE_LOCATION (newp); local
3492 origloc = newloc;
3498 if (warning_at (newloc, OPT_Wvla_parameter,
3517 if (warning_at (newloc, OPT_Wvla_parameter,
3531 if (warning_at (newloc, OPT_Warray_parameter_,
3543 if (warning_at (newloc, OPT_Wvla_parameter,
3571 if (warning_n (newloc, OPT_Wvla_parameter, newbnds
    [all...]
  /src/games/adventure/
init.c 68 int loc, newloc, oldloc, oldloc2, wasdark, gaveup, kq, k, k2; variable
297 newloc = 1;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-lex.cc 645 location_t newloc;
648 tok = get_token (parse_in, &newloc);
678 *loc = make_location (atloc, atloc, newloc);
686 *loc = newloc;
643 location_t newloc; local
c-warn.cc 3302 location_t newloc = DECL_SOURCE_LOCATION (newp); local
3304 origloc = newloc;
3318 gcc_rich_location warnloc (newloc);
3528 location_t newloc = DECL_SOURCE_LOCATION (newp); local
3530 origloc = newloc;
3536 if (warning_at (newloc, OPT_Wvla_parameter,
3555 if (warning_at (newloc, OPT_Wvla_parameter,
3569 if (warning_at (newloc, OPT_Warray_parameter_,
3581 if (warning_at (newloc, OPT_Wvla_parameter,
3609 if (warning_n (newloc, OPT_Wvla_parameter, newbnds
    [all...]
  /src/sbin/resize_ffs/
resize_ffs.c 825 int newloc; /* new location for csum info, if necessary */ local
880 newloc = find_freespace(ntot);
881 if (newloc < 0)
883 for (i = 0, f = newsb->fs_csaddr, t = newloc; i < ntot; i++, f++, t++) {
889 newsb->fs_csaddr = newloc;
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 2217 location_t newloc = DECL_SOURCE_LOCATION (newdecl);
2220 warned = warning_at (newloc, OPT_Wbuiltin_declaration_mismatch,
2225 warned = warning_at (newloc, OPT_Wbuiltin_declaration_mismatch,
2232 rich_location richloc (line_table, newloc);
6675 location_t newloc = locations[*list];
6677 || (newloc != UNKNOWN_LOCATION && newloc < loc))
6678 loc = newloc;
2204 location_t newloc = DECL_SOURCE_LOCATION (newdecl); local
6649 location_t newloc = locations[*list]; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 2060 location_t newloc = DECL_SOURCE_LOCATION (newdecl);
2063 warned = warning_at (newloc, OPT_Wbuiltin_declaration_mismatch,
2068 warned = warning_at (newloc, OPT_Wbuiltin_declaration_mismatch,
2075 rich_location richloc (line_table, newloc);
6240 location_t newloc = locations[*list];
6242 || (newloc != UNKNOWN_LOCATION && newloc < loc))
6243 loc = newloc;
2047 location_t newloc = DECL_SOURCE_LOCATION (newdecl); local
6214 location_t newloc = locations[*list]; local
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 28055 struct var_loc_node *newloc;
28191 newloc = add_var_loc_to_decl (decl, loc_note, label, view);
28192 if (newloc == NULL)
28198 newloc = NULL;
28302 newloc->label = last_label;
28303 newloc->view = view;
28312 newloc->label = last_postcall_label;
28325 newloc->view = view;
28036 struct var_loc_node *newloc; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 27915 struct var_loc_node *newloc;
28051 newloc = add_var_loc_to_decl (decl, loc_note, label, view);
28052 if (newloc == NULL)
28058 newloc = NULL;
28162 newloc->label = last_label;
28163 newloc->view = view;
28172 newloc->label = last_postcall_label;
28185 newloc->view = view;
27896 struct var_loc_node *newloc; local

Completed in 88 milliseconds