Searched refs:no (Results 1 - 25 of 168) sorted by relevance

1234567

/osnet-11/usr/src/grub/grub2/tests/
H A Dgrub_script_if.in6 #basic if, no execution
7 if false; then echo no; fi
10 if true; then echo yes; else echo no; fi
13 if false; then echo no; else echo yes; fi
16 if false; then echo no; elif true; then echo yes; fi
19 if false; then echo no; elif false; then echo no; else echo yes; fi
22 if false; then echo no; elif false; then echo no; elif true; then echo yes; fi
25 if false; then echo no; eli
[all...]
H A Dgrub_script_not.in37 #basic if, no execution
38 if ! false; then echo no; fi
41 if ! true; then echo yes; else echo no; fi
44 if ! false; then echo no; else echo yes; fi
47 if ! false; then echo no; elif ! true; then echo yes; fi
50 if ! false; then echo no; elif ! false; then echo no; else echo yes; fi
53 if false; then echo no; elif ! false; then echo no; elif ! true; then echo yes; fi
56 if false; then echo no; eli
[all...]
H A Dgrub_script_return.in70 echo no
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/Codes/t/
H A Dlanguages.t13 no utf8; # we contain Latin-1
27 '!defined code2language()', # no argument => undef returned
84 '!defined language2code()', # no argument => undef returned
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.rpath128 hardcode_direct=no
129 hardcode_minus_L=no
137 with_gnu_ld=no
145 with_gnu_ld=no
161 ld_shlibs=no
173 ld_shlibs=no
179 ld_shlibs=no
184 # no search path for DLLs.
189 ld_shlibs=no
193 hardcode_direct=no
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/t/
H A Dops.t16 no ops 'fileno'; # equiv to "perl -M-ops=fileno"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/t/
H A Dtaint.t19 no strict 'refs';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/t/
H A Dwarn.t37 no warnings;
41 no warnings;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/t/
H A Doverload.t8 no warnings 'once';
H A Dpair.t11 no warnings 'once';
23 no warnings qw(once);
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrrchr.s32 / appears; NULL if no found
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrrchr.s32 / appears; NULL if no found
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmenu.h88 /* Called when an entry has failed to execute and there is no remaining
94 grub_menu_entry_t grub_menu_get_entry (grub_menu_t menu, int no);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dassembler.t44 assembler error no output is written, and disassembled lines will be
55 A new operand category will cause this program to die ("no operand list
62 in C<%badlist> means that any value is acceptable (and thus there is no
211 die( "no operand list for $sel\n" ) unless exists( $href->{$sel} );
233 comment_t => [ '"a comment"' ], # no \n
249 strconst => [ '""', '"another string"' ], # no NUL
258 comment_t => [ '"multi-line\ncomment"' ], # no \n
266 PV => [ 'no quote"' ],
268 IV64 => undef, # PUT_IV64 doesn't check - no integrity there
273 strconst => [ 'no quot
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dutf8.t16 no warnings qw/ once /;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dmbimbf.inc14 no strict 'refs';
57 no strict 'refs';
82 # illegal values are possible for fallback due to no accessor
110 no strict 'refs';
122 no strict 'refs';
147 no strict 'refs';
181 $y = $x->copy()->bround(); # no-op since nowhere A or P defined
416 no strict 'refs';
424 ok ($x->{_a},4); # set's it since no fallback
428 ok ($x->{_a},4); # set's it since no fallbac
[all...]
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc_proc.c270 __nis_dhext_extract_pkey(netobj *no, keylen_t keylen, algtype_t algtype) argument
274 extdhkey_t *keyent = (extdhkey_t *)no->n_bytes;
277 while (keyent < (extdhkey_t *)(no->n_bytes + no->n_len)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dbinmode.t36 skip "no EBADF", 1 if (!exists &Errno::EBADF);
38 no warnings 'io';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dprereq_print.t37 ok( !-r $Makefile, "PREREQ_PRINT produces no $Makefile" );
41 no strict;
50 ok( !-r $Makefile, "PRINT_PREREQ produces no $Makefile" );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dfail.t47 ok( 0, 'oh no!' );
57 not ok 4 - oh no!
/osnet-11/usr/src/lib/libc/sparc/sys/
H A D_lwp_mutex_unlock.s43 beq,a,pt %icc,2f ! if no waiters
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Davhv.t10 no warnings 'deprecated';
86 no warnings 'uninitialized';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dswitcht.t24 no warnings 'taint';
28 is( $warning, '', ' no warnings "taint"' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dvia.t66 no warnings 'layer';
71 no warnings 'layer';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeuniversal.t22 ? q(no warnings 'redefine';)

Completed in 205 milliseconds

1234567