Home
last modified time | relevance | path

Searched refs:STRLEN (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/nftw/
Dnftw64.h49 #define STRLEN 512 macro
68 char contents[STRLEN];
Dnftw.h50 #define STRLEN 512 macro
69 char contents[STRLEN];
Dtools64.c190 static char s[STRLEN]; in ftw_mnemonic()
Dtools.c190 static char s[STRLEN]; in ftw_mnemonic()
/third_party/mbedtls/programs/ssl/
Dssl_context_info.c461 enum { STRLEN = 4096 }; in print_deserialized_ssl_cert() enumerator
464 char str[STRLEN]; in print_deserialized_ssl_cert()
471 mbedtls_strerror(ret, str, STRLEN); in print_deserialized_ssl_cert()
479 ret = mbedtls_x509_crt_info(str, STRLEN, "\t", current); in print_deserialized_ssl_cert()
481 mbedtls_strerror(ret, str, STRLEN); in print_deserialized_ssl_cert()
/third_party/icu/icu4c/source/test/intltest/
Dutxttest.cpp1437 const int STRLEN = 90; in Ticket6847() local
1438 UChar s[STRLEN+1]; in Ticket6847()
1439 u_memset(s, 0x41, STRLEN); in Ticket6847()
1440 s[STRLEN] = 0; in Ticket6847()
1452 TEST_ASSERT(count < STRLEN); in Ticket6847()
1453 if (count >= STRLEN) { in Ticket6847()
1460 TEST_ASSERT(count == STRLEN); in Ticket6847()
1462 TEST_ASSERT(nativeIndex == STRLEN); in Ticket6847()
/third_party/ltp/lib/
Dparse_opts.c109 #define STRLEN 2048 macro
111 static char Mesg2[STRLEN]; /* holds possible return string */
/third_party/cups-filters/scripting/perl/
DCUPS.xs261 STRLEN len;
/third_party/node/deps/icu-small/source/common/
Dustring.cpp1506 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ argument
1510 int32_t len = (int32_t)(STRLEN); \
/third_party/icu/icu4c/source/common/
Dustring.cpp1506 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ argument
1510 int32_t len = (int32_t)(STRLEN); \
/third_party/skia/third_party/externals/icu/source/common/
Dustring.cpp1508 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ argument
1512 int32_t len = (int32_t)(STRLEN); \
/third_party/sqlite/src/
Dshell.c9404 #define STRLEN (int)strlen macro
9593 int nKey = STRLEN(zKey); in idxHashAdd()
9595 int nVal = (zVal ? STRLEN(zVal) : 0); in idxHashAdd()
9599 if( STRLEN(pEntry->zKey)==nKey && 0==memcmp(pEntry->zKey, zKey, nKey) ){ in idxHashAdd()
9627 if( nKey<0 ) nKey = STRLEN(zKey); in idxHashFind()
9631 if( STRLEN(pEntry->zKey)==nKey && 0==memcmp(pEntry->zKey, zKey, nKey) ){ in idxHashFind()
9656 int nColl = STRLEN(zColl); in idxNewConstraint()
9738 int n = STRLEN(zIn); in expertDequote()
10066 nTab = STRLEN(zTab); in idxGetTableInfo()
10076 nByte += 1 + STRLEN(zCol); in idxGetTableInfo()
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2test.c1548 #define STRLEN(p) ((test_mode == PCRE8_MODE)? ((int)strlen((char *)p)) : \ macro
2015 #define STRLEN(p) ((test_mode == G(G(PCRE,BITONE),_MODE))? \ macro
2146 #define STRLEN(p) (int)strlen((char *)p) macro
2254 #define STRLEN(p) (int)strlen16((PCRE2_SPTR16)p) macro
2362 #define STRLEN(p) (int)strlen32((PCRE2_SPTR32)p) macro
4565 uint32_t length = (uint32_t)STRLEN(nametable + imm2_size); in show_pattern_info()