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

/systemd/src/boot/efi/
H A Dboot.c855 static BOOLEAN is_digit(CHAR16 c) { function
862 if (is_digit(c))
877 while ((*s1 && !is_digit(*s1)) || (*s2 && !is_digit(*s2))) {
893 while (is_digit(*s1) && is_digit(*s2)) {
900 if (is_digit(*s1))
902 if (is_digit(*s2))

Completed in 1118 milliseconds