Home
last modified time | relevance | path

Searched defs:strchr (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/src/string/
H A Dstrchr.c3 char *strchr(const char *s, int c) in strchr() function
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrchr.c3 char *strchr(const char *s, int c) in strchr() function
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrchr.c3 char *strchr(const char *s, int c) in strchr() function
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstrchr.c3 char *strchr(const char *s, int c) in strchr() function
/third_party/lame/mpglib/
H A Ddecode_i386.c41 # define strchr index macro
H A Dmpg123.h30 # define strchr index macro
/third_party/lame/libmp3lame/
H A Dmachine.h35 # define strchr index macro
H A Did3tag.c45 # define strchr index macro
/third_party/lame/frontend/
H A Dconsole.c10 # define strchr index macro
H A Dmain.c38 # define strchr index macro
H A Dlame_main.c38 # define strchr index macro
H A Dgpkplotting.c34 # define strchr index macro
H A Dparse.c39 # define strchr index macro
H A Dget_audio.c43 # define strchr index macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos.h653 #undef strchr macro
654 #define strchr OS_DO_NOT_USE_strchr macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos.h653 #undef strchr macro
654 #define strchr OS_DO_NOT_USE_strchr macro
/third_party/mksh/
H A Dmisc.c2425 strchr(char *p, int ch) in strchr() function
H A Dsh.h637 #undef strchr macro
638 #define strchr ucstrchr macro
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs360 pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; in strchr() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs724 pub fn strchr(arg1: *const c_char, arg2: c_int) -> *mut c_char; in strchr() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs561 pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; in strchr() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs544 pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; in strchr() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1149 pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; in strchr() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3433 pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; in strchr() functions

Completed in 65 milliseconds