Searched refs:undecchar (Results 1 - 6 of 6) sorted by relevance

/systemd/src/basic/
H A Dsyslog-util.c43 c = undecchar((*p)[1]);
46 b = undecchar((*p)[1]);
47 c = undecchar((*p)[2]);
50 a = undecchar((*p)[1]);
51 b = undecchar((*p)[2]);
52 c = undecchar((*p)[3]);
H A Dhexdecoct.h33 int undecchar(char c) _const_;
H A Dhexdecoct.c45 int undecchar(char c) { function
/systemd/src/libsystemd/sd-bus/
H A Dbus-match.c671 j = undecchar(k[3]);
682 a = undecchar(k[3]);
683 b = undecchar(k[4]);
697 j = undecchar(k[3]);
708 a = undecchar(k[3]);
709 b = undecchar(k[4]);
723 j = undecchar(k[3]);
734 a = undecchar(k[3]);
735 b = undecchar(k[4]);
749 j = undecchar(
[all...]
/systemd/src/sysv-generator/
H A Dsysv-generator.c848 a = undecchar(de->d_name[1]);
849 b = undecchar(de->d_name[2]);
/systemd/src/test/
H A Dtest-util.c349 assert_se(undecchar('0') == 0);
350 assert_se(undecchar('9') == 9);

Completed in 33 milliseconds