Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dstring-util.c24 size_t sl, wl; in first_word() local
35 wl = strlen(word); in first_word()
37 if (sl < wl) in first_word()
40 if (wl == 0) in first_word()
43 if (memcmp(s, word, wl) != 0) in first_word()
46 p = s + wl; in first_word()