dot 161 lib/services/systemd.c const char *dot = strrchr(name, '.'); dot 163 lib/services/systemd.c if (dot && (!strcmp(dot, ".service") dot 164 lib/services/systemd.c || !strcmp(dot, ".socket") dot 165 lib/services/systemd.c || !strcmp(dot, ".mount") dot 166 lib/services/systemd.c || !strcmp(dot, ".timer") dot 167 lib/services/systemd.c || !strcmp(dot, ".path"))) { dot 168 lib/services/systemd.c return dot;