Searched refs:DEV (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | stat.t | 277 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 D | Find.pm | 82 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 D | Makefile.ver | 6 DEVPHASE!= cat ${GCCDIR}/DEV-PHASE
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | hash.c | 29 #define HASH_FN(DEV, INO) ((DEV + INO + (INO >> 2) + (INO << 8)) % NR_HASH) argument
|
/openbsd/gnu/gcc/gcc/doc/include/ |
H A D | gcc-common.texi | 9 @c in gcc/DEV-PHASE).
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | RISCVUsage.rst | 139 …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 D | perlfaq8.pod | 305 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 D | vms.c | 3577 if (!(devchar & DEV$M_DIR)) { in pipe_mbxtofd_setup()
|