Home
last modified time | relevance | path

Searched refs:DEV (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/op/
H A Dstat.t277 my $DEV = qx($CMD);
289 $DEV =~ s{^[cpls].+?\sstdout$}{}m;
290 @DEV = grep { $_ ne 'stdout' } @DEV;
292 @DEV = grep { $_ ne 'stderr' } @DEV;
296 $DEV =~ s{^.+?\sprinter$}{}m;
297 @DEV = grep { $_ ne 'printer' } @DEV;
302 $DEV =~ s{^.+?\s\..+?$}{}m;
303 @DEV = grep { ! m{^\..+$} } @DEV;
307 @DEV = grep $DEV =~ s/^.\?{9}.*\s$_(?: -> .*)?$//m ? () : $_, @DEV
312 $DEV =~ s{^S(.+?)}{s$1}mg;
[all …]
/openbsd/gnu/usr.bin/perl/ext/File-Find/lib/File/
H A DFind.pm82 my ($NewName,$DEV, $INO);
83 ($DEV, $INO)= lstat $AbsName;
86 if ($SLnkSeen{$DEV, $INO}++) {
109 ($DEV, $INO) = lstat($AbsName);
110 return undef unless defined $DEV; # dangling symbolic link
113 if ($full_check && defined $DEV && $SLnkSeen{$DEV, $INO}++) {
/openbsd/gnu/usr.bin/cc/
H A DMakefile.ver6 DEVPHASE!= cat ${GCCDIR}/DEV-PHASE
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dhash.c29 #define HASH_FN(DEV, INO) ((DEV + INO + (INO >> 2) + (INO << 8)) % NR_HASH) argument
/openbsd/gnu/gcc/gcc/doc/include/
H A Dgcc-common.texi9 @c in gcc/DEV-PHASE).
/openbsd/gnu/llvm/llvm/docs/
H A DRISCVUsage.rst139 …fication <https://github.com/riscv/riscv-code-size-reduction/releases/tag/V0.70.1-TOOLCHAIN-DEV>`_.
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq8.pod305 print DEV "atv1\012"; # wrong, for some devices
306 print DEV "atv1\015"; # right, for some devices
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c3577 if (!(devchar & DEV$M_DIR)) { in pipe_mbxtofd_setup()