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

/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c72 #ifndef rindex
73 #define rindex(a,b) strrchr(a,b) macro
566 colon = rindex (name, ':');
951 if ((d.name = rindex(d.authFile,':')) == NULL) {

Completed in 38 milliseconds