Home
last modified time | relevance | path

Searched defs:hexval (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/dports/net/nepenthes/nepenthes-0.2.2/modules/shellcode-signatures/
H A Dsignature_scanner.l93 char hexval[] = {'0', 'x', *(yytext + 2), *(yytext + 3), '\0'}; variable
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/network/
H A Dinet_pton.c7 static int hexval(unsigned c) in hexval() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/network/
H A Dinet_pton.c7 static int hexval(unsigned c) in hexval() function
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/network/
H A Dinet_pton.c7 static int hexval(unsigned c) in hexval() function
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/network/
H A Dinet_pton.c7 static int hexval(unsigned c) in hexval() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/network/
H A Dinet_pton.c7 static int hexval(unsigned c) in hexval() function
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/network/
H A Dinet_pton.c7 static int hexval(unsigned c) in hexval() function
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/network/
H A Dinet_pton.c7 static int hexval(unsigned c) in hexval() function
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_ra_svn/
H A Dcram.c56 static svn_boolean_t hex_decode(unsigned char *hashval, const char *hexval) in hex_decode()
71 static void hex_encode(char *hexval, const unsigned char *hashval) in hex_encode()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_ra_svn/
H A Dcram.c56 static svn_boolean_t hex_decode(unsigned char *hashval, const char *hexval) in hex_decode()
71 static void hex_encode(char *hexval, const unsigned char *hashval) in hex_encode()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_ra_svn/
H A Dcram.c56 static svn_boolean_t hex_decode(unsigned char *hashval, const char *hexval) in hex_decode()
71 static void hex_encode(char *hexval, const unsigned char *hashval) in hex_encode()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_ra_svn/
H A Dcram.c56 static svn_boolean_t hex_decode(unsigned char *hashval, const char *hexval) in hex_decode()
71 static void hex_encode(char *hexval, const unsigned char *hashval) in hex_encode()
/dports/mail/noattach/noattach-1.2/
H A Drfc2231.c44 #define hexval(c) Index_hex[(unsigned int)(c)] macro
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/core/
H A DPHPDebugUtils.java31 int hexval=(byte)c; in escapeString() local
/dports/textproc/html-xml-utils/html-xml-utils-8.0/
H A Dhxunentmain.c53 #define hexval(c) ((c) <= '9' ? (c)-'0' : (c) <= 'F' ? 10+(c)-'A' : 10+(c)-'a') macro
/dports/lang/pocl/pocl-1.8/lib/CL/
H A DclSetKernelArg.c100 char *hexval = NULL; in POname() local
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/libparse/
H A Dclk_trimtaip.c24 #define hexval(x) (('0' <= (x) && (x) <= '9') ? (x) - '0' : \ macro
H A Dclk_hopf6021.c101 #define hexval(x) (('0' <= (x) && (x) <= '9') ? (x) - '0' : \ macro
/dports/net/ntp/ntp-4.2.8p15/libparse/
H A Dclk_trimtaip.c64 #define hexval(x) (('0' <= (x) && (x) <= '9') ? (x) - '0' : \ macro
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bxml/bsvg/
H A Dbsvg_element.cxx82 std::string hexval = hex_value(red, green, blue); in set_fill_color() local
94 std::string hexval = hex_value(red, green, blue); in set_stroke_color() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/parameter/
H A Dcolorpicker.cpp54 int hexval; in sp_read_color_alpha() local
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Dnumeric-test.c63 test_numeric_param(HSTMT hstmt, unsigned char sign, char *hexval, in test_numeric_param()
/dports/devel/ossp-l2/l2-0.9.13/
H A Dl2_ut_level.c86 static unsigned int hexval(const char *cpB, const char *cpE) in hexval() function
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_l2/
H A Dl2_ut_level.c86 static unsigned int hexval(const char *cpB, const char *cpE) in hexval() function
/dports/japanese/dams/dams-4.3.4/lib/
H A Dgenerate_itaijicpp.cpp14 static unsigned short int hexval(const char* str) { in hexval() function

12345678910>>...17