g_str_has_prefix  188 lib/common/cmdline.c         if (g_str_has_prefix(argv[i], "-") && !g_str_has_prefix(argv[i], "--")) {
g_str_has_prefix  116 lib/pengine/pe_output.c         if (g_str_has_prefix(name, filt_str[i])) {
g_str_has_prefix  676 lib/pengine/pe_output.c         if (prefix != NULL && !g_str_has_prefix(location->id, prefix)) {