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

/systemd/src/basic/
H A Dhexdecoct.h30 int unoctchar(char c) _const_;
H A Descape.c273 a = unoctchar(p[0]);
277 b = unoctchar(p[1]);
281 c = unoctchar(p[2]);
H A Dhexdecoct.c33 int unoctchar(char c) { function
/systemd/src/test/
H A Dtest-util.c339 assert_se(unoctchar('0') == 00);
340 assert_se(unoctchar('7') == 07);

Completed in 1967 milliseconds