Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_syslog.c61 static const char xdigits[] = "0123456789abcdef"; in php_syslog_str() local
64 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 5 milliseconds