Home
last modified time | relevance | path

Searched refs:okay (Results 1 – 25 of 80) sorted by relevance

1234

/mirbsd/src/gnu/usr.bin/perl/lib/Pod/t/
Dparselink.t117 my $okay = 1;
124 print "not ok $n\n" if $okay;
128 $okay = 0;
131 print "ok $n\n" if $okay;
/mirbsd/src/gnu/usr.bin/perl/lib/Text/Balanced/t/
Dextbrk.t62 {a nested { and } are okay as are () and <> pairs and escaped \}'s };
63 {a nested\n{ and } are okay as are\n() and <> pairs and escaped \}'s };
66 {a nested { and } are okay as are unbalanced ( and < pairs and escaped \}'s };
69 {an unmatched nested { isn't okay, nor are ( and < };
74 <a q{uoted} ">" unbalanced right bracket of /(q>)/ either sort (`>>>""">>>>`) is okay >;
77 <a quoted ">" unbalanced right bracket is okay >;
80 <a quoted ">" unbalanced right bracket of either sort (`>>>""">>>>`) is okay >;
/mirbsd/src/usr.bin/vi/catalog/
Dru_RU.KOI8-R.check1 Unused message id's (this is okay):
155 Duplicate messages, both id and message (this is okay):
157 Duplicate messages, just message (this is okay):
Dswedish.check1 Unused message id's (this is okay):
19 Duplicate messages, both id and message (this is okay):
21 Duplicate messages, just message (this is okay):
Dgerman.check1 Unused message id's (this is okay):
19 Duplicate messages, both id and message (this is okay):
21 Duplicate messages, just message (this is okay):
Denglish.check1 Unused message id's (this is okay):
18 Duplicate messages, both id and message (this is okay):
22 Duplicate messages, just message (this is okay):
Dpolish.check1 Unused message id's (this is okay):
19 Duplicate messages, both id and message (this is okay):
21 Duplicate messages, just message (this is okay):
Dspanish.check1 Unused message id's (this is okay):
18 Duplicate messages, both id and message (this is okay):
22 Duplicate messages, just message (this is okay):
Dfrench.check1 Unused message id's (this is okay):
18 Duplicate messages, both id and message (this is okay):
22 Duplicate messages, just message (this is okay):
Ddutch.check1 Unused message id's (this is okay):
19 Duplicate messages, both id and message (this is okay):
21 Duplicate messages, just message (this is okay):
/mirbsd/src/usr.bin/elf2olf/
Delf2olf.c70 int ch, i, okay; in main() local
123 okay = 0; in main()
173 okay = 1; in main()
187 okay = 1; in main()
195 if (okay) { in main()
/mirbsd/src/bin/ed/test/
DTODO5 0) g/./s^@^@ - okay: NULs in commands
6 1) g/./s/^@/ - okay: NULs in patterns
9 . - okay: embedded newlines in insert mode
Dbang1.r1 okay
Dbang1.t4 okay
/mirbsd/src/gnu/usr.bin/perl/
Dlocale.c57 bool okay = TRUE; in S_stdize_locale() local
61 okay = FALSE; in S_stdize_locale()
68 okay = TRUE; in S_stdize_locale()
73 if (!okay) in S_stdize_locale()
DREADME.hurd36 Failed 2/229 test scripts, 99.13% okay. 2/10850 subtests failed, 99.98% okay.
DREADME.irix94 and later are okay.
127 Failed 3/811 test scripts, 99.63% okay. 78/75813 subtests failed, 99.90% okay.
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsolib-aix5.c639 } okay[] = in map_index_vs_section_name_okay() local
681 for (i = 0; i < sizeof (okay) / sizeof (okay[0]); i++) in map_index_vs_section_name_okay()
683 if (strcmp (name, okay[i].name) == 0) in map_index_vs_section_name_okay()
684 return idx == okay[i].idx; in map_index_vs_section_name_okay()
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dutf8decode.t161 my ($okay, $bytes, $Unicode, $byteslen, $hex, $charslen, $experr) =
176 if ($okay eq 'y') {
181 } elsif ($okay eq 'n') {
187 print "ok $test # $id $okay\n";
/mirbsd/src/gnu/usr.bin/perl/ext/threads/shared/t/
Dblessed.t66 ok(4, $$sobj eq '3', "scalar contents okay");
84 ok(16, $$sobj eq '3', "scalar contents okay");
123 ok(28, $$sobj eq 'test', "scalar contents okay");
/mirbsd/src/lib/libc/gen/
Dauth_subr.c786 int okay; in auth_call() local
948 okay = as->state & AUTH_ALLOW; in auth_call()
950 if (!okay) in auth_call()
957 okay = -1; in auth_call()
974 return (okay); in auth_call()
/mirbsd/src/gnu/usr.bin/perl/lib/NEXT/t/
Dunseen.t44 : ::pass("First diamond is okay");
/mirbsd/src/gnu/usr.bin/perl/lib/Net/Ping/t/
D190_alarm.t48 # Got out of "infinite loop" okay
/mirbsd/src/gnu/usr.bin/perl/hints/
Dnetbsd.sh164 *** have at least gcc 2.95.3 which should work okay: use for example
/mirbsd/src/lib/libc/time/
Dlocaltime.c1610 int okay; local
1614 t = time2(tmp, funcp, offset, &okay);
1618 if (okay)
1652 t = time2(tmp, funcp, offset, &okay);
1653 if (okay)

1234