Home
last modified time | relevance | path

Searched defs:test_flag (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dopt-functions.awk29 function test_flag(regex, flags, string) function
/openbsd/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
/openbsd/usr.bin/ssh/
H A Dsshd.c1136 int log_stderr = 0, inetd_flag = 0, test_flag = 0, no_daemon_flag = 0; in main() local