| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | pwent.t | 21 next unless open PW, '-|', "$prog $args 2>/dev/null"; 22 next unless defined <PW>; 106 if (open PW, '<', \$data) { 118 my $PW = "/etc/passwd"; 119 if (!-f $PW) { 121 skip_all("no $PW file"); 122 } elsif (open PW, '<', $PW) { 123 if(defined <PW>) { 124 $where = $PW; 127 …die "\$Config{i_pwd} is defined, $PW exists but has no entries, all other approaches failed, givin… [all …]
|
| /openbsd/src/regress/usr.bin/ssh/unittests/sshkey/ |
| D | mktestdata.sh | 4 PW=mekmitasdigoat 126 ssh-keygen -pf rsa_1_pw -m PEM -N "$PW" 127 ssh-keygen -pf dsa_1_pw -m PEM -N "$PW" 128 ssh-keygen -pf ecdsa_1_pw -m PEM -N "$PW" 129 ssh-keygen -pf ed25519_1_pw -N "$PW" 130 ssh-keygen -pf ecdsa_sk1_pw -m PEM -N "$PW" 131 ssh-keygen -pf ed25519_sk1_pw -N "$PW" 132 ssh-keygen -pf rsa_n_pw -N "$PW" 133 ssh-keygen -pf dsa_n_pw -N "$PW" 134 ssh-keygen -pf ecdsa_n_pw -N "$PW" [all …]
|
| /openbsd/src/usr.bin/banner/ |
| D | banner.c | 60 static long PW = LINELEN; variable 131 if (nchrs++ >= PW/(WIDTH+1)-1) in scan_out()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonBitTracker.cpp | 346 uint16_t PW = 8; // XXX Pred size: getRegBitWidth(Reg[1]); in evaluate() local 347 assert(PW <= RW); in evaluate() 348 RegisterCell PC = eXTR(rc(1), 0, PW); in evaluate() 349 RegisterCell RC = RegisterCell(RW).insert(PC, BT::BitMask(0, PW-1)); in evaluate() 350 RC.fill(PW, RW, BT::BitValue::Zero); in evaluate() 355 uint16_t PW = 8; // XXX Pred size: getRegBitWidth(Reg[1]); in evaluate() local 357 RC.fill(PW, RW, BT::BitValue::Zero); in evaluate() 358 return rr0(eINS(RC, eXTR(rc(1), 0, PW), 0), Outputs); in evaluate() 970 uint16_t PW = 8; // XXX Pred size: getRegBitWidth(Reg[1]); in evaluate() local 972 RC.fill(PW, RW, BT::BitValue::Zero); in evaluate()
|
| /openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| D | 3056.key | 5 ah9Rr18wwxIQNRz0WMLjK49QZTZcKsOEsCgo+PW/frGKvbUmTrVLfifxyIuzS03I
|
| D | 1515.key | 11 EiMU6NyhA502NzTV7yPAKOGoFZecLdHoDYJTFoHCC4+f+g8g5m5knO35uFyaI+PW
|
| D | 2882.key | 23 V/NtzYkvuCnVc/Wt5LU2lKiZqI7G6FcitKx1Umb3JFWYbd4+U23FYQy8yOhz/5PW
|
| D | 976.chain | 19 R37mxfUhGkKfg1dWJ6L+PW/HbbKbtXMcHUW6UXnV3wjnXpOwV8QFVRaGaaHAtngM
|
| D | 3097.chain | 17 ABpYv9pUbNmm+HD26kKkv9kkwux4PKQ+2H6T3rbDAVZwuqmZXbInWIFMcWe6+PW+
|
| D | 1999.chain | 13 i97c6u7MmjblHUiS6ghsNHgpro3jYpZv27xwSglRsui6yIkAbYo8S59E3eDb+7PW
|
| D | 3440.chain | 35 N0TNsv0iw+PW/8T3u2oJvlR6BgxI6RdVvwaNBult/sjwgaeH+NAwFEJNgR2J3WrF
|
| /openbsd/src/usr.sbin/lpr/common_source/ |
| D | lp.h | 58 extern long PW; /* page width */
|
| D | common.c | 82 long PW; /* page width */ variable
|
| /openbsd/src/usr.sbin/lpr/lpd/ |
| D | printjob.c | 355 (void)snprintf(&width[2], sizeof(width) - 2, "%ld", PW); in printit() 1074 nchrs++ >= PW/(WIDTH+1)-1) in scan_out() 1305 if (cgetnum(bp, "pw", &PW) < 0) in init() 1306 PW = DEFWIDTH; in init() 1307 (void)snprintf(&width[2], sizeof(width) - 2, "%ld", PW); in init()
|
| /openbsd/src/share/misc/ |
| D | countrycodes | 195 PW:PALAU
|
| /openbsd/src/share/zoneinfo/datfiles/ |
| D | iso3166.tab | 216 PW Palau
|
| /openbsd/src/gnu/usr.bin/perl/t/uni/ |
| D | gv.t | 136 my $copy = *PWÒMPF;
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | config.vc | 884 …ket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' 885 …ket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
|
| D | config.gc | 885 …ket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' 886 …ket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
|
| /openbsd/src/etc/ |
| D | services | 298 pop3pw 106/tcp poppassd # Eudora compatible PW changer
|
| /openbsd/src/gnu/lib/libstdc++/ |
| D | config.guess | 735 i*:PW*:*)
|
| /openbsd/src/gnu/share/ |
| D | config.guess | 691 i*:PW*:*)
|
| /openbsd/src/gnu/lib/libreadline/support/ |
| D | config.guess | 755 i*:PW*:*)
|
| /openbsd/src/gnu/usr.bin/gcc/ |
| D | config.guess | 735 i*:PW*:*)
|
| /openbsd/src/gnu/lib/libiberty/ |
| D | config.guess | 787 i*:PW*:*)
|