Home
last modified time | relevance | path

Searched refs:unlike (Results 1 – 25 of 75) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/perl/lib/Test/Simple/t/
DMore.t32 unlike("fbar", '/^bar/', 'unlike bar');
33 unlike("FooBle", '/foo/', 'foo is unlike FooBle');
34 unlike("/var/local/pr0n/", '/^\/usr\/local/','regexes with slashes in unlike' );
37 unlike(@foo, '/foo/');
Dfail-more.t112 unlike( "foo", '/foo/', 'is foo unlike foo' );
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/
Dwritemakefile_args.t84 unlike( $warnings, qr/WARNING: .* takes/ );
95 unlike( $warnings, qr/WARNING: .* takes/ );
DLiblist.t32 unlike( $out[2], qr/-ln0tt43r3_perl/, 'bogus library not added' );
DMM_Cygwin.t77 unlike( $MM->manifypods(), qr/foo/,
DINST_PREFIX.t73 unlike( $mm->{$prefix}, qr/\$\(PREFIX\)/ );
Dbasic.t194 unlike(<PERLLOCAL>, qr/other/, 'DESTDIR should not appear in perllocal');
/mirbsd/src/gnu/usr.bin/perl/ext/IO/t/
Dio_file.t41 unlike( $cont, qr/$Expect/, " Content match fails without binmode" );
/mirbsd/src/gnu/usr.bin/perl/lib/
Dlib.t84 unlike( do { eval 'use lib $Config{installsitelib};'; $@ || '' },
DBenchmark.t422 unlike ($got, qr/running\W+a\W+b.*?for at least 0\.1 CPU second/s,
426 unlike ($got, $Default_Pattern, 'should not find default format somewhere');
/mirbsd/src/gnu/usr.bin/perl/ext/B/t/
DOptreeCheck.pm738 my $ok = ( $bad && unlike ($got, $want, $cmnt, @$msgs)
746 $ok = ( $bad && unlike ($got, $want, "(RETRY) $cmnt", @$msgs)
Dconcise-xs.t228 unlike($buf, qr/\Q$func_name is XS code/,
Dconcise.t248 unlike($sample, qr/goto/m, "post-compile -basic");
/mirbsd/src/usr.sbin/popa3d/
DDESIGN135 Similarly to cucipop (but unlike qpopper), popa3d works on the
136 original mailbox file, without copying. However, unlike cucipop,
152 limits; unlike with qmail-pop3d, lines don't even need to fit in the
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dgv.t29 unlike ($foo, qr/abcd/);
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
DSemaphore.pmx36 unlike locks, aren't tied to particular scalars, and so may be used to
/mirbsd/src/gnu/usr.bin/perl/lib/Test/Simple/
DChanges40 - cmp_ok(), like() and unlike will now throw uninit warnings if their
158 * Give unlike() the right prototype [rt.cpan.org 4944]
250 * Added unlike()
/mirbsd/src/lib/libocurses/PSD.doc/
Ddoc.I117 unlike
/mirbsd/src/gnu/usr.bin/perl/t/
Dtest.pl250 sub unlike ($$@) { like_yn (1,@_) }; # 1 for un- subroutine
/mirbsd/src/bin/pax/.linked/
Dstrlfun.inc84 * Appends src to string dst of size dlen (unlike strncat, dlen is the
/mirbsd/src/gnu/usr.bin/lynx/src/chrtrans/
DREADME.format130 unlike the "old" LYCharsets.c mechanism. The tables don't have to
/mirbsd/src/gnu/usr.bin/binutils/gas/
Dconfig.in234 first (like Motorola and SPARC, unlike Intel and VAX). */
/mirbsd/src/lib/libssl/src/doc/crypto/
Ddes.pod179 (unlike the iv) and are as such, part of the key. So the key is sort
249 is thread safe, unlike the normal crypt.
/mirbsd/src/gnu/usr.bin/perl/lib/Test/
DBuilder.pm674 sub unlike { subroutine
/mirbsd/src/lib/libdes/
Ddes.doc160 'whiten' the encryption. inw and outw are secret (unlike the iv)
329 function is thread safe, unlike the normal crypt.

123