Searched refs:xdigits (Results 1 – 1 of 1) sorted by relevance
61 const char xdigits[] = "0123456789abcdef"; in php_syslog_str() local64 smart_string_appendc(&sbuf, xdigits[c >> 4]); in php_syslog_str()65 smart_string_appendc(&sbuf, xdigits[c & 0xf]); in php_syslog_str()
Completed in 7 milliseconds