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

/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlocale_mgmt_aix.h40 _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;
74 uselocale(locale_t newloc) argument
[all...]
H A Dlocale_mgmt_zos.h47 locale_t uselocale(locale_t newloc);
/netbsd-current/external/apache2/llvm/dist/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp36 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
71 uselocale(locale_t newloc) argument
[all...]
/netbsd-current/sbin/gpt/
H A Dresizedisk.c88 off_t last, oldloc, newloc, lastdata, gpt_size; local
93 newloc = 0;
165 newloc = sector;
167 newloc = sector;
169 newloc = last;
171 if (newloc > 0 && gpt->tpg != NULL && gpt->lbt != NULL) {
174 gpt->tpg->map_start = newloc;
175 gpt->lbt->map_start = newloc - gpt_size;
180 newloc = sector;
182 newloc
[all...]
/netbsd-current/games/adventure/
H A Dsubr.c157 if (newloc != loc && !forced(loc) && !bitset(loc, 3)) {
159 if (odloc[i] != newloc || !dseen[i])
161 newloc = loc;
166 loc = newloc; /* 74 */
167 if (loc == 0 || forced(loc) || bitset(newloc, 3))
198 newloc = kk->tloc;
199 if (newloc > 300 || newloc < 15 || newloc == odloc[i]
200 || (j > 1 && newloc
[all...]
H A Dhdr.h68 extern int loc, newloc, oldloc, oldloc2, wasdark, gaveup, kq, k, k2;
109 int conditions; /* m in writeup (newloc / 1000) */
110 int tloc; /* n in writeup (newloc % 1000) */
H A Dinit.c68 int loc, newloc, oldloc, oldloc2, wasdark, gaveup, kq, k, k2; variable
297 newloc = 1;
H A Dsave.c492 {&newloc, sizeof(newloc)},
605 &newloc,
H A Dmain.c94 if (newloc < 9 && newloc != 0 && isclosing) {
96 newloc = loc; /* main office */
/netbsd-current/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dresolve.c720 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);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c527 location_t newloc;
530 tok = cpp_get_token_with_location (parse_in, &newloc);
560 *loc = make_location (atloc, atloc, newloc);
568 *loc = newloc;
525 location_t newloc; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc552 location_t newloc;
555 tok = cpp_get_token_with_location (parse_in, &newloc);
585 *loc = make_location (atloc, atloc, newloc);
593 *loc = newloc;
550 location_t newloc; local
H A Dc-warn.cc3260 location_t newloc = DECL_SOURCE_LOCATION (newp); local
3262 origloc = newloc;
3276 gcc_rich_location warnloc (newloc);
3486 location_t newloc = DECL_SOURCE_LOCATION (newp); local
3488 origloc = newloc;
3494 if (warning_at (newloc, OPT_Wvla_parameter,
3513 if (warning_at (newloc, OPT_Wvla_parameter,
3527 if (warning_at (newloc, OPT_Warray_parameter_,
3539 if (warning_at (newloc, OPT_Wvla_parameter,
3567 if (warning_n (newloc, OPT_Wvla_paramete
[all...]
/netbsd-current/sys/arch/sparc/sparc/
H A Dautoconf.c1985 bootinfo_relocate(void *newloc) argument
1992 kernel_top = newloc;
2014 if ((int)bootinfo - (int)newloc < bi_size)
2022 dp = newloc;
2036 bootinfo = newloc;
2037 kernel_top = (char *)newloc + ALIGN(bi_size);
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dios.cpp121 ios_base::imbue(const locale& newloc) argument
126 loc_storage = newloc;
/netbsd-current/sbin/resize_ffs/
H A Dresize_ffs.c825 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;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c2038 location_t newloc = DECL_SOURCE_LOCATION (newdecl);
2041 warned = warning_at (newloc, OPT_Wbuiltin_declaration_mismatch,
2046 warned = warning_at (newloc, OPT_Wbuiltin_declaration_mismatch,
2053 rich_location richloc (line_table, newloc);
5922 location_t newloc = locations[*list];
5924 || (newloc != UNKNOWN_LOCATION && newloc < loc))
5925 loc = newloc;
2025 location_t newloc = DECL_SOURCE_LOCATION (newdecl); local
5896 location_t newloc = locations[*list]; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc2060 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
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c27303 struct var_loc_node *newloc;
27439 newloc = add_var_loc_to_decl (decl, loc_note, label, view);
27440 if (newloc == NULL)
27446 newloc = NULL;
27550 newloc->label = last_label;
27551 newloc->view = view;
27560 newloc->label = last_postcall_label;
27573 newloc->view = view;
27284 struct var_loc_node *newloc; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc27914 struct var_loc_node *newloc;
28050 newloc = add_var_loc_to_decl (decl, loc_note, label, view);
28051 if (newloc == NULL)
28057 newloc = NULL;
28161 newloc->label = last_label;
28162 newloc->view = view;
28171 newloc->label = last_postcall_label;
28184 newloc->view = view;
27895 struct var_loc_node *newloc; local

Completed in 591 milliseconds