Searched refs:test_flag (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | opt-functions.awk | 29 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 D | ChangeLog-2005 | 27059 * opt-functions.awk (flag_set_p, test_flag): New functions.
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | sshd.c | 173 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 D | klist.c | 582 opt->test_flag || in klist()
|