Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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 …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dwatchthreads.exp68 set test_flag 0
71 { set args_0 1; set test_flag 1 }
73 { set args_1 1; set test_flag 1 }
75 { set args_0 [expr $args_0+1]; set test_flag 1 }
77 { set args_1 [expr $args_1+1]; set test_flag 1 }
80 if { $test_flag == 0 } {
86 if { $test_flag == 1 } {
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Drecurse.C21 int test_flag() const { return (link[0] & 0x80) != 0; } in test_flag() function
43 { return l.test_flag(); } in is_red()
49 { return r.test_flag(); } in is_discarded()
55 { return d.test_flag(); } in is_flag()
/openbsd-src/usr.bin/ssh/
H A Dsshd.c1136 int log_stderr = 0, inetd_flag = 0, test_flag = 0, no_daemon_flag = 0; in main()
1245 test_flag = 1; in main()
1248 test_flag = 2; in main()
1279 if (!test_flag && !inetd_flag && !do_dump_cfg && !path_absolute(av[0])) in main()
1326 if (test_flag < 2 && have_connection_info) in main()
1545 if (test_flag > 1) in main()
1549 if (test_flag) in main()
1137 int log_stderr = 0, inetd_flag = 0, test_flag = 0, no_daemon_flag = 0; main() local