Searched refs:rb_usascii_str_new_cstr (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ruby-106/ruby/nacl/
H A Dpepper_main.c442 rb_str_concat(rb_usascii_str_new_cstr("return:"),
451 rb_str_concat(rb_usascii_str_new_cstr("error:"),
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dintern.h697 VALUE rb_usascii_str_new_cstr(const char*);
770 #define rb_usascii_str_new_cstr(str) __extension__ ( \ macro
774 rb_usascii_str_new_cstr(str); \
820 #define rb_usascii_str_new2 rb_usascii_str_new_cstr
/macosx-10.10/ruby-106/ruby/
H A Dstring.c36 #undef rb_usascii_str_new_cstr macro
459 rb_usascii_str_new_cstr(const char *ptr) function
466 RUBY_ALIAS_FUNCTION(rb_usascii_str_new2(const char *ptr), rb_usascii_str_new_cstr, (ptr)) variable
467 #define rb_usascii_str_new2 rb_usascii_str_new_cstr
3170 VALUE args[2], fmt = rb_obj_freeze(rb_usascii_str_new_cstr("%.*d"));
H A Dvm_eval.c1234 fname = rb_usascii_str_new_cstr("(eval)");
H A Dnumeric.c677 s = sign ? rb_usascii_str_new_cstr("-") : rb_usascii_str_new(0, 0);
H A Darray.c1960 if (recur) return rb_usascii_str_new_cstr("[...]");

Completed in 111 milliseconds