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

/freebsd-10.1-release/lib/libkse/test/
H A Dverify135 $okay = 1;
141 ($okay, $utime, $stime) = &run_test($test);
149 $okay = 0;
154 $okay = 0;
162 ($hutime, $hstime) = &print_stats($test, $okay, 0, 0, $utime, $stime);
168 ($okay, $utime, $stime) = &run_test($test);
185 $okay = 0;
236 $okay = 0;
249 ($hutime, $hstime) = &print_stats($test, $okay,
257 if ($okay)
[all...]
/freebsd-10.1-release/contrib/ntp/libntp/
H A Dmktime.c272 int okay; local
276 t = time2(tmp, &okay, 1);
277 if (okay || tmp->tm_isdst < 0)
300 int okay; local
303 t = time2(tmp, &okay, 0);
304 if (okay || tmp->tm_isdst < 0)
/freebsd-10.1-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv.c80 HAL_BOOL okay; local
81 okay = ath_hal_wait(
84 if (!okay) {
110 HAL_BOOL status, okay; local
126 okay = ath_hal_wait(
129 if (!okay) {
/freebsd-10.1-release/usr.sbin/ipfwpcap/
H A Dipfwpcap.c84 okay(int pn) function
129 " '-rr' = indicate that it is okay to quit if packet-count or\n"
225 okay(portnum);
/freebsd-10.1-release/contrib/tzcode/stdtime/
H A Dlocaltime.c2001 ** It's okay to guess wrong since the guess
2075 int okay; local
2084 t = time2(tmp, funcp, offset, &okay);
2089 if (okay)
2095 if (okay || tmp->tm_isdst < 0)
2128 t = time2(tmp, funcp, offset, &okay);
2129 if (okay)
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp1633 bool okay = true; local
1647 okay = false;
1650 return okay;
1767 // Casting the actions as bools here should be okay, because VerifyCommandOptionValue guarantees
/freebsd-10.1-release/usr.sbin/ancontrol/
H A Dancontrol.c139 int s, okay = 1; local
152 okay = 0;
158 return (okay);
/freebsd-10.1-release/contrib/libpcap/
H A Dpcap-dos.c511 * Get a list of all interfaces that are present and that we probe okay.
624 probed_dev = dev; /* device is probed okay and may be used */
939 * just pretend Watt-32 is initialised okay.
1058 BOOL okay = PktExitDriver(); local
1061 fprintf (stderr, "pkt_close(): %d\n", okay);
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dbuffer.c744 goto okay;
777 okay:
/freebsd-10.1-release/contrib/subversion/
H A Dconfigure5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: okay" >&5
5931 $as_echo "okay" >&6; }
6036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: amalgamation found and is okay" >&5
6037 $as_echo "amalgamation found and is okay" >&6; }
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: amalgamation found and is okay" >&5
6356 $as_echo "amalgamation found and is okay" >&6; }
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: amalgamation found and is okay" >&5
6648 $as_echo "amalgamation found and is okay" >&6; }
6950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: okay" >&5
6951 $as_echo "okay" >
[all...]

Completed in 117 milliseconds