Home
last modified time | relevance | path

Searched refs:RSTRING_CSTR (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-test/
H A Dvformat.c15 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_0()
29 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_c()
30 c = RSTRING_CSTR(mrb, arg_str)[0]; in vf_s_format_c()
45 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_d()
61 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_f()
76 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_i()
92 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_l()
109 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_n()
123 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_s()
124 s = RSTRING_CSTR(mrb, arg_str); in vf_s_format_s()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-test/
H A Dvformat.c15 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_0()
29 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_c()
30 c = RSTRING_CSTR(mrb, arg_str)[0]; in vf_s_format_c()
45 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_d()
61 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_f()
76 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_i()
92 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_l()
109 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_n()
123 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_s()
124 s = RSTRING_CSTR(mrb, arg_str); in vf_s_format_s()
[all …]
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-test/
H A Dvformat.c15 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_0()
29 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_c()
30 c = RSTRING_CSTR(mrb, arg_str)[0]; in vf_s_format_c()
45 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_d()
61 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_f()
76 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_i()
92 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_l()
109 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_n()
123 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_s()
124 s = RSTRING_CSTR(mrb, arg_str); in vf_s_format_s()
[all …]
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-test/
H A Dvformat.c15 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_0()
29 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_c()
30 c = RSTRING_CSTR(mrb, arg_str)[0]; in vf_s_format_c()
45 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_d()
61 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_f()
76 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_i()
92 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_l()
109 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_n()
123 fmt = RSTRING_CSTR(mrb, fmt_str); in vf_s_format_s()
124 s = RSTRING_CSTR(mrb, arg_str); in vf_s_format_s()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-io/src/
H A Dfile.c123 utf8_path = RSTRING_CSTR(mrb, pathv); in mrb_file_s_unlink()
141 src = mrb_locale_from_utf8(RSTRING_CSTR(mrb, from), -1); in mrb_file_s_rename()
142 dst = mrb_locale_from_utf8(RSTRING_CSTR(mrb, to), -1); in mrb_file_s_rename()
153 mrb_sys_fail(mrb, RSTRING_CSTR(mrb, mrb_format(mrb, "(%v, %v)", from, to))); in mrb_file_s_rename()
256 cpath = mrb_locale_from_utf8(RSTRING_CSTR(mrb, pathname), -1); in mrb_file_realpath()
356 const char *cuser = RSTRING_CSTR(mrb, username); in mrb_file__gethome()
517 src = mrb_locale_from_utf8(RSTRING_CSTR(mrb, from), -1); in mrb_file_s_symlink()
518 dst = mrb_locale_from_utf8(RSTRING_CSTR(mrb, to), -1); in mrb_file_s_symlink()
522 mrb_sys_fail(mrb, RSTRING_CSTR(mrb, mrb_format(mrb, "(%v, %v)", from, to))); in mrb_file_s_symlink()
540 const char *utf8_path = RSTRING_CSTR(mrb, filenames[i]); in mrb_file_s_chmod()
H A Dio.c160 return mrb_io_modestr_to_flags(mrb, RSTRING_CSTR(mrb, mode)); in mrb_io_mode_to_flags()
372 pname = RSTRING_CSTR(mrb, cmd); in mrb_io_s_popen()
468 pname = RSTRING_CSTR(mrb, cmd); in mrb_io_s_popen()
857 mrb_sys_fail(mrb, RSTRING_CSTR(mrb, mrb_format(mrb, "open %s", pathname))); in mrb_cloexec_open()
881 pat = RSTRING_CSTR(mrb, path); in mrb_io_s_sysopen()
H A Dfile_test.c51 char *path = mrb_locale_from_utf8(RSTRING_CSTR(mrb, obj), -1); in mrb_stat0()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-io/src/
H A Dfile.c123 utf8_path = RSTRING_CSTR(mrb, pathv); in mrb_file_s_unlink()
141 src = mrb_locale_from_utf8(RSTRING_CSTR(mrb, from), -1); in mrb_file_s_rename()
142 dst = mrb_locale_from_utf8(RSTRING_CSTR(mrb, to), -1); in mrb_file_s_rename()
153 mrb_sys_fail(mrb, RSTRING_CSTR(mrb, mrb_format(mrb, "(%v, %v)", from, to))); in mrb_file_s_rename()
256 cpath = mrb_locale_from_utf8(RSTRING_CSTR(mrb, pathname), -1); in mrb_file_realpath()
356 const char *cuser = RSTRING_CSTR(mrb, username); in mrb_file__gethome()
517 src = mrb_locale_from_utf8(RSTRING_CSTR(mrb, from), -1); in mrb_file_s_symlink()
518 dst = mrb_locale_from_utf8(RSTRING_CSTR(mrb, to), -1); in mrb_file_s_symlink()
522 mrb_sys_fail(mrb, RSTRING_CSTR(mrb, mrb_format(mrb, "(%v, %v)", from, to))); in mrb_file_s_symlink()
540 const char *utf8_path = RSTRING_CSTR(mrb, filenames[i]); in mrb_file_s_chmod()
H A Dio.c160 return mrb_io_modestr_to_flags(mrb, RSTRING_CSTR(mrb, mode)); in mrb_io_mode_to_flags()
372 pname = RSTRING_CSTR(mrb, cmd); in mrb_io_s_popen()
468 pname = RSTRING_CSTR(mrb, cmd); in mrb_io_s_popen()
857 mrb_sys_fail(mrb, RSTRING_CSTR(mrb, mrb_format(mrb, "open %s", pathname))); in mrb_cloexec_open()
881 pat = RSTRING_CSTR(mrb, path); in mrb_io_s_sysopen()
H A Dfile_test.c51 char *path = mrb_locale_from_utf8(RSTRING_CSTR(mrb, obj), -1); in mrb_stat0()
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-io/src/
H A Dfile.c123 utf8_path = RSTRING_CSTR(mrb, pathv); in mrb_file_s_unlink()
141 src = mrb_locale_from_utf8(RSTRING_CSTR(mrb, from), -1); in mrb_file_s_rename()
142 dst = mrb_locale_from_utf8(RSTRING_CSTR(mrb, to), -1); in mrb_file_s_rename()
153 mrb_sys_fail(mrb, RSTRING_CSTR(mrb, mrb_format(mrb, "(%v, %v)", from, to))); in mrb_file_s_rename()
256 cpath = mrb_locale_from_utf8(RSTRING_CSTR(mrb, pathname), -1); in mrb_file_realpath()
356 const char *cuser = RSTRING_CSTR(mrb, username); in mrb_file__gethome()
517 src = mrb_locale_from_utf8(RSTRING_CSTR(mrb, from), -1); in mrb_file_s_symlink()
518 dst = mrb_locale_from_utf8(RSTRING_CSTR(mrb, to), -1); in mrb_file_s_symlink()
522 mrb_sys_fail(mrb, RSTRING_CSTR(mrb, mrb_format(mrb, "(%v, %v)", from, to))); in mrb_file_s_symlink()
540 const char *utf8_path = RSTRING_CSTR(mrb, filenames[i]); in mrb_file_s_chmod()
H A Dio.c160 return mrb_io_modestr_to_flags(mrb, RSTRING_CSTR(mrb, mode)); in mrb_io_mode_to_flags()
372 pname = RSTRING_CSTR(mrb, cmd); in mrb_io_s_popen()
468 pname = RSTRING_CSTR(mrb, cmd); in mrb_io_s_popen()
857 mrb_sys_fail(mrb, RSTRING_CSTR(mrb, mrb_format(mrb, "open %s", pathname))); in mrb_cloexec_open()
881 pat = RSTRING_CSTR(mrb, path); in mrb_io_s_sysopen()
H A Dfile_test.c51 char *path = mrb_locale_from_utf8(RSTRING_CSTR(mrb, obj), -1); in mrb_stat0()
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-io/src/
H A Dfile.c123 utf8_path = RSTRING_CSTR(mrb, pathv); in mrb_file_s_unlink()
141 src = mrb_locale_from_utf8(RSTRING_CSTR(mrb, from), -1); in mrb_file_s_rename()
142 dst = mrb_locale_from_utf8(RSTRING_CSTR(mrb, to), -1); in mrb_file_s_rename()
153 mrb_sys_fail(mrb, RSTRING_CSTR(mrb, mrb_format(mrb, "(%v, %v)", from, to))); in mrb_file_s_rename()
256 cpath = mrb_locale_from_utf8(RSTRING_CSTR(mrb, pathname), -1); in mrb_file_realpath()
356 const char *cuser = RSTRING_CSTR(mrb, username); in mrb_file__gethome()
517 src = mrb_locale_from_utf8(RSTRING_CSTR(mrb, from), -1); in mrb_file_s_symlink()
518 dst = mrb_locale_from_utf8(RSTRING_CSTR(mrb, to), -1); in mrb_file_s_symlink()
522 mrb_sys_fail(mrb, RSTRING_CSTR(mrb, mrb_format(mrb, "(%v, %v)", from, to))); in mrb_file_s_symlink()
540 const char *utf8_path = RSTRING_CSTR(mrb, filenames[i]); in mrb_file_s_chmod()
H A Dio.c160 return mrb_io_modestr_to_flags(mrb, RSTRING_CSTR(mrb, mode)); in mrb_io_mode_to_flags()
372 pname = RSTRING_CSTR(mrb, cmd); in mrb_io_s_popen()
468 pname = RSTRING_CSTR(mrb, cmd); in mrb_io_s_popen()
857 mrb_sys_fail(mrb, RSTRING_CSTR(mrb, mrb_format(mrb, "open %s", pathname))); in mrb_cloexec_open()
881 pat = RSTRING_CSTR(mrb, path); in mrb_io_s_sysopen()
H A Dfile_test.c51 char *path = mrb_locale_from_utf8(RSTRING_CSTR(mrb, obj), -1); in mrb_stat0()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/include/mruby/
H A Dstring.h109 #define RSTRING_CSTR(mrb,s) mrb_string_cstr(mrb, s) macro
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/include/mruby/
H A Dstring.h109 #define RSTRING_CSTR(mrb,s) mrb_string_cstr(mrb, s) macro
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/include/mruby/
H A Dstring.h109 #define RSTRING_CSTR(mrb,s) mrb_string_cstr(mrb, s) macro
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/include/mruby/
H A Dstring.h109 #define RSTRING_CSTR(mrb,s) mrb_string_cstr(mrb, s) macro
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-socket/src/
H A Dsocket.c134 hostname = RSTRING_CSTR(mrb, nodename); in mrb_addrinfo_getaddrinfo()
142 servname = RSTRING_CSTR(mrb, service); in mrb_addrinfo_getaddrinfo()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-socket/src/
H A Dsocket.c134 hostname = RSTRING_CSTR(mrb, nodename); in mrb_addrinfo_getaddrinfo()
142 servname = RSTRING_CSTR(mrb, service); in mrb_addrinfo_getaddrinfo()
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-socket/src/
H A Dsocket.c134 hostname = RSTRING_CSTR(mrb, nodename); in mrb_addrinfo_getaddrinfo()
142 servname = RSTRING_CSTR(mrb, service); in mrb_addrinfo_getaddrinfo()
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-socket/src/
H A Dsocket.c134 hostname = RSTRING_CSTR(mrb, nodename); in mrb_addrinfo_getaddrinfo()
142 servname = RSTRING_CSTR(mrb, service); in mrb_addrinfo_getaddrinfo()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/src/
H A Dclass.c790 *ps = RSTRING_CSTR(mrb, ss); in mrb_get_args()

12