| /third_party/ltp/tools/sparse/sparse-src/validation/ |
| H A D | builtin-prototype.c | 8 unsigned int strlen(const char *src) in strlen() function
|
| /third_party/musl/porting/liteos_m/user/src/string/ |
| H A D | strlen.c | 11 _LIBC_TEXT_SECTION size_t strlen(const char *s) in strlen() function
|
| /third_party/musl/src/string/ |
| H A D | strlen.c | 10 size_t strlen(const char *s) in strlen() function
|
| /third_party/musl/porting/uniproton/kernel/src/string/ |
| H A D | strlen.c | 10 size_t strlen(const char *s) in strlen() function
|
| /third_party/musl/porting/liteos_a/kernel/src/string/ |
| H A D | strlen.c | 10 size_t strlen(const char *s) in strlen() function
|
| /third_party/musl/porting/liteos_m/kernel/src/string/ |
| H A D | strlen.c | 10 size_t strlen(const char *s) in strlen() function
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_string_utils.c | 209 PRIV(strlen)(PCRE2_SPTR str) in strlen() function
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-utf.hh | 126 strlen (const codepoint_t *text) in strlen() function 252 strlen (const codepoint_t *text) in strlen() function 319 strlen (const TCodepoint *text) in strlen() function 373 strlen (const codepoint_t *text) in strlen() function 428 strlen (const codepoint_t *text) in strlen() function
|
| /third_party/musl/porting/liteos_m/user/include/ |
| H A D | usr_lib_define.h | 70 #define strlen b_strlen macro
|
| H A D | usr_lib_ops.h | 114 size_t (*strlen)(const char *s); member
|
| /third_party/libexif/libexif/huawei/ |
| H A D | mnote-huawei-entry.c | 86 mnote_huawei_entry_rational_timestamp_process(char *buff, const int buff_size, const char *v, int strlen, in mnote_huawei_entry_rational_timestamp_process() argument 132 mnote_huawei_entry_string_process(char *buff, const int buff_size, const char *v, int strlen, in mnote_huawei_entry_string_process() argument 146 mnote_huawei_entry_value_process(char *buff, const int buff_size, const char *v, int strlen, in mnote_huawei_entry_value_process() argument 188 mnote_huawei_entry_set_value(MnoteHuaweiEntry *e, const char *v, int strlen) in mnote_huawei_entry_set_value() argument [all...] |
| /third_party/rust/crates/linux-raw-sys/gen/include/ |
| H A D | support.h | 24 #define strlen __builtin_strlen macro
|
| /third_party/ltp/testcases/kernel/kvm/ |
| H A D | lib_guest.c | 69 size_t strlen(const char *str) in strlen() function
|
| /third_party/openssl/ohos_lite/ |
| H A D | e_os.h | 168 # define strlen(s) _strlen31(s) macro
|
| /third_party/skia/third_party/externals/piex/src/binary_parse/ |
| H A D | range_checked_byte_ptr.cc | 287 size_t strlen(const RangeCheckedBytePtr &src) { in strlen() function
|
| /third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| H A D | UConverterAlias.java | 68 private static final int strlen(byte[] sArray, int sBegin) in strlen() method in UConverterAlias
|
| /third_party/node/deps/openssl/openssl/ |
| H A D | e_os.h | 130 # define strlen(s) _strlen31(s) macro
|
| /third_party/openssl/ |
| H A D | e_os.h | 130 # define strlen(s) _strlen31(s) macro
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | os.h | 650 #define strlen OS_DO_NOT_USE_strlen macro
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | os.h | 650 #define strlen OS_DO_NOT_USE_strlen macro
|
| /third_party/icu/icu4c/source/test/perf/collperf/ |
| H A D | collperf.cpp | 225 int strlen = count - 5; in icu_forward_all() local 247 int strlen = count; in icu_backward_all() local
|
| /third_party/musl/porting/liteos_m/user/hook/ |
| H A D | los_usr_libc.c | 443 size_t strlen(const char *s) in strlen() function
|
| /third_party/icu/icu4c/source/test/perf/collationperf/ |
| H A D | collperf.cpp | 848 int strlen = haslen?gFileLines[linecount].len:-1; in doForwardIterTest() local 868 int strlen = haslen?gFileLines[linecount].len:-1; in doForwardIterTest() local 887 int strlen = 0; in doForwardIterTest() local 1011 int strlen = haslen?gFileLines[linecount].len:-1; doBackwardIterTest() local 1032 int strlen = haslen?gFileLines[linecount].len:-1; doBackwardIterTest() local 1051 int strlen = 0; doBackwardIterTest() local [all...] |
| /third_party/rust/crates/libc/src/windows/ |
| H A D | mod.rs | 367 pub fn strlen(cs: *const c_char) -> size_t; in strlen() functions
|
| /third_party/python/Objects/ |
| H A D | longobject.c | 1716 Py_ssize_t size, strlen, size_a, i, j; in long_to_decimal_string_internal() local [all...] |