Home
last modified time | relevance | path

Searched refs:ctox (Results 1 – 12 of 12) sorted by relevance

/dports/cad/gnucap/gnucap-2013-04-23/lib/
H A Dap_get.cc57 case mHEX: untested(); *val = cmd.ctox(); break; in Get()
75 case mHEX: untested(); *val = cmd.ctox(); break; in Get()
H A Dap_convert.cc234 int CS::ctox() in ctox() function in CS
/dports/security/pgpin/pgp263in/src/
H A Dmpiio.c71 static int ctox(int c) in ctox() function
125 c = ctox(c); in str2reg()
/dports/textproc/tidyp/tidyp-1.04/src/
H A Daccess.c143 static int ctox( tmbchar ch );
624 rgb[0] = (ctox(color[1]) * 16) + ctox(color[2]); in GetRgb()
625 rgb[1] = (ctox(color[3]) * 16) + ctox(color[4]); in GetRgb()
626 rgb[2] = (ctox(color[5]) * 16) + ctox(color[6]); in GetRgb()
644 static int ctox( tmbchar ch ) in ctox() function
/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/
H A Daccess.c147 static int ctox( tmbchar ch );
628 rgb[0] = (ctox(color[1]) * 16) + ctox(color[2]); in GetRgb()
629 rgb[1] = (ctox(color[3]) * 16) + ctox(color[4]); in GetRgb()
630 rgb[2] = (ctox(color[5]) * 16) + ctox(color[6]); in GetRgb()
648 static int ctox( tmbchar ch ) in ctox() function
/dports/www/tidy-html5/tidy-html5-5.8.0/src/
H A Daccess.c382 static int ctox( tmbchar ch );
916 rgb[0] = (ctox(color[1]) * 16) + ctox(color[2]); in GetRgb()
917 rgb[1] = (ctox(color[3]) * 16) + ctox(color[4]); in GetRgb()
918 rgb[2] = (ctox(color[5]) * 16) + ctox(color[6]); in GetRgb()
936 static int ctox( tmbchar ch ) in ctox() function
/dports/www/tidy-lib/tidy/src/
H A Daccess.c149 static int ctox( tmbchar ch );
630 rgb[0] = (ctox(color[1]) * 16) + ctox(color[2]); in GetRgb()
631 rgb[1] = (ctox(color[3]) * 16) + ctox(color[4]); in GetRgb()
632 rgb[2] = (ctox(color[5]) * 16) + ctox(color[6]); in GetRgb()
650 static int ctox( tmbchar ch ) in ctox() function
/dports/www/tidy-devel/tidy/src/
H A Daccess.c149 static int ctox( tmbchar ch );
630 rgb[0] = (ctox(color[1]) * 16) + ctox(color[2]); in GetRgb()
631 rgb[1] = (ctox(color[3]) * 16) + ctox(color[4]); in GetRgb()
632 rgb[2] = (ctox(color[5]) * 16) + ctox(color[6]); in GetRgb()
650 static int ctox( tmbchar ch ) in ctox() function
/dports/cad/gnucap/gnucap-2013-04-23/include/
H A Dap.h137 int ctox();
/dports/www/c-icap-modules/c_icap_modules-0.5.5/services/url_check/
H A Dsrv_url_check.c415 #define ctox(h) (h >= 'A'? (toupper(h) - 'A' + 10) : toupper(h) - '0') macro
467 c = 16 * ctox(*(str+1)) + ctox(*(str+2)); in parse_url()
/dports/misc/vxl/vxl-3.3.2/core/vnl/
H A Dvnl_bignum.cxx884 ctox(int c) in ctox() function
907 vnl_bignum(long(ctox(s[len++]))); // digit and add next digit in xtoBigNum()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/
H A Dvnl_bignum.cxx802 unsigned int ctox(int c) in ctox() function
821 vnl_bignum(long(ctox(s[len++]))); // digit and add next digit in xtoBigNum()