Home
last modified time | relevance | path

Searched refs:XDIGIT2C (Results 1 – 6 of 6) sorted by path

/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dstring.c2316 c = XDIGIT2C(*s); in cstring_to_hexstring()
2437 c = XDIGIT2C(*src); in cstring_to_string()
H A Dstring.h28 #define XDIGIT2C(C) ((C) - (isdigit((unsigned char) (C)) \ macro
31 #define X2C(S) ((XDIGIT2C(*(S)) << 4) | XDIGIT2C(*((S)+1)))
/dports/editors/pico-alpine/alpine-465e23b/web/src/alpined.d/
H A Dalpined.c16254 chunk_len = (chunk_len * 16) + XDIGIT2C(*q); in peRssFetch()
/dports/mail/alpine/alpine-465e23b/pith/
H A Dstring.c2316 c = XDIGIT2C(*s); in cstring_to_hexstring()
2437 c = XDIGIT2C(*src); in cstring_to_string()
H A Dstring.h28 #define XDIGIT2C(C) ((C) - (isdigit((unsigned char) (C)) \ macro
31 #define X2C(S) ((XDIGIT2C(*(S)) << 4) | XDIGIT2C(*((S)+1)))
/dports/mail/alpine/alpine-465e23b/web/src/alpined.d/
H A Dalpined.c16254 chunk_len = (chunk_len * 16) + XDIGIT2C(*q); in peRssFetch()