Searched defs:strpbrk (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/src/string/ |
H A D | strpbrk.c | 3 char *strpbrk(const char *s, const char *b) in strpbrk() function
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strpbrk.c | 3 char *strpbrk(const char *s, const char *b) in strpbrk() function
|
/kernel/linux/linux-6.6/lib/ |
H A D | string.c | 481 char *strpbrk(const char *cs, const char *ct) in strpbrk() function 491 EXPORT_SYMBOL(strpbrk); variable
|
/kernel/linux/linux-5.10/lib/ |
H A D | string.c | 649 char *strpbrk(const char *cs, const char *ct) in strpbrk() function 661 EXPORT_SYMBOL(strpbrk); variable
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 365 pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; in strpbrk() functions
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 734 pub fn strpbrk(arg1: *const c_char, arg2: *const c_char) -> *mut c_char; in strpbrk() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 567 pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; in strpbrk() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 550 pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; in strpbrk() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1154 pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; in strpbrk() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3438 pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; in strpbrk() functions
|
Completed in 30 milliseconds