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