Home
last modified time | relevance | path

Searched refs:rindex (Results 1 – 2 of 2) sorted by relevance

/include/
A Dstrings.h52 extern char *rindex (const char *__s, int __c)
64 # define rindex(s,c) strrchr((s), (c))
A Dstring.h365 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