dot 159 lib/services/systemd.c const char *dot = strrchr(name, '.'); dot 161 lib/services/systemd.c if (dot && (!strcmp(dot, ".service") || !strcmp(dot, ".socket"))) { dot 162 lib/services/systemd.c return dot;