Home
last modified time | relevance | path

Searched defs:strspn (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrspn.c6 size_t strspn(const char *s, const char *c) in strspn() function
/third_party/musl/src/string/
H A Dstrspn.c6 size_t strspn(const char *s, const char *c) in strspn() function
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrspn.c6 size_t strspn(const char *s, const char *c) in strspn() function
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstrspn.c6 size_t strspn(const char *s, const char *c) in strspn() function
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs362 pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; in strspn() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs736 pub fn strspn(arg1: *const c_char, arg2: *const c_char) -> size_t; in strspn() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs563 pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; in strspn() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs546 pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; in strspn() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1151 pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; in strspn() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3435 pub fn strspn(cs: *const c_char, ct: *const c_char) -> size_t; in strspn() functions

Completed in 26 milliseconds