Searched refs:DIGITS (Results 1 - 10 of 10) sorted by relevance

/systemd/src/basic/
H A Dlogin-util.c30 return id[strspn(id, LETTERS DIGITS)] == '\0';
H A Dstring-util.h35 #define DIGITS "0123456789" macro
39 #define ALPHANUMERICAL LETTERS DIGITS
H A Dparse-util.c528 s += strspn(s, DIGITS);
H A Denv-util.c37 DIGITS LETTERS \
H A Dunit-name.c39 DIGITS \
H A Dcgroup-util.c1723 DIGITS LETTERS \
/systemd/src/test/
H A Dtest-ellipsize.c35 test_one(DIGITS LETTERS DIGITS LETTERS);
H A Dtest-fileio.c291 p = capeff[strspn(capeff, DIGITS "abcdefABCDEF")];
/systemd/src/backlight/
H A Dbacklight.c58 c += strspn(c, DIGITS);
/systemd/src/hostname/
H A Dhostnamed.c39 #define VALID_DEPLOYMENT_CHARS (DIGITS LETTERS "-.:")

Completed in 5075 milliseconds