Searched defs:STRLEN (Results 1 – 10 of 10) sorted by relevance
| /third_party/ltp/testcases/kernel/syscalls/nftw/ |
| D | nftw.h | 50 #define STRLEN 512 macro
|
| D | nftw64.h | 49 #define STRLEN 512 macro
|
| /third_party/ltp/lib/ |
| D | parse_opts.c | 109 #define STRLEN 2048 macro
|
| /third_party/mbedtls/programs/ssl/ |
| D | ssl_context_info.c | 448 enum { STRLEN = 4096 }; in print_deserialized_ssl_cert() enumerator
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | ustring.cpp | 1508 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | utxttest.cpp | 1437 const int STRLEN = 90; in Ticket6847() local
|
| /third_party/icu/icu4c/source/common/ |
| D | ustring.cpp | 1506 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ argument
|
| /third_party/node/deps/icu-small/source/common/ |
| D | ustring.cpp | 1506 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) UPRV_BLOCK_MACRO_BEGIN { \ argument
|
| /third_party/pcre2/pcre2/src/ |
| D | pcre2test.c | 1548 #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
|
| /third_party/sqlite/src/ |
| D | shell.c | 9404 #define STRLEN (int)strlen macro
|