/third_party/musl/src/string/ |
H A D | strchr.c | 3 char *strchr(const char *s, int c) in strchr() function
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | strchr.c | 3 char *strchr(const char *s, int c) in strchr() function
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strchr.c | 3 char *strchr(const char *s, int c) in strchr() function
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
H A D | strchr.c | 3 char *strchr(const char *s, int c) in strchr() function
|
/third_party/lame/mpglib/ |
H A D | decode_i386.c | 41 # define strchr index macro
|
H A D | mpg123.h | 30 # define strchr index macro
|
/third_party/lame/libmp3lame/ |
H A D | machine.h | 35 # define strchr index macro
|
H A D | id3tag.c | 45 # define strchr index macro
|
/third_party/lame/frontend/ |
H A D | console.c | 10 # define strchr index macro
|
H A D | main.c | 38 # define strchr index macro
|
H A D | lame_main.c | 38 # define strchr index macro
|
H A D | gpkplotting.c | 34 # define strchr index macro
|
H A D | parse.c | 39 # define strchr index macro
|
H A D | get_audio.c | 43 # define strchr index macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os.h | 653 #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 D | os.h | 653 #undef strchr macro 654 #define strchr OS_DO_NOT_USE_strchr macro
|
/third_party/mksh/ |
H A D | misc.c | 2425 strchr(char *p, int ch) in strchr() function
|
H A D | sh.h | 637 #undef strchr macro 638 #define strchr ucstrchr macro
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 360 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 D | mod.rs | 724 pub fn strchr(arg1: *const c_char, arg2: c_int) -> *mut c_char; in strchr() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 561 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 D | mod.rs | 544 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 D | mod.rs | 1149 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 D | mod.rs | 3433 pub fn strchr(cs: *const c_char, c: c_int) -> *mut c_char; in strchr() functions
|