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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A DSearching.c133 /** The strrchr function locates the last occurrence of c (converted to a char)
137 @return The strrchr function returns a pointer to the character, or a
141 strrchr(const char *s, int c) function
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstring.c155 * strrchr - Find the last occurrence of a character in a string
159 char * strrchr(const char * s, int c) function
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c125 char *strrchr (const char *str, int c) function
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h363 #undef strrchr macro
364 #define strrchr(ccp,i) xf86strrchr(ccp,i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h407 #undef strrchr macro
408 #define strrchr(ccp,i) xf86strrchr(ccp,i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h407 #undef strrchr macro
408 #define strrchr(ccp,i) xf86strrchr(ccp,i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h413 #undef strrchr macro
414 #define strrchr(ccp,i) xf86strrchr(ccp,i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h411 #undef strrchr macro
412 #define strrchr(ccp,i) xf86strrchr(ccp,i) macro

Completed in 55 milliseconds