Home
last modified time | relevance | path

Searched defs:strcspn (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/src/string/
H A Dstrcspn.c5 size_t strcspn(const char *string1, const char *string2) in strcspn() function
/third_party/musl/porting/linux/user/src/string/
H A Dstrcspn.c5 size_t strcspn(const char *string1, const char *string2) in strcspn() function
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrcspn.c6 size_t strcspn(const char *s, const char *c) in strcspn() function
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrcspn.c6 size_t strcspn(const char *s, const char *c) in strcspn() function
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstrcspn.c6 size_t strcspn(const char *s, const char *c) in strcspn() function
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs363 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 Dmod.rs728 pub fn strcspn(arg1: *const c_char, arg2: *const c_char) -> size_t; in strcspn() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs564 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 Dmod.rs547 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 Dmod.rs1152 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 Dmod.rs3436 pub fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t; in strcspn() functions

Completed in 28 milliseconds