Home
last modified time | relevance | path

Searched refs:HEXDIGITS (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dether-addr-util.c107 const char *hex = HEXDIGITS, *p; in parse_hw_addr_one_field()
212 sep = s[strspn(s, HEXDIGITS)]; in parse_hw_addr_full()
Dstring-util.h23 #define HEXDIGITS DIGITS "abcdefABCDEF" macro
/systemd-251/src/test/
Dtest-tmpfile-util.c22 assert_se(in_charset(suffix, HEXDIGITS)); in test_tempfn_random_one()
Dtest-fileio.c388 p = capeff[strspn(capeff, HEXDIGITS)]; in TEST()