Home
last modified time | relevance | path

Searched refs:badcheck (Results 1 – 25 of 54) sorted by relevance

123

/dports/lang/ruby26/ruby-2.6.9/ext/-test-/bignum/
H A Dstr2big.c4 str2big_poweroftwo(VALUE str, VALUE vbase, VALUE badcheck) in str2big_poweroftwo() argument
6 return rb_str2big_poweroftwo(str, NUM2INT(vbase), RTEST(badcheck)); in str2big_poweroftwo()
10 str2big_normal(VALUE str, VALUE vbase, VALUE badcheck) in str2big_normal() argument
12 return rb_str2big_normal(str, NUM2INT(vbase), RTEST(badcheck)); in str2big_normal()
16 str2big_karatsuba(VALUE str, VALUE vbase, VALUE badcheck) in str2big_karatsuba() argument
18 return rb_str2big_karatsuba(str, NUM2INT(vbase), RTEST(badcheck)); in str2big_karatsuba()
23 str2big_gmp(VALUE str, VALUE vbase, VALUE badcheck) in str2big_gmp() argument
25 return rb_str2big_gmp(str, NUM2INT(vbase), RTEST(badcheck)); in str2big_gmp()
/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 Dstring.c2276 if (badcheck) goto bad; in mrb_str_len_to_inum()
2348 if (badcheck) goto bad; in mrb_str_len_to_inum()
2371 if (badcheck) goto bad; in mrb_str_len_to_inum()
2378 if (badcheck) goto bad; in mrb_str_len_to_inum()
2382 if (badcheck) goto bad; in mrb_str_len_to_inum()
2408 if (badcheck) { in mrb_str_len_to_inum()
2527 if (!badcheck) return 0.0; in mrb_str_len_to_dbl()
2537 if (badcheck) { in mrb_str_len_to_dbl()
2561 if (badcheck) goto bad; in mrb_str_len_to_dbl()
2582 if (badcheck) { in mrb_str_len_to_dbl()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/src/
H A Dstring.c2276 if (badcheck) goto bad; in mrb_str_len_to_inum()
2348 if (badcheck) goto bad; in mrb_str_len_to_inum()
2371 if (badcheck) goto bad; in mrb_str_len_to_inum()
2378 if (badcheck) goto bad; in mrb_str_len_to_inum()
2382 if (badcheck) goto bad; in mrb_str_len_to_inum()
2408 if (badcheck) { in mrb_str_len_to_inum()
2527 if (!badcheck) return 0.0; in mrb_str_len_to_dbl()
2537 if (badcheck) { in mrb_str_len_to_dbl()
2561 if (badcheck) goto bad; in mrb_str_len_to_dbl()
2582 if (badcheck) { in mrb_str_len_to_dbl()
[all …]
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/src/
H A Dstring.c2276 if (badcheck) goto bad; in mrb_str_len_to_inum()
2348 if (badcheck) goto bad; in mrb_str_len_to_inum()
2371 if (badcheck) goto bad; in mrb_str_len_to_inum()
2378 if (badcheck) goto bad; in mrb_str_len_to_inum()
2382 if (badcheck) goto bad; in mrb_str_len_to_inum()
2408 if (badcheck) { in mrb_str_len_to_inum()
2527 if (!badcheck) return 0.0; in mrb_str_len_to_dbl()
2537 if (badcheck) { in mrb_str_len_to_dbl()
2561 if (badcheck) goto bad; in mrb_str_len_to_dbl()
2582 if (badcheck) { in mrb_str_len_to_dbl()
[all …]
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/src/
H A Dstring.c2276 if (badcheck) goto bad; in mrb_str_len_to_inum()
2348 if (badcheck) goto bad; in mrb_str_len_to_inum()
2371 if (badcheck) goto bad; in mrb_str_len_to_inum()
2378 if (badcheck) goto bad; in mrb_str_len_to_inum()
2382 if (badcheck) goto bad; in mrb_str_len_to_inum()
2408 if (badcheck) { in mrb_str_len_to_inum()
2527 if (!badcheck) return 0.0; in mrb_str_len_to_dbl()
2537 if (badcheck) { in mrb_str_len_to_dbl()
2561 if (badcheck) goto bad; in mrb_str_len_to_dbl()
2582 if (badcheck) { in mrb_str_len_to_dbl()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/include/mruby/
H A Dstring.h354 MRB_API mrb_value mrb_str_to_inum(mrb_state *mrb, mrb_value str, mrb_int base, mrb_bool badcheck);
355 MRB_API mrb_value mrb_cstr_to_inum(mrb_state *mrb, const char *s, mrb_int base, mrb_bool badcheck);
356 MRB_API double mrb_str_to_dbl(mrb_state *mrb, mrb_value str, mrb_bool badcheck);
357 MRB_API double mrb_cstr_to_dbl(mrb_state *mrb, const char *s, mrb_bool badcheck);
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/include/mruby/
H A Dstring.h354 MRB_API mrb_value mrb_str_to_inum(mrb_state *mrb, mrb_value str, mrb_int base, mrb_bool badcheck);
355 MRB_API mrb_value mrb_cstr_to_inum(mrb_state *mrb, const char *s, mrb_int base, mrb_bool badcheck);
356 MRB_API double mrb_str_to_dbl(mrb_state *mrb, mrb_value str, mrb_bool badcheck);
357 MRB_API double mrb_cstr_to_dbl(mrb_state *mrb, const char *s, mrb_bool badcheck);
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/src/
H A Dstring.c2026 if (badcheck) goto bad; in mrb_str_len_to_inum()
2098 if (badcheck) goto bad; in mrb_str_len_to_inum()
2107 if (badcheck) goto bad; in mrb_str_len_to_inum()
2121 if (badcheck) goto bad; in mrb_str_len_to_inum()
2128 if (badcheck) goto bad; in mrb_str_len_to_inum()
2132 if (badcheck) goto bad; in mrb_str_len_to_inum()
2136 if (badcheck && *p == '\0') { in mrb_str_len_to_inum()
2159 if (badcheck) { in mrb_str_len_to_inum()
2263 if (badcheck) { in mrb_cstr_to_dbl()
2279 if (badcheck) { in mrb_cstr_to_dbl()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/src/
H A Dstring.c2026 if (badcheck) goto bad; in mrb_str_len_to_inum()
2098 if (badcheck) goto bad; in mrb_str_len_to_inum()
2107 if (badcheck) goto bad; in mrb_str_len_to_inum()
2121 if (badcheck) goto bad; in mrb_str_len_to_inum()
2128 if (badcheck) goto bad; in mrb_str_len_to_inum()
2132 if (badcheck) goto bad; in mrb_str_len_to_inum()
2136 if (badcheck && *p == '\0') { in mrb_str_len_to_inum()
2159 if (badcheck) { in mrb_str_len_to_inum()
2263 if (badcheck) { in mrb_cstr_to_dbl()
2279 if (badcheck) { in mrb_cstr_to_dbl()
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/src/
H A Dstring.c2026 if (badcheck) goto bad; in mrb_str_len_to_inum()
2098 if (badcheck) goto bad; in mrb_str_len_to_inum()
2107 if (badcheck) goto bad; in mrb_str_len_to_inum()
2121 if (badcheck) goto bad; in mrb_str_len_to_inum()
2128 if (badcheck) goto bad; in mrb_str_len_to_inum()
2132 if (badcheck) goto bad; in mrb_str_len_to_inum()
2136 if (badcheck && *p == '\0') { in mrb_str_len_to_inum()
2159 if (badcheck) { in mrb_str_len_to_inum()
2263 if (badcheck) { in mrb_cstr_to_dbl()
2279 if (badcheck) { in mrb_cstr_to_dbl()
[all …]
/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/inc/
H A Dmymm.pl20 foreach my $badcheck (@files)
22 system $^X, $badcheck;
25 print "bad check $badcheck failed\n";
/dports/print/latex2rtf/latex2rtf-2.3.17/test/
H A Ddefs.tex2 \def\badcheck{A penalty has been added because your
20 \badcheck
/dports/science/jstrack/jstrack/extlib/tcllib1.19/valtype/
H A Disbn.tcl59 badcheck ISBN "ISBN number"
75 badcheck ISBN "ISBN number"
H A Dvaltype.tcl71 namespace export reject badchar badcheck badlength badprefix
H A Dluhn.tcl78 badcheck $code "$code number"
/dports/devel/tcllib/tcllib-1.20/modules/valtype/
H A Disbn.tcl59 badcheck ISBN "ISBN number"
75 badcheck ISBN "ISBN number"
H A Dvaltype.tcl71 namespace export reject badchar badcheck badlength badprefix
H A Dluhn.tcl78 badcheck $code "$code number"
/dports/devel/tcllibc/tcllib-1.20/modules/valtype/
H A Disbn.tcl59 badcheck ISBN "ISBN number"
75 badcheck ISBN "ISBN number"
H A Dvaltype.tcl71 namespace export reject badchar badcheck badlength badprefix
/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.h377 MRB_API mrb_value mrb_str_to_inum(mrb_state *mrb, mrb_value str, mrb_int base, mrb_bool badcheck);
378 MRB_API mrb_value mrb_cstr_to_inum(mrb_state *mrb, const char *s, mrb_int base, mrb_bool badcheck);
379 MRB_API double mrb_str_to_dbl(mrb_state *mrb, mrb_value str, mrb_bool badcheck);
380 MRB_API double mrb_cstr_to_dbl(mrb_state *mrb, const char *s, mrb_bool badcheck);
/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.h377 MRB_API mrb_value mrb_str_to_inum(mrb_state *mrb, mrb_value str, mrb_int base, mrb_bool badcheck);
378 MRB_API mrb_value mrb_cstr_to_inum(mrb_state *mrb, const char *s, mrb_int base, mrb_bool badcheck);
379 MRB_API double mrb_str_to_dbl(mrb_state *mrb, mrb_value str, mrb_bool badcheck);
380 MRB_API double mrb_cstr_to_dbl(mrb_state *mrb, const char *s, mrb_bool badcheck);
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/include/mruby/
H A Dstring.h377 MRB_API mrb_value mrb_str_to_inum(mrb_state *mrb, mrb_value str, mrb_int base, mrb_bool badcheck);
378 MRB_API mrb_value mrb_cstr_to_inum(mrb_state *mrb, const char *s, mrb_int base, mrb_bool badcheck);
379 MRB_API double mrb_str_to_dbl(mrb_state *mrb, mrb_value str, mrb_bool badcheck);
380 MRB_API double mrb_cstr_to_dbl(mrb_state *mrb, const char *s, mrb_bool badcheck);
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/include/mruby/
H A Dstring.h377 MRB_API mrb_value mrb_str_to_inum(mrb_state *mrb, mrb_value str, mrb_int base, mrb_bool badcheck);
378 MRB_API mrb_value mrb_cstr_to_inum(mrb_state *mrb, const char *s, mrb_int base, mrb_bool badcheck);
379 MRB_API double mrb_str_to_dbl(mrb_state *mrb, mrb_value str, mrb_bool badcheck);
380 MRB_API double mrb_cstr_to_dbl(mrb_state *mrb, const char *s, mrb_bool badcheck);
/dports/lang/ruby26/ruby-2.6.9/
H A Dobject.c3362 if (badcheck) { in rb_cstr_to_dbl_raise()
3391 if (badcheck) goto bad; in rb_cstr_to_dbl_raise()
3409 if (badcheck) goto bad; in rb_cstr_to_dbl_raise()
3414 if (badcheck) goto bad; in rb_cstr_to_dbl_raise()
3432 if (badcheck) { in rb_cstr_to_dbl_raise()
3458 rb_cstr_to_dbl(const char *p, int badcheck) in rb_cstr_to_dbl() argument
3460 return rb_cstr_to_dbl_raise(p, badcheck, TRUE, NULL); in rb_cstr_to_dbl()
3475 if (badcheck && memchr(s, '\0', len)) { in rb_str_to_dbl_raise()
3490 ret = rb_cstr_to_dbl_raise(s, badcheck, raise, error); in rb_str_to_dbl_raise()
3510 rb_str_to_dbl(VALUE str, int badcheck) in rb_str_to_dbl() argument
[all …]

123