Home
last modified time | relevance | path

Searched defs:strrchr (Results 1 – 25 of 25) sorted by relevance

/third_party/musl/src/string/
Dstrrchr.c3 char *strrchr(const char *s, int c) in strrchr() function
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrrchr.c3 char *strrchr(const char *s, int c) in strrchr() function
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrrchr.c3 char *strrchr(const char *s, int c) in strrchr() function
/third_party/musl/porting/uniproton/kernel/src/string/
Dstrrchr.c3 char *strrchr(const char *s, int c) in strrchr() function
/third_party/lame/mpglib/
Ddecode_i386.c42 # define strrchr rindex macro
Dmpg123.h31 # define strrchr rindex macro
/third_party/lame/libmp3lame/
Dmachine.h36 # define strrchr rindex macro
Did3tag.c46 # define strrchr rindex macro
/third_party/musl/porting/linux/user/include/fortify/
Dstring.h221 char* strrchr(const char* const s __DIAGNOSE_PASS_OBJECT_SIZE, int c) in strrchr() function
/third_party/musl/include/fortify/linux/
Dstring.h221 char* strrchr(const char* const s __DIAGNOSE_PASS_OBJECT_SIZE, int c) in strrchr() function
/third_party/lame/frontend/
Dconsole.c11 # define strrchr rindex macro
Dgpkplotting.c35 # define strrchr rindex macro
Dlame_main.c39 # define strrchr rindex macro
Dmain.c39 # define strrchr rindex macro
Dparse.c40 # define strrchr rindex macro
Dget_audio.c44 # define strrchr rindex macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h661 #define strrchr OS_DO_NOT_USE_strrchr macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h661 #define strrchr OS_DO_NOT_USE_strrchr macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs361 pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; in strrchr() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs545 pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; in strrchr() function
/third_party/rust/crates/libc/src/
Dwasi.rs562 pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; in strrchr() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs735 pub fn strrchr(arg1: *const c_char, arg2: c_int) -> *mut c_char; in strrchr() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1150 pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; in strrchr() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3434 pub fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char; in strrchr() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp7269 strrchr(char* __s, int __n) in strrchr() function