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

/osnet-11/usr/src/lib/libc/port/gen/
H A Drindex.c53 rindex(const char *sp, int c) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbytes_heavy.pl33 sub rindex ($$;$) { subroutine
36 @_ == 2 ? CORE::rindex($_[0], $_[1]) :
37 CORE::rindex($_[0], $_[1], $_[2]) ;

Completed in 33 milliseconds