g_strcmp0         216 lib/common/strings.c         return g_strcmp0(a, b) == 0;
g_strcmp0         584 lib/services/systemd.c     } else if (g_strcmp0(state, "active") == 0) {
g_strcmp0         586 lib/services/systemd.c     } else if (g_strcmp0(state, "reloading") == 0) {
g_strcmp0         588 lib/services/systemd.c     } else if (g_strcmp0(state, "activating") == 0) {
g_strcmp0         590 lib/services/systemd.c     } else if (g_strcmp0(state, "deactivating") == 0) {
g_strcmp0         631 lib/services/systemd.c     } else if (g_strcmp0(method, "start") == 0) {
g_strcmp0         677 lib/services/systemd.c     } else if (g_strcmp0(method, "stop") == 0) {
g_strcmp0         685 lib/services/systemd.c     } else if (g_strcmp0(method, "restart") == 0) {
g_strcmp0         300 lib/services/upstart.c     if (state && g_strcmp0(state, "running") == 0) {
g_strcmp0         385 lib/services/upstart.c     } else if (!g_strcmp0(op->action, "stop")) {
g_strcmp0         440 lib/services/upstart.c         if (!g_strcmp0(action, "stop")) {
g_strcmp0         478 lib/services/upstart.c     } else if (!g_strcmp0(action, "start")) {
g_strcmp0         480 lib/services/upstart.c     } else if (!g_strcmp0(action, "stop")) {
g_strcmp0         482 lib/services/upstart.c     } else if (!g_strcmp0(action, "restart")) {
g_strcmp0         531 lib/services/upstart.c     } else if (!g_strcmp0(op->action, "stop")) {