Searched refs:okay (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-aix5.c237 case it's okay if there's no path. */
639 } okay[] = local
681 for (i = 0; i < sizeof (okay) / sizeof (okay[0]); i++)
683 if (strcmp (name, okay[i].name) == 0)
684 return idx == okay[i].idx;
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpktdrvr.c310 BOOL okay; local
314 okay = ((reg.flags & 1) == 0); /* OK if carry clear */
318 okay = ((reg.x.flags & 1) == 0);
335 okay = (!r.w.cflag);
340 okay = ((reg.r_flags & 1) == 0);
343 if (okay)
346 return (okay);
/haiku-fatelf/src/system/libroot/posix/time/
H A Dlocaltime_fading_out.c1799 ** It's okay to guess wrong since the guess
1877 int okay; local
1881 t = time2(tmp, funcp, offset, &okay);
1886 if (okay)
1892 if (okay || tmp->tm_isdst < 0)
1929 t = time2(tmp, funcp, offset, &okay);
1930 if (okay)
/haiku-fatelf/src/tools/docbook/libxml2/
H A Druntest.c1759 * Parse the saved result to make sure the round trip is okay
1964 * Parse the saved result to make sure the round trip is okay
3859 int okay = 1; local
3873 okay = 0;
3878 okay = 0;
3882 okay = 0;
3887 okay = 0;
3891 okay = 0;
3894 if (okay == 0)
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-dos.c506 * Get a list of all interfaces that are present and that we probe okay.
619 probed_dev = dev; /* device is probed okay and may be used */
934 * just pretend Watt-32 is initialised okay.
1053 BOOL okay = PktExitDriver(); local
1056 fprintf (stderr, "pkt_close(): %d\n", okay);
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure24087 /* Failure to compile this test due to missing alarm is okay,
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure[all...]

Completed in 292 milliseconds