g_str_has_prefix  196 lib/common/cmdline.c         if (g_str_has_prefix(argv[i], "-") && !g_str_has_prefix(argv[i], "--")) {
g_str_has_prefix  511 tools/crm_mon_print.c         if (prefix != NULL && !g_str_has_prefix(location->id, prefix))
g_str_has_prefix   61 tools/crm_mon_runtime.c         if (g_str_has_prefix(name, filt_str[i])) {