Searched refs:rindex (Results 1 – 2 of 2) sorted by relevance
52 extern char *rindex (const char *__s, int __c)64 # define rindex(s,c) strrchr((s), (c))
365 extern char *rindex (const char *__s, int __c)397 static __inline__ char *rindex (__const char *__s, int __c) in rindex() function
Completed in 5 milliseconds