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

/macosx-10.9.5/curl-78.94.1/curl/docs/libcurl/
H A Dsymbols.pl47 sub str2num { subroutine
85 my $inum = str2num($intr);
91 my $irm = str2num($rm);
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_parse.c45 #define str2num(s) rb_str_to_inum(s, 10, 0) macro
589 hour = str2num(hour);
594 min = str2num(min);
598 offset = f_add(offset, str2num(sec));
669 h = str2num(h);
673 min = str2num(min);
677 s = str2num(s);
682 f = rb_rational_new2(str2num(f),
1086 set_hash("cwyear", str2num(y));
1087 set_hash("cweek", str2num(
[all...]
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_paramhlp.h34 ParameterError str2num(long *val, const char *str);
H A Dtool_paramhlp.c157 ParameterError str2num(long *val, const char *str) function
183 return str2num(val, str);
H A Dtool_getparam.c548 err = str2num(&config->maxredirs, nextarg);
/macosx-10.9.5/ruby-104/ruby/
H A Dcomplex.c1681 str2num(char *s) function
1711 num = str2num(bb);
1716 num = str2num(bb);
1736 num2 = str2num(bb);
1755 num2 = str2num(bb);

Completed in 143 milliseconds