Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_syslog.c104 const char xdigits[] = "0123456789abcdef"; in php_syslog() local
107 smart_string_appendc(&sbuf, xdigits[(c / 0x10)]); in php_syslog()
109 smart_string_appendc(&sbuf, xdigits[c]); in php_syslog()

Completed in 5 milliseconds