Home
last modified time | relevance | path

Searched refs:category (Results 1 – 25 of 130) sorted by relevance

123456

/dragonfly/contrib/grep/lib/
H A Dsetlocale_null.c60 setlocale_null_androidfix (int category) in setlocale_null_androidfix() argument
62 const char *result = setlocale (category, NULL); in setlocale_null_androidfix()
66 switch (category) in setlocale_null_androidfix()
97 const wchar_t *result = _wsetlocale (category, NULL); in setlocale_null_unlocked()
278 if (category == LC_ALL) in setlocale_null_r()
287 if (category == LC_ALL) in setlocale_null_r()
301 setlocale_null (int category) in setlocale_null() argument
304 return setlocale_null_androidfix (category); in setlocale_null()
317 if (category == LC_ALL) in setlocale_null()
334 return setlocale_null_androidfix (category); in setlocale_null()
[all …]
H A Dgettext.h151 int category) in pgettext_aux() argument
153 const char *translation = dcgettext (domain, msg_ctxt_id, category); in pgettext_aux()
171 int category) in npgettext_aux() argument
174 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); in npgettext_aux()
221 int category) in dcpgettext_expr() argument
241 translation = dcgettext (domain, msg_ctxt_id, category); in dcpgettext_expr()
269 int category) in dcnpgettext_expr() argument
289 translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); in dcnpgettext_expr()
H A Dhard-locale.c27 hard_locale (int category) in hard_locale() argument
31 if (setlocale_null_r (category, locale, sizeof (locale))) in hard_locale()
H A Dsetlocale_null.h64 extern int setlocale_null_r (int category, char *buf, size_t bufsize)
75 extern const char *setlocale_null (int category);
/dragonfly/lib/libc/locale/
H A Dsetlocale.c106 if (category < LC_ALL || category >= _LC_LAST) { in setlocale()
112 return (category != LC_ALL ? in setlocale()
125 if (category == LC_ALL) { in setlocale()
135 env = __get_locale_env(category); in setlocale()
142 } else if (category != LC_ALL) { in setlocale()
192 if (category != LC_ALL) in setlocale()
193 return (loadlocale(category)); in setlocale()
234 loadlocale(int category) in loadlocale() argument
254 switch (category) { in loadlocale()
351 __get_locale_env(int category) in __get_locale_env() argument
[all …]
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dinit.c678 DEBUG_PRINTF (" installing category '%s (%s)'\n", category->class_name, category->category_name); in __objc_exec_class()
680 if (category->instance_methods) in __objc_exec_class()
684 if (category->class_methods) in __objc_exec_class()
686 category->class_methods); in __objc_exec_class()
688 if (category->protocols) in __objc_exec_class()
721 …DEBUG_PRINTF (" installing (delayed) category '%s (%s)'\n", category->class_name, category->catego… in __objc_exec_class()
724 if (category->instance_methods) in __objc_exec_class()
727 if (category->class_methods) in __objc_exec_class()
729 category->class_methods); in __objc_exec_class()
731 if (category->protocols) in __objc_exec_class()
[all …]
/dragonfly/tools/tools/locale/tools/
H A Dutf8-rollup.pl251 my $category = '';
273 $category = $1;
274 if ($category eq 'merge') {
278 if ($category ne 'print') {
282 next if ($category eq 'print');
283 if ($category eq 'toupper' || $category eq 'tolower') {
290 if ($cat_loaded) { print FOUT $category; }
311 if ($cat_loaded) { print FOUT $category; }
335 if ($cat_loaded) { print FOUT $category; }
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dlocale_classes.h69 typedef int category; in _GLIBCXX_VISIBILITY() typedef
100 static const category none = 0; in _GLIBCXX_VISIBILITY()
101 static const category ctype = 1L << 0; in _GLIBCXX_VISIBILITY()
102 static const category numeric = 1L << 1; in _GLIBCXX_VISIBILITY()
103 static const category collate = 1L << 2; in _GLIBCXX_VISIBILITY()
104 static const category time = 1L << 3; in _GLIBCXX_VISIBILITY()
105 static const category monetary = 1L << 4; in _GLIBCXX_VISIBILITY()
106 static const category messages = 1L << 5; in _GLIBCXX_VISIBILITY()
321 static category in _GLIBCXX_VISIBILITY()
322 _S_normalize_category(category); in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dlocale_classes.h67 typedef int category; in _GLIBCXX_VISIBILITY() typedef
98 static const category none = 0; in _GLIBCXX_VISIBILITY()
99 static const category ctype = 1L << 0; in _GLIBCXX_VISIBILITY()
100 static const category numeric = 1L << 1; in _GLIBCXX_VISIBILITY()
101 static const category collate = 1L << 2; in _GLIBCXX_VISIBILITY()
102 static const category time = 1L << 3; in _GLIBCXX_VISIBILITY()
103 static const category monetary = 1L << 4; in _GLIBCXX_VISIBILITY()
104 static const category messages = 1L << 5; in _GLIBCXX_VISIBILITY()
348 static category in _GLIBCXX_VISIBILITY()
349 _S_normalize_category(category); in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dsystem_error151 category() const noexcept { return *_M_cat; }
158 { return category().message(value()); }
179 return (__lhs.category() < __rhs.category()
180 || (__lhs.category() == __rhs.category()
229 category() const noexcept { return *_M_cat; }
233 { return category().message(value()); }
253 return (__lhs.category() < __rhs.category()
254 || (__lhs.category() == __rhs.category()
261 { return (__lhs.category() == __rhs.category()
268 || __rhs.category().equivalent(__lhs, __rhs.value()));
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dsystem_error181 category() const noexcept { return *_M_cat; }
189 { return category().message(value()); }
210 return (__lhs.category() < __rhs.category()
211 || (__lhs.category() == __rhs.category()
260 category() const noexcept { return *_M_cat; }
265 { return category().message(value()); }
285 return (__lhs.category() < __rhs.category()
286 || (__lhs.category() == __rhs.category()
293 { return (__lhs.category() == __rhs.category()
300 || __rhs.category().equivalent(__lhs, __rhs.value()));
[all …]
/dragonfly/contrib/diffutils/lib/
H A Dhard-locale.c38 hard_locale (int category) in hard_locale() argument
41 char const *p = setlocale (category, NULL); in hard_locale()
58 if (((p = setlocale (category, "C")) in hard_locale()
60 || ((p = setlocale (category, "POSIX")) in hard_locale()
65 setlocale (category, locale); in hard_locale()
H A Dgettext.h151 int category) in pgettext_aux() argument
153 const char *translation = dcgettext (domain, msg_ctxt_id, category); in pgettext_aux()
171 int category) in npgettext_aux() argument
174 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); in npgettext_aux()
214 int category) in dcpgettext_expr() argument
234 translation = dcgettext (domain, msg_ctxt_id, category); in dcpgettext_expr()
262 int category) in dcnpgettext_expr() argument
282 translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); in dcnpgettext_expr()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dlocale.cc63 const locale::category locale::none;
64 const locale::category locale::ctype;
65 const locale::category locale::numeric;
66 const locale::category locale::collate;
67 const locale::category locale::time;
68 const locale::category locale::monetary;
69 const locale::category locale::messages;
70 const locale::category locale::all;
148 locale::category
149 locale::_S_normalize_category(category __cat) in _S_normalize_category()
H A Dlocalename.cc145 locale::locale(const locale& __base, const char* __s, category __cat) in locale()
155 locale::locale(const locale& __base, const locale& __add, category __cat) in locale()
161 category __cat) in _M_coalesce()
291 _M_replace_categories(const _Impl* __imp, category __cat) in _M_replace_categories()
293 category __mask = 1; in _M_replace_categories()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dlocale.cc61 const locale::category locale::none;
62 const locale::category locale::ctype;
63 const locale::category locale::numeric;
64 const locale::category locale::collate;
65 const locale::category locale::time;
66 const locale::category locale::monetary;
67 const locale::category locale::messages;
68 const locale::category locale::all;
147 locale::category
148 locale::_S_normalize_category(category __cat) in _S_normalize_category()
H A Dlocalename.cc144 locale::locale(const locale& __base, const char* __s, category __cat) in locale()
154 locale::locale(const locale& __base, const locale& __add, category __cat) in locale()
160 category __cat) in _M_coalesce()
297 _M_replace_categories(const _Impl* __imp, category __cat) in _M_replace_categories()
299 category __mask = 1; in _M_replace_categories()
/dragonfly/usr.bin/localedef/
H A Dscanner.c81 static int category = T_END; variable
495 if ((category != T_CHARMAP) && (category != T_WIDTH)) { in get_wide()
545 if (category == T_END) { in get_symbol()
560 if ((category != T_CHARMAP) && in get_symbol()
588 return (category); in get_category()
620 category = T_END; in consume_token()
627 category = last_kw; in consume_token()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dsystem_error.cc96 { return *this == __code.category() && __code.value() == __i; } in equivalent()
100 { return category().default_error_condition(value()); } in default_error_condition()
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.h705 tree category = CLASS_CATEGORY_LIST (klass); in lookup_category() local
707 while (category && CLASS_SUPER_NAME (category) != cat_name) in lookup_category()
708 category = CLASS_CATEGORY_LIST (category); in lookup_category()
709 return category; in lookup_category()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwnm_ap.c139 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_resp()
186 mgmt->da, &mgmt->u.action.category, len); in ieee802_11_send_wnmsleep_resp()
357 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_bss_trans_mgmt_request()
373 len = pos - &mgmt->u.action.category; in ieee802_11_send_bss_trans_mgmt_request()
375 mgmt->da, &mgmt->u.action.category, len); in ieee802_11_send_bss_trans_mgmt_request()
633 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_disassoc_imminent()
699 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_ess_disassoc_imminent()
756 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_bss_tm_req()
828 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_coloc_intf_req()
/dragonfly/bin/sh/
H A Dparser.c982 } category; member
1427 state[level].category = TSTATE_TOP; in readtoken1()
1495 state[level].category == TSTATE_VAR_OLD) in readtoken1()
1513 if (state[level].category == TSTATE_VAR_OLD) in readtoken1()
1529 if (state[level].category == TSTATE_VAR_NEW) in readtoken1()
1548 state[level].category == TSTATE_ARITH) { in readtoken1()
1586 if (state[level].category == TSTATE_VAR_OLD || in readtoken1()
1587 state[level].category == TSTATE_VAR_NEW) { in readtoken1()
1779 state[level].category = TSTATE_VAR_OLD; in readtoken1()
1788 state[level].category = TSTATE_VAR_NEW; in readtoken1()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dobjc-lang.c857 char **category, char **selector) in parse_method() argument
870 gdb_assert (category != NULL); in parse_method()
943 if (category != NULL) in parse_method()
944 *category = ncategory; in parse_method()
952 find_methods (char type, const char *class, const char *category, in find_methods() argument
1022 if ((category != NULL) && in find_methods()
1023 ((ncategory == NULL) || (strcmp (category, ncategory) != 0))) in find_methods()
1108 char *category = NULL; in find_imps() local
1120 tmp = parse_method (buf, &type, &class, &category, &selector); in find_imps()
1133 find_methods (type, class, category, selector, symbol_names); in find_imps()
/dragonfly/share/examples/diskless/
H A DME44 /conf/HT.<category> directories. You put the actual configuration file in
45 /conf/HT.<category> and make a softlink from
46 /conf/ME/<appropriate-machines>/config-file to "../HT.<category/config-file".
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcompatibility-c++0x.cc247 && __code.category() == _V2::system_category()) in equivalent()
250 && __code.category() == _V2::generic_category()) in equivalent()

123456