Home
last modified time | relevance | path

Searched refs:ishost (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D980628-6.x4 if { [ishost "i\[34567\]86-*-*"] } {
H A Dalpha2.x4 if { [ishost "i\[34567\]86-*-*"] } {
H A D980628-4.x4 if { [ishost "i\[34567\]86-*-*"] } {
H A D980628-5.x4 if { [ishost "i\[34567\]86-*-*"] } {
H A Dauto0.x4 if { [ishost "i\[34567\]86-*-*"] } {
H A Dauto1.x4 if { [ishost "i\[34567\]86-*-*"] } {
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A Dalpha1.x4 if { [ishost "i\[34567\]86-*-*"] } {
/openbsd/sbin/route/
H A Droute.c575 int ishost = 0, ret = 0, attempts, oerrno, flags = RTF_STATIC; in newroute() local
710 ishost = getaddr(RTA_DST, af, *++argv, &hp); in newroute()
736 ishost = prefixlen(af, *++argv); in newroute()
774 ishost = getaddr(RTA_DST, af, *argv, &hp); in newroute()
783 ishost = 1; in newroute()
785 ishost = 0; in newroute()
789 if (ishost) in newroute()
808 printf("%s %s %s", cmd, ishost ? "host" : "net", dest); in newroute()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dmaint.exp515 if [ishost *cygwin*] {
655 if [ishost *cygwin*] {
H A Dfileio.exp251 if [ishost *cygwin*] {
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Dmike-g++.exp138 if ![ishost "*-dos-*"] {
H A Dg++.exp224 if [ishost "*-dos-*" ] {