Home
last modified time | relevance | path

Searched refs:nosuch (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Safe/t/
H A Dsafe2.t131 my $nosuch = '/non/existent/file.name';
132 open(NOSUCH, '<', $nosuch);
135 die "Eek! Attempting to open $nosuch failed, but \$! is still 0" unless $!;
137 $cpt->rdo($nosuch);
140 die "Eek! Didn't expect $nosuch to be there.";
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dattr-3.c38 extern void fe1 (const char *, ...) __attribute__((format(nosuch, 1, 2))); /* { dg-warning "format …
/openbsd/gnu/usr.bin/perl/ext/B/t/
H A Doptree_constants.t39 myunsub => \&nosuch,
/openbsd/gnu/usr.bin/perl/t/base/
H A Dlex.t249 eval(q{@nosuch = ('a', 'b', 'c'); ">@nosuch<" eq ">a b c<"})