g_strcmp0 1101 lib/common/strings.c return g_strcmp0(a, b) == 0; g_strcmp0 704 lib/services/systemd.c } else if (g_strcmp0(state, "active") == 0) { g_strcmp0 706 lib/services/systemd.c } else if (g_strcmp0(state, "reloading") == 0) { g_strcmp0 708 lib/services/systemd.c } else if (g_strcmp0(state, "activating") == 0) { g_strcmp0 710 lib/services/systemd.c } else if (g_strcmp0(state, "deactivating") == 0) { g_strcmp0 751 lib/services/systemd.c } else if (g_strcmp0(method, "start") == 0) { g_strcmp0 755 lib/services/systemd.c } else if (g_strcmp0(method, "stop") == 0) { g_strcmp0 759 lib/services/systemd.c } else if (g_strcmp0(method, "restart") == 0) { g_strcmp0 301 lib/services/upstart.c if (state && g_strcmp0(state, "running") == 0) { g_strcmp0 386 lib/services/upstart.c } else if (!g_strcmp0(op->action, "stop")) { g_strcmp0 441 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")) {