Searched refs:rb_tainted_str_new2 (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/etc/
H A Detc.c72 return rb_tainted_str_new2(login);
81 return rb_tainted_str_new2(str);
/macosx-10.10/ruby-106/ruby/ext/tk/
H A Dtcltklib.c3674 s = rb_tainted_str_new2(str);
6977 return rb_tainted_str_new2(interp->result);
7343 return rb_tainted_str_new2("");
7419 return rb_tainted_str_new2("");
7435 return rb_tainted_str_new2("");
8078 /* str = rb_tainted_str_new2(Tcl_DStringValue(&dstr)); */
8256 return rb_tainted_str_new2("");
8269 /* str = rb_tainted_str_new2(Tcl_DStringValue(&dstr)); */
8599 return rb_tainted_str_new2("");
8634 return rb_tainted_str_new2("");
[all...]
/macosx-10.10/ruby-106/ruby/ext/dl/
H A Dcfunc.c189 return cfunc->name ? rb_tainted_str_new2(cfunc->name) : Qnil;
H A Dcptr.c338 val = rb_tainted_str_new2((char*)(data->ptr));
/macosx-10.10/ruby-106/ruby/ext/fiddle/
H A Dpointer.c381 val = rb_tainted_str_new2((char*)(data->ptr));
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dintern.h685 VALUE rb_tainted_str_new2(const char*);
818 #define rb_tainted_str_new2 rb_tainted_str_new_cstr macro
/macosx-10.10/ruby-106/ruby/ext/tk/tkutil/
H A Dtkutil.c1100 if (RSTRING_PTR(value) == (char*)NULL) return rb_tainted_str_new2("");
1112 if (RSTRING_PTR(value) == (char*)NULL) return rb_tainted_str_new2("");
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dsocket.c1123 return rb_tainted_str_new2(sp->s_name);
/macosx-10.10/ruby-106/ruby/
H A Ddir.c885 cwd = rb_tainted_str_new2(path);
H A Dstring.c43 #undef rb_tainted_str_new2 macro
487 RUBY_ALIAS_FUNCTION(rb_tainted_str_new2(const char *ptr), rb_tainted_str_new_cstr, (ptr))
488 #define rb_tainted_str_new2 rb_tainted_str_new_cstr macro
H A Dhash.c3074 if (e) return rb_assoc_new(key, rb_tainted_str_new2(e));

Completed in 154 milliseconds