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

/freebsd-9.3-release/contrib/gcc/
H A Dopt-functions.awk29 function test_flag(regex, flags, string) function
69 result = result test_flag(regex, flags, " | " macros[j])
72 test_flag("Common", flags, " | CL_COMMON") \
73 test_flag("Target", flags, " | CL_TARGET") \
74 test_flag("Joined", flags, " | CL_JOINED") \
75 test_flag("JoinedOrMissing", flags, " | CL_JOINED | CL_MISSING_OK") \
76 test_flag("Separate", flags, " | CL_SEPARATE") \
77 test_flag("RejectNegative", flags, " | CL_REJECT_NEGATIVE") \
78 test_flag("UInteger", flags, " | CL_UINTEGER") \
79 test_flag("Undocumente
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dsshd.c171 int test_flag = 0; variable
1540 test_flag = 1;
1543 test_flag = 2;
1572 if (!test_flag && (rexec_flag && (av[0] == NULL || *av[0] != '/')))
1621 if (test_flag >= 2 && server_match_spec_complete(connection_info) == 0)
1624 if (test_flag < 2 && server_match_spec_complete(connection_info) >= 0)
1854 if (test_flag > 1) {
1861 if (test_flag)

Completed in 39 milliseconds