Searched refs:zB (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/openssl/test/recipes/80-test_tsa_data/ |
| H A D | user-trust-ca.pem | 30 qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zfs_create/ |
| H A D | zfs_create.cfg | 51 "1PB" "1zb" "1zB" "1Zb" "1ZB"
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| H A D | zfs_create.cfg | 60 "1PB" "1zb" "1zB" "1Zb" "1ZB"
|
| /src/secure/caroot/trusted/ |
| H A D | USERTrust_RSA_Certification_Authority.pem | 133 qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB
|
| /src/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 989 const void *zB in tclSqlCollate() argument 997 Tcl_ListObjAppendElement(p->interp, pCmd, Tcl_NewStringObj(zB, nB)); in tclSqlCollate()
|
| /src/contrib/sqlite3/ |
| H A D | shell.c | 3646 const unsigned char *zB = (const unsigned char*)pKey2; in uintCollFunc() local 3650 x = zA[i] - zB[j]; in uintCollFunc() 3653 if( !isdigit(zB[j]) ) return x; in uintCollFunc() 3655 while( j<nKey2 && zB[j]=='0' ){ j++; } in uintCollFunc() 3658 && j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc() 3663 }else if( j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc() 3666 x = memcmp(zA+i, zB+j, k); in uintCollFunc() 4380 const unsigned char *zB = (const unsigned char*)pKey2; in decimalCollFunc() local 4382 Decimal *pB = decimalNewFromText((const char*)zB, nKey2); in decimalCollFunc() 11675 static int zipfileComparePath(const char *zA, const char *zB, int nB){ in zipfileComparePath() argument [all …]
|
| H A D | sqlite3.c | 131291 const unsigned char *zA, *zB; 131341 zB = sqlite3_value_text(argv[0]); 131343 if( zA && zB ){ 131348 patternCompare(zB, zA, pInfo, escape)==SQLITE_MATCH); 219996 const unsigned char *zB = sqlite3_value_text(argv[1]); 220024 if( zA && zB ){ 220025 sqlite3_result_int(context, icuLikeCompare(zA, zB, uEsc));
|