Searched refs:ascii_tolower (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dstring-util.c318 char ascii_tolower(char x) { function
332 *p = ascii_tolower(*p);
344 t[i] = ascii_tolower(t[i]);
354 x = (int) (uint8_t) ascii_tolower(*a);
355 y = (int) (uint8_t) ascii_tolower(*b);
H A Dstring-util.h131 char ascii_tolower(char x);
/systemd/src/resolve/
H A Dresolved-dns-packet.c468 w[i] = (uint8_t) ascii_tolower(d[i]);

Completed in 1259 milliseconds