| /dragonfly/test/libpthread/ |
| HD | verify | 135 $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 …]
|
| /dragonfly/bin/ed/test/ |
| HD | TODO | 2 0) g/./s^@^@ - okay: NULs in commands 3 1) g/./s/^@/ - okay: NULs in patterns 6 . - okay: embedded newlines in insert mode
|
| HD | bang1.r | 1 okay
|
| HD | bang1.t | 4 okay
|
| /dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_recv.c | 80 HAL_BOOL okay; in ar9300_set_rx_abort() local 81 okay = ath_hal_wait( in ar9300_set_rx_abort() 84 if (!okay) { in ar9300_set_rx_abort() 110 HAL_BOOL status, okay; in ar9300_stop_dma_receive() local 128 okay = ath_hal_wait( in ar9300_stop_dma_receive() 131 if (!okay) { in ar9300_stop_dma_receive()
|
| /dragonfly/lib/libftpio/ |
| HD | ftp.errors | 10 150 File status okay; about to open data connection 11 200 Command okay 25 250 Requested file action okay, completed 27 331 User name okay, need password
|
| /dragonfly/usr.bin/tip/ |
| HD | unidialer.c | 372 int okay; in unidialer_get_okay() local 374 okay = unidialer_get_modem_response (buf, sizeof (buf), ms) && in unidialer_get_okay() 376 return okay; in unidialer_get_okay() 459 int okay, retries; in unidialer_disconnect() local 488 for (retries = okay = 0; retries < MAXRETRY && !okay; retries++) in unidialer_disconnect() 505 okay = unidialer_get_okay (reset_delay); in unidialer_disconnect() 507 if (!okay) in unidialer_disconnect()
|
| /dragonfly/lib/libfetch/ |
| HD | ftp.errors | 9 150 OK File status okay; about to open data connection 10 200 OK Command okay 24 250 OK Requested file action okay, completed 26 331 AUTH User name okay, need password
|
| /dragonfly/games/hack/ |
| HD | hack.mkmaze.c | 73 static int okay(int, int, int); 163 if (okay(x, y, a)) in walkfrom() 195 okay(int x, int y, int dir) in okay() function
|
| /dragonfly/games/backgammon/backgammon/ |
| HD | move.c | 95 move(struct move *mm, int okay) in move() argument 101 if (okay) { in move() 183 if (!okay) { in move()
|
| /dragonfly/tools/tools/locale/tools/ |
| HD | cldr2def.pl | 670 my $okay = 1; 732 $okay = 0; 760 $okay = 0; 780 if ($okay) {
|
| /dragonfly/etc/mail/ |
| HD | access.sample | 10 okay.cyberspammer.com OK
|
| /dragonfly/usr.sbin/cron/doc/ |
| HD | FEATURES | 15 okay. Leading or trailing blanks can be preserved by quoting, single 16 or double quotes are okay, just so they match.
|
| /dragonfly/games/mille/ |
| HD | comp.c | 189 goto okay; in calcmove() 194 okay: in calcmove()
|
| /dragonfly/lib/libc/stdtime/ |
| HD | localtime.c | 1942 int okay; in time1() local 1950 t = time2(tmp, funcp, offset, &okay); in time1() 1955 if (okay) in time1() 1987 t = time2(tmp, funcp, offset, &okay); in time1() 1988 if (okay) in time1()
|
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | dwarf2.c | 2724 bfd_boolean okay = TRUE; in comp_unit_hash_info() local 2740 each_func && okay; in comp_unit_hash_info() 2748 okay = insert_info_hash_table (funcinfo_hash_table, each_func->name, in comp_unit_hash_info() 2752 if (!okay) in comp_unit_hash_info() 2758 each_var && okay; in comp_unit_hash_info() 2768 okay = insert_info_hash_table (varinfo_hash_table, each_var->name, in comp_unit_hash_info() 2774 return okay; in comp_unit_hash_info()
|
| /dragonfly/contrib/dialog/ |
| HD | dlg_keys.c | 416 int okay = dialog_vars.nook ? 0 : 1; in dlg_button_key() local 417 *button = okay + extra + cancel; in dlg_button_key()
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | dwarf2.c | 3108 bfd_boolean okay = TRUE; in comp_unit_hash_info() local 3124 each_func && okay; in comp_unit_hash_info() 3132 okay = insert_info_hash_table (funcinfo_hash_table, each_func->name, in comp_unit_hash_info() 3136 if (!okay) in comp_unit_hash_info() 3142 each_var && okay; in comp_unit_hash_info() 3152 okay = insert_info_hash_table (varinfo_hash_table, each_var->name, in comp_unit_hash_info() 3158 return okay; in comp_unit_hash_info()
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | dwarf2.c | 3840 bfd_boolean okay = TRUE; in comp_unit_hash_info() local 3856 each_func && okay; in comp_unit_hash_info() 3864 okay = insert_info_hash_table (funcinfo_hash_table, each_func->name, in comp_unit_hash_info() 3868 if (!okay) in comp_unit_hash_info() 3874 each_var && okay; in comp_unit_hash_info() 3884 okay = insert_info_hash_table (varinfo_hash_table, each_var->name, in comp_unit_hash_info() 3890 return okay; in comp_unit_hash_info()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| D | istream | 675 * is false (<em>not okay</em>) and failbit is set in the 688 * true (@a okay). 698 * return value is that of the sentry state (true == okay).
|
| D | ostream | 414 * true (@a okay). 442 * return value is that of the sentry state (true == okay).
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | istream | 706 * is false (<em>not okay</em>) and failbit is set in the 719 * true (@a okay). 729 * return value is that of the sentry state (true == okay).
|
| D | ostream | 442 * true (@a okay). 470 * return value is that of the sentry state (true == okay).
|
| D | shared_mutex | 136 // is okay based on the current specification of forward progress
|
| /dragonfly/games/fortune/datfiles/ |
| HD | fortunes.sp.ok | 1930 okay
|