Searched refs:octchar (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dhexdecoct.h29 char octchar(int x) _const_;
H A Descape.c82 *(buf++) = octchar((unsigned char) c >> 6);
83 *(buf++) = octchar((unsigned char) c >> 3);
84 *(buf++) = octchar((unsigned char) c);
H A Dhexdecoct.c29 char octchar(int x) { function
/systemd/src/test/
H A Dtest-util.c334 assert_se(octchar(00) == '0');
335 assert_se(octchar(07) == '7');

Completed in 1680 milliseconds