/third_party/musl/src/string/ |
D | strrchr.c | 3 char *strrchr(const char *s, int c) in strrchr() function
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
D | strrchr.c | 3 char *strrchr(const char *s, int c) in strrchr() function
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
D | strrchr.c | 3 char *strrchr(const char *s, int c) in strrchr() function
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
D | strrchr.c | 3 char *strrchr(const char *s, int c) in strrchr() function
|
/third_party/lame/mpglib/ |
D | decode_i386.c | 42 # define strrchr rindex macro
|
D | mpg123.h | 31 # define strrchr rindex macro
|
/third_party/lame/libmp3lame/ |
D | machine.h | 36 # define strrchr rindex macro
|
D | id3tag.c | 46 # define strrchr rindex macro
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | string.h | 221 char* strrchr(const char* const s __DIAGNOSE_PASS_OBJECT_SIZE, int c) in strrchr() function
|
/third_party/musl/include/fortify/linux/ |
D | string.h | 221 char* strrchr(const char* const s __DIAGNOSE_PASS_OBJECT_SIZE, int c) in strrchr() function
|
/third_party/lame/frontend/ |
D | console.c | 11 # define strrchr rindex macro
|
D | gpkplotting.c | 35 # define strrchr rindex macro
|
D | lame_main.c | 39 # define strrchr rindex macro
|
D | main.c | 39 # define strrchr rindex macro
|
D | parse.c | 40 # define strrchr rindex macro
|
D | get_audio.c | 44 # define strrchr rindex macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os.h | 661 #define strrchr OS_DO_NOT_USE_strrchr macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os.h | 661 #define strrchr OS_DO_NOT_USE_strrchr macro
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 361 pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; in strrchr() function
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 545 pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; in strrchr() function
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 562 pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; in strrchr() function
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 735 pub fn strrchr(arg1: *const c_char, arg2: c_int) -> *mut c_char; in strrchr() function
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1150 pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; in strrchr() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3434 pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; in strrchr() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 7269 strrchr(char* __s, int __n) in strrchr() function
|