Home
last modified time | relevance | path

Searched refs:g_flag (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/surface/
Dinit_test.cc23 static int g_flag; variable
44 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()
/external/e2fsprogs/misc/
Dtune2fs.c79 static int c_flag, C_flag, e_flag, f_flag, g_flag, i_flag, l_flag, L_flag; variable
1867 g_flag = 1; in parse_tune2fs_options()
3093 if (g_flag) { in main()