Home
last modified time | relevance | path

Searched refs:test_flag (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/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("Undocumented", flags, " | CL_UNDOCUMENTED") \
[all …]
H A DChangeLog-200527059 * opt-functions.awk (flag_set_p, test_flag): New functions.
/freebsd-12.1/crypto/openssh/
H A Dsshd.c173 int test_flag = 0; variable
1621 test_flag = 1;
1624 test_flag = 2;
1654 if (!test_flag && (rexec_flag && (av[0] == NULL || *av[0] != '/')))
1692 if (test_flag < 2 && connection_info != NULL)
1907 if (test_flag > 1) {
1919 if (test_flag)
/freebsd-12.1/crypto/heimdal/kuser/
H A Dklist.c582 opt->test_flag || in klist()