g_strv_length 14 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c g_assert_cmpint(g_strv_length((gchar **) (a)), ==, g_strv_length((gchar **) (b))); \ g_strv_length 15 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c for (int i = 0; i < g_strv_length((a)); i++) { \ g_strv_length 102 lib/lrmd/lrmd_alerts.c target_list_num = g_strv_length(list); g_strv_length 86 lib/pengine/pe_output.c host_list_num = g_strv_length(host_list); g_strv_length 129 tools/crm_error.c if (g_strv_length(processed_args) < 2) {