Searched defs:strnlen (Results 1 – 12 of 12) sorted by relevance
| /third_party/musl/porting/uniproton/kernel/src/string/ |
| D | strnlen.c | 3 size_t strnlen(const char *s, size_t n) in strnlen() function
|
| /third_party/musl/porting/liteos_a/kernel/src/string/ |
| D | strnlen.c | 3 size_t strnlen(const char *s, size_t n) in strnlen() function
|
| /third_party/musl/porting/liteos_m/kernel/src/string/ |
| D | strnlen.c | 3 size_t strnlen(const char *s, size_t n) in strnlen() function
|
| /third_party/musl/src/string/ |
| D | strnlen.c | 3 size_t strnlen(const char *s, size_t n) in strnlen() function
|
| /third_party/libuv/src/unix/ |
| D | sunos.c | 871 size_t strnlen(const char* s, size_t maxlen) { in strnlen() function
|
| /third_party/libcoap/src/ |
| D | coap_debug.c | 119 strnlen(const char *s, size_t maxlen) { in strnlen() function
|
| /third_party/ntfs-3g/ntfsprogs/ |
| D | ntfsdecrypt.c | 748 static size_t strnlen(const char *s, size_t maxlen) in strnlen() function
|
| /third_party/rust/crates/libc/src/windows/ |
| D | mod.rs | 368 pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; in strnlen() function
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 555 pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; in strnlen() function
|
| /third_party/rust/crates/libc/src/ |
| D | wasi.rs | 572 pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; in strnlen() function
|
| /third_party/rust/crates/libc/src/solid/ |
| D | mod.rs | 751 pub fn strnlen(arg1: *const c_char, arg2: size_t) -> size_t; in strnlen() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3441 pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; in strnlen() function
|