Home
last modified time | relevance | path

Searched defs:strcspn (Results 1 - 14 of 14) 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
/kernel/linux/linux-6.6/lib/
H A Dstring.c462 size_t strcspn(const char *s, const char *reject) in strcspn() function
472 EXPORT_SYMBOL(strcspn); variable
/kernel/linux/linux-5.10/lib/
H A Dstring.c625 size_t strcspn(const char *s, const char *reject) in strcspn() function
640 EXPORT_SYMBOL(strcspn); variable
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py67 def strcspn(str1, str2): 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 32 milliseconds