dot               252 lib/services/systemd.c         const char *dot = strrchr(name, '.');
dot               254 lib/services/systemd.c         if (dot && (!strcmp(dot, ".service")
dot               255 lib/services/systemd.c                     || !strcmp(dot, ".socket")
dot               256 lib/services/systemd.c                     || !strcmp(dot, ".mount")
dot               257 lib/services/systemd.c                     || !strcmp(dot, ".timer")
dot               258 lib/services/systemd.c                     || !strcmp(dot, ".path"))) {
dot               259 lib/services/systemd.c             return dot;
dot               268 lib/services/systemd.c     const char *dot = NULL;
dot               283 lib/services/systemd.c     dot = systemd_unit_extension(name);
dot               285 lib/services/systemd.c     if (dot) {
dot               286 lib/services/systemd.c         if (dot != name && *(dot-1) == '@') {
dot               288 lib/services/systemd.c                                      (int) (dot - name), name, dot);