Searched refs:pV (Results 1 – 7 of 7) sorted by relevance
/freebsd/bin/sh/tests/builtins/ |
H A D | command6.0 | 2 case $(command -pV ls) in 4 echo "Failed: \$(command -pV ls) should not match */var/empty/ls*" ;; 7 echo "Failed: \$(command -pV ls) match \"ls is\"*\" \"/*/ls" ;; 9 command -pV true 10 command -pV /bin/ls 15 command -pV fun 16 command -pV break 17 command -pV if 18 command -pV { 21 command -pV foo
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | scrypt.c | 357 uint32_t *pV; in scryptROMix() local 361 for (pV = V, i = 0, pB = B; i < 32 * r; i++, pV++) { in scryptROMix() 362 *pV = *pB++; in scryptROMix() 363 *pV |= *pB++ << 8; in scryptROMix() 364 *pV |= *pB++ << 16; in scryptROMix() 365 *pV |= (uint32_t)*pB++ << 24; in scryptROMix() 368 for (i = 1; i < N; i++, pV += 32 * r) in scryptROMix() 369 scryptBlockMix(pV, pV - 32 * r, r); in scryptROMix() 376 pV = V + 32 * r * j; in scryptROMix() 378 T[k] = X[k] ^ *pV++; in scryptROMix()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
H A D | zfs_create_dryrun.ksh | 143 dry_create_no_output -pV 10m "$TESTPOOL/$TESTFS1/$TESTFS2"
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 6691 static int re_hex(int c, int *pV){ in re_hex() argument 6701 *pV = (*pV)*16 + (c & 0xff); in re_hex()
|
H A D | sqlite3.c | 54143 unsigned char *pV = 0; 54151 pV = sqlite3MallocZero( (sz+7)/8 + 1 ); 54153 if( pBitvec==0 || pV==0 || pTmpSpace==0 ) goto bitvec_end; 54183 SETBIT(pV, (i+1)); 54188 CLEARBIT(pV, (i+1)); 54202 if( (TESTBIT(pV,i))!=sqlite3BitvecTest(pBitvec,i) ){ 54211 sqlite3_free(pV);
|
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/ |
H A D | t_netpgpverify.sh | 5590 VKk8llqyLIciQ/pV+5KT7tb0nslbjrxwWr6XTde+7xscUy6hCBZ8oSRud/VEOPJB
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | NormalizationTest.txt | 2245 33B4;33B4;33B4;0070 0056;0070 0056; # (㎴; ㎴; ㎴; pV; pV; ) SQUARE PV
|