Home
last modified time | relevance | path

Searched defs:strchr (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrchr.c3 char *strchr(const char *s, int c) in strchr() function
/third_party/musl/src/string/
Dstrchr.c3 char *strchr(const char *s, int c) in strchr() function
/third_party/musl/porting/uniproton/kernel/src/string/
Dstrchr.c3 char *strchr(const char *s, int c) in strchr() function
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrchr.c3 char *strchr(const char *s, int c) in strchr() function
/third_party/musl/porting/linux/user/include/fortify/
Dstring.h207 char* strchr(const char* const s __DIAGNOSE_PASS_OBJECT_SIZE, int c) in strchr() function
/third_party/musl/ndk_musl_include/fortify/
Dstring.h207 char* strchr(const char* const s __DIAGNOSE_PASS_OBJECT_SIZE, int c) in strchr() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h654 #define strchr OS_DO_NOT_USE_strchr macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h654 #define strchr OS_DO_NOT_USE_strchr macro
/third_party/mksh/
Dmisc.c2425 strchr(char *p, int ch) in strchr() function
Dsh.h638 #define strchr ucstrchr macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs360 pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; in strchr() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs544 pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; in strchr() function
/third_party/rust/crates/libc/src/
Dwasi.rs561 pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; in strchr() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs724 pub fn strchr(arg1: *const c_char, arg2: c_int) -> *mut c_char; in strchr() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1149 pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; in strchr() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3433 pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; in strchr() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp7261 strchr(char* __s, int __n) in strchr() function