Searched refs:zB (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/test/recipes/80-test_tsa_data/ |
| H A D | user-trust-ca.pem | 30 qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_create/ |
| H A D | zfs_create.cfg | 51 "1PB" "1zb" "1zB" "1Zb" "1ZB"
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| H A D | zfs_create.cfg | 60 "1PB" "1zb" "1zB" "1Zb" "1ZB"
|
| /freebsd/secure/caroot/trusted/ |
| H A D | USERTrust_RSA_Certification_Authority.pem | 130 qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB
|
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1002 const void *zB in tclSqlCollate() argument 1010 Tcl_ListObjAppendElement(p->interp, pCmd, Tcl_NewStringObj(zB, nB)); in tclSqlCollate()
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 5694 const unsigned char *zB = (const unsigned char*)pKey2; in uintCollFunc() local 5698 x = zA[i] - zB[j]; in uintCollFunc() 5701 if( !isdigit(zB[j]) ) return x; in uintCollFunc() 5703 while( j<nKey2 && zB[j]=='0' ){ j++; } in uintCollFunc() 5706 && j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc() 5711 }else if( j+k<nKey2 && isdigit(zB[j+k]) ){ in uintCollFunc() 5714 x = memcmp(zA+i, zB+j, k); in uintCollFunc() 6491 const unsigned char *zB = (const unsigned char*)pKey2; in decimalCollFunc() local 6493 Decimal *pB = decimalNewFromText((const char*)zB, nKey2); in decimalCollFunc() 13635 static int zipfileComparePath(const char *zA, const char *zB, int nB){ in zipfileComparePath() argument [all …]
|
| H A D | sqlite3.c | 134635 const unsigned char *zA, *zB; local 134685 zB = sqlite3_value_text(argv[0]); 134687 if( zA && zB ){ 134692 patternCompare(zB, zA, pInfo, escape)==SQLITE_MATCH); 224642 const unsigned char *zB = sqlite3_value_text(argv[1]); local 224670 if( zA && zB ){ 224671 sqlite3_result_int(context, icuLikeCompare(zA, zB, uEsc));
|