Home
last modified time | relevance | path

Searched refs:__UNCONST (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/yp/
H A Dyperr_string.c51 return __UNCONST("Success"); in __weak_alias()
53 return __UNCONST("Request arguments bad"); in __weak_alias()
55 return __UNCONST("RPC failure"); in __weak_alias()
57 return __UNCONST( in __weak_alias()
62 return __UNCONST("No such key in map"); in __weak_alias()
64 return __UNCONST("YP server error"); in __weak_alias()
76 return __UNCONST("Local domain name not set"); in __weak_alias()
78 return __UNCONST("Server data base is bad"); in __weak_alias()
80 return __UNCONST( in __weak_alias()
84 return __UNCONST("Access violation"); in __weak_alias()
[all …]
H A Dxdryp.c199 return xdr_bytes(xdrs, __UNCONST(&objp->dptr), in xdr_datum()
210 if (!xdr_ypdomain_wrap_string(xdrs, __UNCONST(&objp->domain))) in xdr_ypreq_key()
213 if (!xdr_ypmap_wrap_string(xdrs, __UNCONST(&objp->map))) in xdr_ypreq_key()
229 if (!xdr_ypdomain_wrap_string(xdrs, __UNCONST(&objp->domain))) in xdr_ypreq_nokey()
232 if (!xdr_ypmap_wrap_string(xdrs, __UNCONST(&objp->map))) in xdr_ypreq_nokey()
405 __UNCONST(out.keydat.dptr), out.keydat.dsize, in xdr_ypall()
406 __UNCONST(out.valdat.dptr), out.valdat.dsize, in xdr_ypall()
519 if (!xdr_ypdomain_wrap_string(xdrs, __UNCONST(&objp->domain))) in xdr_ypmap_parms()
522 if (!xdr_ypmap_wrap_string(xdrs, __UNCONST(&objp->map))) in xdr_ypmap_parms()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/locale/
H A Dglobal_locale.c117 .decimal_point = __UNCONST("."),
118 .thousands_sep = __UNCONST(""),
119 .grouping = __UNCONST(""),
120 .int_curr_symbol = __UNCONST(""),
121 .currency_symbol = __UNCONST(""),
122 .mon_decimal_point = __UNCONST(""),
123 .mon_thousands_sep = __UNCONST(""),
124 .mon_grouping = __UNCONST(""),
125 .positive_sign = __UNCONST(""),
126 .negative_sign = __UNCONST(""),
[all …]
H A Dsetlocale.c59 __UNCONST(&_C_cache)
95 ldata->decimal_point = __UNCONST(numeric->decimal_point); in _setlocale_cache()
96 ldata->thousands_sep = __UNCONST(numeric->thousands_sep); in _setlocale_cache()
97 ldata->grouping = __UNCONST(numeric->grouping); in _setlocale_cache()
99 ldata->int_curr_symbol = __UNCONST(monetary->int_curr_symbol); in _setlocale_cache()
100 ldata->currency_symbol = __UNCONST(monetary->currency_symbol); in _setlocale_cache()
101 ldata->mon_decimal_point = __UNCONST(monetary->mon_decimal_point); in _setlocale_cache()
103 ldata->mon_grouping = __UNCONST(monetary->mon_grouping); in _setlocale_cache()
104 ldata->positive_sign = __UNCONST(monetary->positive_sign); in _setlocale_cache()
105 ldata->negative_sign = __UNCONST(monetary->negative_sign); in _setlocale_cache()
[all …]
H A Dfix_grouping.c50 #ifndef __UNCONST
51 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
76 for (src = __UNCONST(str), dst = __UNCONST(str); *src != '\0'; src++) { in __fix_locale_grouping_str()
104 return (dst == __UNCONST(str)) ? nogrouping : str; in __fix_locale_grouping_str()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/utilities/
H A Dutosi.c95 {__UNCONST("Windows 2000"), NULL, 0, ACPI_OSI_WIN_2000}, /* Windows 2000 */
96 {__UNCONST("Windows 2001"), NULL, 0, ACPI_OSI_WIN_XP}, /* Windows XP */
97 {__UNCONST("Windows 2001 SP1"), NULL, 0, ACPI_OSI_WIN_XP_SP1}, /* Windows XP SP1 */
98 … {__UNCONST("Windows 2001.1"), NULL, 0, ACPI_OSI_WINSRV_2003}, /* Windows Server 2003 */
99 {__UNCONST("Windows 2001 SP2"), NULL, 0, ACPI_OSI_WIN_XP_SP2}, /* Windows XP SP2 */
112 {__UNCONST("Extended Address Space Descriptor"), NULL, ACPI_OSI_FEATURE, 0},
121 {__UNCONST("Module Device"), NULL, ACPI_OSI_OPTIONAL_FEATURE, 0},
122 {__UNCONST("Processor Device"), NULL, ACPI_OSI_OPTIONAL_FEATURE, 0},
123 {__UNCONST("3.0 Thermal Model"), NULL, ACPI_OSI_OPTIONAL_FEATURE, 0},
124 {__UNCONST("3.0 _SCP Extensions"), NULL, ACPI_OSI_OPTIONAL_FEATURE, 0},
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Locale/
H A Dlocaleconv.c39 __UNCONST(_CurrentMonetaryLocale->int_curr_symbol); in localeconv()
41 __UNCONST(_CurrentMonetaryLocale->currency_symbol); in localeconv()
43 __UNCONST(_CurrentMonetaryLocale->mon_decimal_point); in localeconv()
45 __UNCONST(_CurrentMonetaryLocale->mon_thousands_sep); in localeconv()
47 __UNCONST(_CurrentMonetaryLocale->mon_grouping); in localeconv()
49 __UNCONST(_CurrentMonetaryLocale->positive_sign); in localeconv()
51 __UNCONST(_CurrentMonetaryLocale->negative_sign); in localeconv()
76 __UNCONST(_CurrentNumericLocale->decimal_point); in localeconv()
78 __UNCONST(_CurrentNumericLocale->thousands_sep); in localeconv()
80 __UNCONST(_CurrentNumericLocale->grouping); in localeconv()
/dports/devel/libmaa/libmaa-1.4.7/tests/stack/
H A Dstacktest.c41 stk_push(stack, __UNCONST("10")); in main()
42 stk_push(stack, __UNCONST("20")); in main()
43 stk_push(stack, __UNCONST("30")); in main()
44 stk_push(stack, __UNCONST("40")); in main()
45 stk_push(stack, __UNCONST("50")); in main()
55 stk_push(stack, __UNCONST("10")); in main()
56 stk_push(stack, __UNCONST("20")); in main()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/citrus/
H A Dcitrus_lc_time.c82 free(__UNCONST(data->abday[i])); in _citrus_LC_TIME_uninit()
84 free(__UNCONST(data->day[i])); in _citrus_LC_TIME_uninit()
86 free(__UNCONST(data->abmon[i])); in _citrus_LC_TIME_uninit()
88 free(__UNCONST(data->mon[i])); in _citrus_LC_TIME_uninit()
90 free(__UNCONST(data->am_pm[i])); in _citrus_LC_TIME_uninit()
91 free(__UNCONST(data->d_t_fmt)); in _citrus_LC_TIME_uninit()
92 free(__UNCONST(data->d_fmt)); in _citrus_LC_TIME_uninit()
93 free(__UNCONST(data->t_fmt)); in _citrus_LC_TIME_uninit()
94 free(__UNCONST(data->t_fmt_ampm)); in _citrus_LC_TIME_uninit()
H A Dcitrus_lc_monetary.c82 free(__UNCONST(data->int_curr_symbol)); in _citrus_LC_MONETARY_uninit()
83 free(__UNCONST(data->currency_symbol)); in _citrus_LC_MONETARY_uninit()
84 free(__UNCONST(data->mon_decimal_point)); in _citrus_LC_MONETARY_uninit()
85 free(__UNCONST(data->mon_thousands_sep)); in _citrus_LC_MONETARY_uninit()
86 free(__UNCONST(data->mon_grouping)); in _citrus_LC_MONETARY_uninit()
87 free(__UNCONST(data->positive_sign)); in _citrus_LC_MONETARY_uninit()
88 free(__UNCONST(data->negative_sign)); in _citrus_LC_MONETARY_uninit()
H A Dcitrus_lc_messages.c77 free(__UNCONST(data->yesexpr)); in _citrus_LC_MESSAGES_uninit()
78 free(__UNCONST(data->noexpr)); in _citrus_LC_MESSAGES_uninit()
79 free(__UNCONST(data->yesstr)); in _citrus_LC_MESSAGES_uninit()
80 free(__UNCONST(data->nostr)); in _citrus_LC_MESSAGES_uninit()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dpsignal.c66 v->iov_base = __UNCONST(s); in __weak_alias()
69 v->iov_base = __UNCONST(": "); in __weak_alias()
73 v->iov_base = __UNCONST(__strsignal((int)sig, buf, sizeof(buf))); in __weak_alias()
76 v->iov_base = __UNCONST("\n"); in __weak_alias()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dev/lockstat/
H A Dlockstat.c110 if (dtrace_probe_lookup(lockstat_id, __UNCONST("kernel"), in lockstat_provide()
111 __UNCONST(probe->lsp_func), __UNCONST(probe->lsp_name)) in lockstat_provide()
117 __UNCONST("kernel"), __UNCONST(probe->lsp_func), in lockstat_provide()
118 __UNCONST(probe->lsp_name), 1, probe); in lockstat_provide()
/dports/editors/mg/mg-6.9/
H A Dcurterm.c44 #ifndef __UNCONST
45 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
158 return __UNCONST(cur_term->name); in termname()
168 return __UNCONST(nullname); in longname()
169 return __UNCONST(cur_term->desc); in longname()
H A Dti.c37 #ifndef __UNCONST
38 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
124 return __UNCONST(ti_getstr(cur_term, id)); in tigetstr()
/dports/devel/libmaa/libmaa-1.4.7/maa/
H A Dtimer.c59 if (!(entry = (tim_Entry)__UNCONST(hsh_retrieve(_tim_Hash, name)))) { in tim_start()
90 if (!(entry = (tim_Entry)__UNCONST(hsh_retrieve(_tim_Hash, name)))) in tim_stop()
114 if (!(entry = (tim_Entry)__UNCONST(hsh_retrieve(_tim_Hash, name)))) in tim_reset()
134 if (!(entry = (tim_Entry)__UNCONST(hsh_retrieve(_tim_Hash, name)))) in tim_get_real()
148 if (!(entry = (tim_Entry)__UNCONST(hsh_retrieve(_tim_Hash, name)))) in tim_get_user()
199 if (!(entry = (tim_Entry)__UNCONST(hsh_retrieve(_tim_Hash, name)))) in tim_get_system()
235 xfree(__UNCONST(datum)); /* Discard const */ in _tim_freer()
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/
H A Dnsswitch.h126 #define NS_FILES_CB(F,C) { NSSRC_FILES, F, __UNCONST(C) },
127 #define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, __UNCONST(C) },
130 # define NS_DNS_CB(F,C) { NSSRC_DNS, F, __UNCONST(C) },
136 # define NS_NIS_CB(F,C) { NSSRC_NIS, F, __UNCONST(C) },
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/
H A Dnsswitch.h126 #define NS_FILES_CB(F,C) { NSSRC_FILES, F, __UNCONST(C) },
127 #define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, __UNCONST(C) },
130 # define NS_DNS_CB(F,C) { NSSRC_DNS, F, __UNCONST(C) },
136 # define NS_NIS_CB(F,C) { NSSRC_NIS, F, __UNCONST(C) },
/dports/misc/rump/buildrump.sh-b914579/src/include/
H A Dnsswitch.h119 #define NS_FILES_CB(F,C) { NSSRC_FILES, F, __UNCONST(C) },
120 #define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, __UNCONST(C) },
123 # define NS_DNS_CB(F,C) { NSSRC_DNS, F, __UNCONST(C) },
129 # define NS_NIS_CB(F,C) { NSSRC_NIS, F, __UNCONST(C) },
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/
H A Dnsswitch.h126 #define NS_FILES_CB(F,C) { NSSRC_FILES, F, __UNCONST(C) },
127 #define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, __UNCONST(C) },
130 # define NS_DNS_CB(F,C) { NSSRC_DNS, F, __UNCONST(C) },
136 # define NS_NIS_CB(F,C) { NSSRC_NIS, F, __UNCONST(C) },
/dports/misc/rump/buildrump.sh-b914579/src/common/dist/zlib/
H A Dinfback.c313 strm->msg = __UNCONST("invalid block type");
324 strm->msg = __UNCONST("invalid stored block lengths");
362 strm->msg = __UNCONST("too many length or distance symbols");
384 strm->msg = __UNCONST("invalid code lengths set");
408 strm->msg = __UNCONST("invalid bit length repeat");
431 strm->msg = __UNCONST("invalid bit length repeat");
450 strm->msg = __UNCONST("invalid literal/lengths set");
459 strm->msg = __UNCONST("invalid distances set");
517 strm->msg = __UNCONST("invalid literal/length code");
549 strm->msg = __UNCONST("invalid distance code");
[all …]
/dports/devel/libmowgli2/libmowgli-2-2.1.3/src/libmowgli/ext/
H A Dgetopt_long.c43 #define __UNCONST(a) ((void *) (unsigned long) (const void *) (a)) macro
312 mowgli_optarg = __UNCONST(place); in getopt_internal()
359 retval = getopt_internal(nargc, __UNCONST(nargv), options);
372 __UNCONST(nargv));
403 retval = getopt_internal(nargc, __UNCONST(nargv), options); in mowgli_getopt_long()
411 current_argv = __UNCONST(place); in mowgli_getopt_long()
426 mowgli_optind, __UNCONST(nargv)); in mowgli_getopt_long()
/dports/irc/atheme-services/atheme-7.2.9/libmowgli-2/src/libmowgli/ext/
H A Dgetopt_long.c43 #define __UNCONST(a) ((void *) (unsigned long) (const void *) (a)) macro
312 mowgli_optarg = __UNCONST(place); in getopt_internal()
359 retval = getopt_internal(nargc, __UNCONST(nargv), options);
372 __UNCONST(nargv));
403 retval = getopt_internal(nargc, __UNCONST(nargv), options); in mowgli_getopt_long()
411 current_argv = __UNCONST(place); in mowgli_getopt_long()
426 mowgli_optind, __UNCONST(nargv)); in mowgli_getopt_long()
/dports/shells/scponly/scponly-20110526/
H A Dnetbsd_getopt_long.c40 #undef __UNCONST
41 #define __UNCONST(a) ((void *)(size_t)(const void *)(a)) macro
254 optarg = __UNCONST(place); in netbsd_getopt_internal()
295 retval = netbsd_getopt_internal(nargc, __UNCONST(nargv), options); in netbsd_getopt_long()
301 current_argv = __UNCONST(place); in netbsd_getopt_long()
315 optind, __UNCONST(nargv)); in netbsd_getopt_long()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdlib/
H A Dgetopt_long.c283 optarg = __UNCONST(place); in getopt_internal()
317 retval = getopt_internal(nargc, __UNCONST(nargv), options); in getopt()
326 __UNCONST(nargv)); in getopt()
356 retval = getopt_internal(nargc, __UNCONST(nargv), options); in getopt_long()
362 current_argv = __UNCONST(place); in getopt_long()
376 optind, __UNCONST(nargv)); in getopt_long()

12345678910>>...15