Searched defs:unhexchar (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/sbus/ | ||
H A D | sssd_dbus_interface.c | 240 static inline int unhexchar(char c) function 290 if ((a = unhexchar(p[1])) < 0 291 || (b = unhexchar(p[2])) < 0) { |
Completed in 8 milliseconds