Searched refs:g_flag (Results 1 – 2 of 2) sorted by relevance
23 static int g_flag; variable44 static void plugin_init(void) { g_flag = 1; } in plugin_init()45 static void plugin_destroy(void) { g_flag = 2; } in plugin_destroy()50 GPR_ASSERT(g_flag == 1); in test_plugin()52 GPR_ASSERT(g_flag == 2); in test_plugin()
79 static int c_flag, C_flag, e_flag, f_flag, g_flag, i_flag, l_flag, L_flag; variable1867 g_flag = 1; in parse_tune2fs_options()3093 if (g_flag) { in main()