Searched refs:rb_sprintf (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10.1/ruby-106/ruby/ext/syslog/
H A Dsyslog.c333 return rb_sprintf("<#%"PRIsVALUE": opened=false>", self);
335 return rb_sprintf("<#%"PRIsVALUE": opened=true, ident=\"%s\", options=%d, facility=%d, mask=%d>",
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_trace.c1227 return rb_sprintf("#<TracePoint:%"PRIsVALUE"@%"PRIsVALUE":%d in `%"PRIsVALUE"'>",
1237 return rb_sprintf("#<TracePoint:%"PRIsVALUE" `%"PRIsVALUE"'@%"PRIsVALUE":%d>",
1244 return rb_sprintf("#<TracePoint:%"PRIsVALUE" %"PRIsVALUE">",
1249 return rb_sprintf("#<TracePoint:%"PRIsVALUE"@%"PRIsVALUE":%d>",
1256 return rb_sprintf("#<TracePoint:%s>", tp->tracing ? "enabled" : "disabled");
H A Dsignal.c276 sig = rb_sprintf("SIG%s", signm);
279 sig = rb_sprintf("SIG%u", signo);
290 sig = rb_sprintf("SIG%s", signm);
H A Diseq.c821 return rb_sprintf("#<%s: uninitialized>", rb_obj_classname(self));
824 return rb_sprintf("<%s:%s@%s>",
1148 ret = rb_sprintf("%"PRIdVALUE, (VALUE)(pos + len + op));
1152 ret = rb_sprintf("%"PRIuVALUE, op);
1167 ret = rb_sprintf("%"PRIuVALUE, op);
1210 ret = rb_sprintf("<ic:%"PRIdPTRDIFF">", (struct iseq_inline_cache_entry *)op - iseq->ic_entries);
1219 rb_ary_push(ary, rb_sprintf("mid:%s", rb_id2name(ci->mid)));
1222 rb_ary_push(ary, rb_sprintf("argc:%d", ci->orig_argc));
1228 rb_ary_push(ary, rb_sprintf("block:%"PRIsVALUE, ci->blockiseq->location.label));
1243 ret = rb_sprintf("<callinf
[all...]
H A Denumerator.c887 return rb_sprintf("#<%s: uninitialized>", cname);
891 str = rb_sprintf("#<%s: ...>", cname);
905 str = rb_sprintf("#<%s: ", cname);
H A Dvm_insnhelper.c114 err_mess = rb_sprintf("wrong number of arguments (%d for %d)", argc, min);
117 err_mess = rb_sprintf("wrong number of arguments (%d for %d+)", argc, min);
120 err_mess = rb_sprintf("wrong number of arguments (%d for %d..%d)", argc, min, max);
136 err_line = rb_sprintf("%s:%d:in `%s'",
H A Dtranscode.c2053 mesg = rb_sprintf("incomplete %s on %s",
2060 mesg = rb_sprintf("%s followed by %s on %s",
2066 mesg = rb_sprintf("%s on %s",
2102 dumped = rb_sprintf("U+%04X", cc);
2111 mesg = rb_sprintf("%s from %s to %s",
2118 mesg = rb_sprintf("%s to %s in conversion from %s",
3415 return rb_sprintf("#<%s: uninitialized>", cname);
3420 str = rb_sprintf("#<%s: ", cname);
H A Dencoding.c582 VALUE enclib = rb_sprintf("enc/%s.so", name);
987 VALUE str = rb_sprintf("#<%s:%s%s>", rb_obj_classname(self),
H A Dobject.c389 str = rb_sprintf("#<%"PRIsVALUE":%p>", cname, (void*)obj);
502 str = rb_sprintf("-<%"PRIsVALUE":%p", c, (void*)obj);
H A Dproc.c857 str = rb_sprintf("#<%s:%p@%s:%d%s>", cname, (void *)self,
862 str = rb_sprintf("#<%s:%p%s>", cname, (void *)proc->block.iseq,
H A Dsprintf.c1270 rb_sprintf(const char *format, ...) function
/macosx-10.10.1/ruby-106/ruby/ext/strscan/
H A Dstrscan.c1111 a = rb_sprintf("#<%"PRIsVALUE" (uninitialized)>", rb_obj_class(self));
1115 a = rb_sprintf("#<%"PRIsVALUE" fin>", rb_obj_class(self));
1120 a = rb_sprintf("#<%"PRIsVALUE" %ld/%ld @ %"PRIsVALUE">",
1128 a = rb_sprintf("#<%"PRIsVALUE" %ld/%ld %"PRIsVALUE" @ %"PRIsVALUE">",
/macosx-10.10.1/ruby-106/ruby/ext/pty/
H A Dpty.c519 master_fptr->pathv = rb_obj_freeze(rb_sprintf("masterpty:%s", slavename));
630 msg = rb_sprintf("pty - %s: %ld", state, (long)pid);
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_engine.c371 return rb_sprintf("#<%"PRIsVALUE" id=\"%s\" name=\"%s\">",
H A Dossl_x509cert.c696 return rb_sprintf("#<%"PRIsVALUE": subject=%+"PRIsVALUE", "
/macosx-10.10.1/ruby-106/ruby/ext/tk/tkutil/
H A Dtkutil.c1319 id = rb_intern_str(rb_sprintf("@%"PRIsVALUE, str));
1386 id = rb_intern_str(rb_sprintf("@%"PRIsVALUE, str));
1574 subst_inf->ivar[chr] = rb_intern_str(rb_sprintf("@%"PRIsVALUE, rb_id2str(id)));
1613 subst_inf->ivar[chr] = rb_intern_str(rb_sprintf("@%"PRIsVALUE, rb_id2str(id)));
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Draddrinfo.c719 inspectname = rb_sprintf(":%s", StringValueCStr(service));
726 inspectname = rb_sprintf(":%d", FIX2INT(service));
1103 ret = rb_sprintf("#<%s: ", rb_obj_classname(self));
H A Doption.c679 ret = rb_sprintf("#<%s:", rb_obj_classname(self));
/macosx-10.10.1/ruby-106/ruby/ext/dl/
H A Dcfunc.c301 val = rb_sprintf("#<DL::CFunc:%p ptr=%p type=%d name='%s'>",
H A Dcptr.c396 return rb_sprintf("#<%"PRIsVALUE":%p ptr=%p size=%ld free=%p>",
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/
H A Dpointer.c444 return rb_sprintf("#<%"PRIsVALUE":%p ptr=%p size=%ld free=%p>",
/macosx-10.10.1/ruby-106/ruby/ext/objspace/
H A Dobjspace.c678 return rb_sprintf("#<InternalObject:%p %s>", (void *)obj, rb_id2name(SYM2ID(type)));
/macosx-10.10.1/vim-55/src/
H A Dif_ruby.c282 # define rb_sprintf dll_rb_sprintf macro
540 {"rb_sprintf", (RUBY_PROC*)&dll_rb_sprintf},
686 v = rb_sprintf("#-*- coding:%s -*-\n%s", rb_enc_name(enc), str);
/macosx-10.10.1/ruby-106/ruby/ext/dbm/
H A Ddbm.c1112 version = rb_sprintf("QDBM %s", dpversion);
/macosx-10.10.1/ruby-106/ruby/ext/pathname/
H A Dpathname.c186 return rb_sprintf("#<%s:%s>", c, RSTRING_PTR(str));

Completed in 272 milliseconds

12