Searched refs:func_alias_called (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/tests/
H A Dsuite_func.c11 static int func_alias_called = 0; variable
15 func_alias_called = 1;
52 func_alias_called = 0;
55 fail_unless(func_alias_called == 1);
57 func_alias_called = 0;
60 fail_unless(func_alias_called == 1);

Completed in 55 milliseconds