Home
last modified time | relevance | path

Searched refs:MAKE_STR (Results 1 – 25 of 148) sorted by relevance

123456

/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/tests/
H A Dtversion.c105 MAKE_STR(__STDC__) in main()
111 MAKE_STR(__STDC_VERSION__) in main()
121 MAKE_STR(__GNUC_MINOR__) in main()
134 MAKE_STR(__ICC) in main()
140 MAKE_STR(__INTEL_COMPILER) in main()
150 MAKE_STR(_WIN32) in main()
156 MAKE_STR(_MSC_VER) in main()
175 MAKE_STR(__USE_MINGW_ANSI_STDIO) in main()
185 MAKE_STR(__GLIBC_MINOR__) in main()
227 MAKE_STR(__GMP_LIBGMP_DLL) in main()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/examples/
H A Dversion.c56 #define MAKE_STR(S) STRINGIZE(S) macro
96 MAKE_STR(__STDC__) in main()
102 MAKE_STR(__STDC_VERSION__) in main()
113 printf ("GNU compatibility: __GNUC__ = " MAKE_STR(__GNUC__) in main()
116 MAKE_STR(__GNUC_MINOR__) in main()
126 MAKE_STR(__ICC) in main()
132 MAKE_STR(__INTEL_COMPILER) in main()
142 MAKE_STR(_WIN32) in main()
148 MAKE_STR(_MSC_VER) in main()
156 printf ("GNU C library: __GLIBC__ = " MAKE_STR(__GLIBC__) in main()
[all …]
/dports/textproc/uim-qt5/uim-d1ac9d9/uim/
H A Dintl.c57 return MAKE_STR(GETTEXT_PACKAGE); in intl_gettext_package()
76 return MAKE_STR(new_domain); in intl_textdomain()
96 return MAKE_STR(new_dir); in intl_bindtextdomain()
113 current_codeset = MAKE_STR(c_current_codeset); in intl_bind_textdomain_codeset()
124 return MAKE_STR(gettext(REFER_C_STR(msgid))); in intl_gettext()
138 return MAKE_STR(translated); in intl_dgettext()
144 return MAKE_STR(dcgettext(REFER_C_STR(domainname), in intl_dcgettext()
152 return MAKE_STR(ngettext(REFER_C_STR(msgid1), in intl_ngettext()
160 return MAKE_STR(dngettext(REFER_C_STR(domainname), in intl_dngettext()
169 return MAKE_STR(dcngettext(REFER_C_STR(domainname), in intl_dcngettext()
H A Dm17nlib.c291 return MAKE_STR(""); in get_left_of_cursor()
294 return MAKE_STR(""); in get_left_of_cursor()
320 return MAKE_STR(""); in get_right_of_cursor()
328 buf_ = MAKE_STR(p); in get_right_of_cursor()
346 return MAKE_STR(""); in get_left_of_candidate()
349 return MAKE_STR(""); in get_left_of_candidate()
375 return MAKE_STR(""); in get_selected_candidate()
381 return MAKE_STR(""); in get_selected_candidate()
409 return MAKE_STR(""); in get_right_of_candidate()
417 buf_ = MAKE_STR(p); in get_right_of_candidate()
[all …]
H A Duim-posix.c88 return MAKE_STR(name); in user_name()
137 return MAKE_STR(home_env); in home_directory()
141 return MAKE_STR(home); in home_directory()
229 return MAKE_STR(path); in c_prepare_config_path()
241 return MAKE_STR(path); in c_get_config_path()
327 return (val) ? MAKE_STR(val) : uim_scm_f(); in c_getenv()
380 return MAKE_STR(t_str); in time_t_to_uim_lisp()
399 return CONS(MAKE_SYM("error"), MAKE_STR(strerror(errno))); in c_time()
425 return MAKE_STR(strerror(errno)); in c_error_string()
H A Duim-util.c51 return MAKE_STR(PACKAGE_VERSION); in uim_version()
57 return MAKE_STR(LIBDIR); in sys_libdir()
63 return MAKE_STR(PKGLIBDIR); in sys_pkglibdir()
69 return MAKE_STR(DATADIR); in sys_datadir()
75 return MAKE_STR(PKGDATADIR); in sys_pkgdatadir()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/uim/
H A Dintl.c57 return MAKE_STR(GETTEXT_PACKAGE); in intl_gettext_package()
76 return MAKE_STR(new_domain); in intl_textdomain()
96 return MAKE_STR(new_dir); in intl_bindtextdomain()
113 current_codeset = MAKE_STR(c_current_codeset); in intl_bind_textdomain_codeset()
124 return MAKE_STR(gettext(REFER_C_STR(msgid))); in intl_gettext()
138 return MAKE_STR(translated); in intl_dgettext()
144 return MAKE_STR(dcgettext(REFER_C_STR(domainname), in intl_dcgettext()
152 return MAKE_STR(ngettext(REFER_C_STR(msgid1), in intl_ngettext()
160 return MAKE_STR(dngettext(REFER_C_STR(domainname), in intl_dngettext()
169 return MAKE_STR(dcngettext(REFER_C_STR(domainname), in intl_dcngettext()
H A Dm17nlib.c291 return MAKE_STR(""); in get_left_of_cursor()
294 return MAKE_STR(""); in get_left_of_cursor()
320 return MAKE_STR(""); in get_right_of_cursor()
328 buf_ = MAKE_STR(p); in get_right_of_cursor()
346 return MAKE_STR(""); in get_left_of_candidate()
349 return MAKE_STR(""); in get_left_of_candidate()
375 return MAKE_STR(""); in get_selected_candidate()
381 return MAKE_STR(""); in get_selected_candidate()
409 return MAKE_STR(""); in get_right_of_candidate()
417 buf_ = MAKE_STR(p); in get_right_of_candidate()
[all …]
H A Duim-posix.c88 return MAKE_STR(name); in user_name()
137 return MAKE_STR(home_env); in home_directory()
141 return MAKE_STR(home); in home_directory()
229 return MAKE_STR(path); in c_prepare_config_path()
241 return MAKE_STR(path); in c_get_config_path()
327 return (val) ? MAKE_STR(val) : uim_scm_f(); in c_getenv()
380 return MAKE_STR(t_str); in time_t_to_uim_lisp()
399 return CONS(MAKE_SYM("error"), MAKE_STR(strerror(errno))); in c_time()
425 return MAKE_STR(strerror(errno)); in c_error_string()
H A Duim-util.c51 return MAKE_STR(PACKAGE_VERSION); in uim_version()
57 return MAKE_STR(LIBDIR); in sys_libdir()
63 return MAKE_STR(PKGLIBDIR); in sys_pkglibdir()
69 return MAKE_STR(DATADIR); in sys_datadir()
75 return MAKE_STR(PKGDATADIR); in sys_pkgdatadir()
/dports/textproc/uim-el/uim-d1ac9d9/uim/
H A Dintl.c57 return MAKE_STR(GETTEXT_PACKAGE); in intl_gettext_package()
76 return MAKE_STR(new_domain); in intl_textdomain()
96 return MAKE_STR(new_dir); in intl_bindtextdomain()
113 current_codeset = MAKE_STR(c_current_codeset); in intl_bind_textdomain_codeset()
124 return MAKE_STR(gettext(REFER_C_STR(msgid))); in intl_gettext()
138 return MAKE_STR(translated); in intl_dgettext()
144 return MAKE_STR(dcgettext(REFER_C_STR(domainname), in intl_dcgettext()
152 return MAKE_STR(ngettext(REFER_C_STR(msgid1), in intl_ngettext()
160 return MAKE_STR(dngettext(REFER_C_STR(domainname), in intl_dngettext()
169 return MAKE_STR(dcngettext(REFER_C_STR(domainname), in intl_dcngettext()
H A Dm17nlib.c291 return MAKE_STR(""); in get_left_of_cursor()
294 return MAKE_STR(""); in get_left_of_cursor()
320 return MAKE_STR(""); in get_right_of_cursor()
328 buf_ = MAKE_STR(p); in get_right_of_cursor()
346 return MAKE_STR(""); in get_left_of_candidate()
349 return MAKE_STR(""); in get_left_of_candidate()
375 return MAKE_STR(""); in get_selected_candidate()
381 return MAKE_STR(""); in get_selected_candidate()
409 return MAKE_STR(""); in get_right_of_candidate()
417 buf_ = MAKE_STR(p); in get_right_of_candidate()
[all …]
H A Duim-posix.c88 return MAKE_STR(name); in user_name()
137 return MAKE_STR(home_env); in home_directory()
141 return MAKE_STR(home); in home_directory()
229 return MAKE_STR(path); in c_prepare_config_path()
241 return MAKE_STR(path); in c_get_config_path()
327 return (val) ? MAKE_STR(val) : uim_scm_f(); in c_getenv()
380 return MAKE_STR(t_str); in time_t_to_uim_lisp()
399 return CONS(MAKE_SYM("error"), MAKE_STR(strerror(errno))); in c_time()
425 return MAKE_STR(strerror(errno)); in c_error_string()
H A Duim-util.c51 return MAKE_STR(PACKAGE_VERSION); in uim_version()
57 return MAKE_STR(LIBDIR); in sys_libdir()
63 return MAKE_STR(PKGLIBDIR); in sys_pkglibdir()
69 return MAKE_STR(DATADIR); in sys_datadir()
75 return MAKE_STR(PKGDATADIR); in sys_pkgdatadir()
/dports/textproc/uim-gtk/uim-d1ac9d9/uim/
H A Dintl.c57 return MAKE_STR(GETTEXT_PACKAGE); in intl_gettext_package()
76 return MAKE_STR(new_domain); in intl_textdomain()
96 return MAKE_STR(new_dir); in intl_bindtextdomain()
113 current_codeset = MAKE_STR(c_current_codeset); in intl_bind_textdomain_codeset()
124 return MAKE_STR(gettext(REFER_C_STR(msgid))); in intl_gettext()
138 return MAKE_STR(translated); in intl_dgettext()
144 return MAKE_STR(dcgettext(REFER_C_STR(domainname), in intl_dcgettext()
152 return MAKE_STR(ngettext(REFER_C_STR(msgid1), in intl_ngettext()
160 return MAKE_STR(dngettext(REFER_C_STR(domainname), in intl_dngettext()
169 return MAKE_STR(dcngettext(REFER_C_STR(domainname), in intl_dcngettext()
H A Dm17nlib.c291 return MAKE_STR(""); in get_left_of_cursor()
294 return MAKE_STR(""); in get_left_of_cursor()
320 return MAKE_STR(""); in get_right_of_cursor()
328 buf_ = MAKE_STR(p); in get_right_of_cursor()
346 return MAKE_STR(""); in get_left_of_candidate()
349 return MAKE_STR(""); in get_left_of_candidate()
375 return MAKE_STR(""); in get_selected_candidate()
381 return MAKE_STR(""); in get_selected_candidate()
409 return MAKE_STR(""); in get_right_of_candidate()
417 buf_ = MAKE_STR(p); in get_right_of_candidate()
[all …]
H A Duim-posix.c88 return MAKE_STR(name); in user_name()
137 return MAKE_STR(home_env); in home_directory()
141 return MAKE_STR(home); in home_directory()
229 return MAKE_STR(path); in c_prepare_config_path()
241 return MAKE_STR(path); in c_get_config_path()
327 return (val) ? MAKE_STR(val) : uim_scm_f(); in c_getenv()
380 return MAKE_STR(t_str); in time_t_to_uim_lisp()
399 return CONS(MAKE_SYM("error"), MAKE_STR(strerror(errno))); in c_time()
425 return MAKE_STR(strerror(errno)); in c_error_string()
H A Duim-util.c51 return MAKE_STR(PACKAGE_VERSION); in uim_version()
57 return MAKE_STR(LIBDIR); in sys_libdir()
63 return MAKE_STR(PKGLIBDIR); in sys_pkglibdir()
69 return MAKE_STR(DATADIR); in sys_datadir()
75 return MAKE_STR(PKGDATADIR); in sys_pkgdatadir()
/dports/textproc/uim-gtk3/uim-d1ac9d9/uim/
H A Dintl.c57 return MAKE_STR(GETTEXT_PACKAGE); in intl_gettext_package()
76 return MAKE_STR(new_domain); in intl_textdomain()
96 return MAKE_STR(new_dir); in intl_bindtextdomain()
113 current_codeset = MAKE_STR(c_current_codeset); in intl_bind_textdomain_codeset()
124 return MAKE_STR(gettext(REFER_C_STR(msgid))); in intl_gettext()
138 return MAKE_STR(translated); in intl_dgettext()
144 return MAKE_STR(dcgettext(REFER_C_STR(domainname), in intl_dcgettext()
152 return MAKE_STR(ngettext(REFER_C_STR(msgid1), in intl_ngettext()
160 return MAKE_STR(dngettext(REFER_C_STR(domainname), in intl_dngettext()
169 return MAKE_STR(dcngettext(REFER_C_STR(domainname), in intl_dcngettext()
H A Dm17nlib.c291 return MAKE_STR(""); in get_left_of_cursor()
294 return MAKE_STR(""); in get_left_of_cursor()
320 return MAKE_STR(""); in get_right_of_cursor()
328 buf_ = MAKE_STR(p); in get_right_of_cursor()
346 return MAKE_STR(""); in get_left_of_candidate()
349 return MAKE_STR(""); in get_left_of_candidate()
375 return MAKE_STR(""); in get_selected_candidate()
381 return MAKE_STR(""); in get_selected_candidate()
409 return MAKE_STR(""); in get_right_of_candidate()
417 buf_ = MAKE_STR(p); in get_right_of_candidate()
[all …]
H A Duim-posix.c88 return MAKE_STR(name); in user_name()
137 return MAKE_STR(home_env); in home_directory()
141 return MAKE_STR(home); in home_directory()
229 return MAKE_STR(path); in c_prepare_config_path()
241 return MAKE_STR(path); in c_get_config_path()
327 return (val) ? MAKE_STR(val) : uim_scm_f(); in c_getenv()
380 return MAKE_STR(t_str); in time_t_to_uim_lisp()
399 return CONS(MAKE_SYM("error"), MAKE_STR(strerror(errno))); in c_time()
425 return MAKE_STR(strerror(errno)); in c_error_string()
H A Duim-util.c51 return MAKE_STR(PACKAGE_VERSION); in uim_version()
57 return MAKE_STR(LIBDIR); in sys_libdir()
63 return MAKE_STR(PKGLIBDIR); in sys_pkglibdir()
69 return MAKE_STR(DATADIR); in sys_datadir()
75 return MAKE_STR(PKGDATADIR); in sys_pkgdatadir()
/dports/japanese/uim-anthy/uim-d1ac9d9/uim/
H A Dintl.c57 return MAKE_STR(GETTEXT_PACKAGE); in intl_gettext_package()
76 return MAKE_STR(new_domain); in intl_textdomain()
96 return MAKE_STR(new_dir); in intl_bindtextdomain()
113 current_codeset = MAKE_STR(c_current_codeset); in intl_bind_textdomain_codeset()
124 return MAKE_STR(gettext(REFER_C_STR(msgid))); in intl_gettext()
138 return MAKE_STR(translated); in intl_dgettext()
144 return MAKE_STR(dcgettext(REFER_C_STR(domainname), in intl_dcgettext()
152 return MAKE_STR(ngettext(REFER_C_STR(msgid1), in intl_ngettext()
160 return MAKE_STR(dngettext(REFER_C_STR(domainname), in intl_dngettext()
169 return MAKE_STR(dcngettext(REFER_C_STR(domainname), in intl_dcngettext()
H A Dm17nlib.c291 return MAKE_STR(""); in get_left_of_cursor()
294 return MAKE_STR(""); in get_left_of_cursor()
320 return MAKE_STR(""); in get_right_of_cursor()
328 buf_ = MAKE_STR(p); in get_right_of_cursor()
346 return MAKE_STR(""); in get_left_of_candidate()
349 return MAKE_STR(""); in get_left_of_candidate()
375 return MAKE_STR(""); in get_selected_candidate()
381 return MAKE_STR(""); in get_selected_candidate()
409 return MAKE_STR(""); in get_right_of_candidate()
417 buf_ = MAKE_STR(p); in get_right_of_candidate()
[all …]
H A Duim-posix.c88 return MAKE_STR(name); in user_name()
137 return MAKE_STR(home_env); in home_directory()
141 return MAKE_STR(home); in home_directory()
229 return MAKE_STR(path); in c_prepare_config_path()
241 return MAKE_STR(path); in c_get_config_path()
327 return (val) ? MAKE_STR(val) : uim_scm_f(); in c_getenv()
380 return MAKE_STR(t_str); in time_t_to_uim_lisp()
399 return CONS(MAKE_SYM("error"), MAKE_STR(strerror(errno))); in c_time()
425 return MAKE_STR(strerror(errno)); in c_error_string()

123456