Searched defs:strcspn (Results 1 - 11 of 11) sorted by relevance
| /third_party/musl/src/string/ |
| H A D | strcspn.c | 5 size_t strcspn(const char *string1, const char *string2) in strcspn() function
|
| /third_party/musl/porting/linux/user/src/string/ |
| H A D | strcspn.c | 5 size_t strcspn(const char *string1, const char *string2)
in strcspn() function
|
| /third_party/musl/porting/uniproton/kernel/src/string/ |
| H A D | strcspn.c | 6 size_t strcspn(const char *s, const char *c) in strcspn() function
|
| /third_party/musl/porting/liteos_a/kernel/src/string/ |
| H A D | strcspn.c | 6 size_t strcspn(const char *s, const char *c) in strcspn() function
|
| /third_party/musl/porting/liteos_m/kernel/src/string/ |
| H A D | strcspn.c | 6 size_t strcspn(const char *s, const char *c) in strcspn() function
|
| /third_party/rust/crates/libc/src/windows/ |
| H A D | mod.rs | 363 pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; in strcspn() functions
|
| /third_party/rust/crates/libc/src/solid/ |
| H A D | mod.rs | 728 pub fn strcspn(arg1: *const c_char, arg2: *const c_char) -> size_t; in strcspn() functions
|
| /third_party/rust/crates/libc/src/ |
| H A D | wasi.rs | 564 pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; in strcspn() functions
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 547 pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; in strcspn() functions
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1152 pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; in strcspn() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3436 pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; in strcspn() functions
|
Completed in 28 milliseconds