Searched defs:hexchar (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dhexdecoct.c53 char hexchar(int x) { function
82 *(z++) = hexchar(*x >> 4);
83 *(z++) = hexchar(*x & 15);

Completed in 1053 milliseconds