Home
last modified time | relevance | path

Searched defs:strrchr (Results 1 - 22 of 22) sorted by relevance

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

Completed in 46 milliseconds