Searched defs:ascii_tolower (Results 1 - 1 of 1) 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);

Completed in 13 milliseconds