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  117 lib/pengine/pe_output.c         if (g_str_has_prefix(name, filt_str[i])) {
g_str_has_prefix  669 lib/pengine/pe_output.c         if (prefix != NULL && !g_str_has_prefix(location->id, prefix)) {