first_word 242 src/cgtop/cgtop.c if (first_word(l, "Read")) { first_word 245 src/cgtop/cgtop.c } else if (first_word(l, "Write")) { first_word 976 src/core/load-fragment.c if (first_word(word, "keep-caps")) first_word 978 src/core/load-fragment.c else if (first_word(word, "keep-caps-locked")) first_word 980 src/core/load-fragment.c else if (first_word(word, "no-setuid-fixup")) first_word 982 src/core/load-fragment.c else if (first_word(word, "no-setuid-fixup-locked")) first_word 984 src/core/load-fragment.c else if (first_word(word, "noroot")) first_word 986 src/core/load-fragment.c else if (first_word(word, "noroot-locked")) first_word 224 src/locale/localed.c if (in_section && first_word(l, "Option")) { first_word 247 src/locale/localed.c } else if (!in_section && first_word(l, "Section")) { first_word 257 src/locale/localed.c } else if (in_section && first_word(l, "EndSection")) first_word 645 src/resolve/resolved-manager.c a = first_word(l, "nameserver"); first_word 1933 src/shared/install.c if (first_word(l, "enable")) { first_word 1942 src/shared/install.c } else if (first_word(l, "disable")) { first_word 183 src/shared/util.h char *first_word(const char *s, const char *word) _pure_;