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

/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/usr.sbin/ancontrol/
H A Dancontrol.c139 int s, okay = 1; local
152 okay = 0;
158 return (okay);
/freebsd-9.3-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-9.3-release/contrib/ntp/sntp/libevent/
H A Dbuffer.c744 goto okay;
777 okay:

Completed in 98 milliseconds