Searched refs:rindex (Results 1 - 25 of 127) sorted by relevance

123456

/macosx-10.10.1/dtrace-147/test/tst/common/funcs/
H A Dtst.index.d.out11 if (rindex("foobarbaz", "barbaz") != 3) {
12 printf("perl => rindex(\"foobarbaz\", \"barbaz\") = %d\n",
13 rindex("foobarbaz", "barbaz"));
14 printf(" D => rindex(\"foobarbaz\", \"barbaz\") = 3\n");
25 if (rindex("foofoofoo", "foo") != 6) {
26 printf("perl => rindex(\"foofoofoo\", \"foo\") = %d\n",
27 rindex("foofoofoo", "foo"));
28 printf(" D => rindex(\"foofoofoo\", \"foo\") = 6\n");
39 if (rindex("boofoofoo", "foo") != 6) {
40 printf("perl => rindex(\"boofoofo
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Drindex.c1 /* Stub implementation of (obsolete) rindex(). */
5 @deftypefn Supplemental char* rindex (const char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{rindex} is
18 rindex (const char *s, int c) function
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dstrrchr.c36 #undef rindex
38 extern char* rindex(const char*, int);
43 return(rindex(s, c));
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Drindex.c31 static char sccsid[] = "@(#)rindex.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: src/lib/libc/string/rindex.c,v 1.8 2007/01/09 00:28:12 imp Exp $");
47 rindex
/macosx-10.10.1/dtrace-147/test/tst/common/safety/
H A Dtst.index.d47 trace(rindex((char *)rand(), (char *)(rand() ^ vtimestamp,
60 trace(rindex((char *)arg0, (char *)arg1));
H A Dtst.shortstr.d71 printf("%d\n", rindex(this->str, this->str1));
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Daix3-2.h46 #undef rindex macro
69 /* string.h defines rindex as a macro, at least with native cc, so we
70 lose declaring char * rindex without this.
H A Dusg5-0.h141 #define rindex strrchr
140 #define rindex macro
H A Dusg5-2-2.h140 #define rindex strrchr
139 #define rindex macro
H A Dusg5-2.h140 #define rindex strrchr
139 #define rindex macro
H A Dirix3-3.h129 #define rindex strrchr
128 #define rindex macro
H A Dunipl5-2.h146 #define rindex strrchr
145 #define rindex macro
H A Dxenix.h172 #define rindex strrchr
171 #define rindex macro
H A Daix3-1.h172 #define rindex strrchr
171 #define rindex macro
H A Diris3-5.h142 #define rindex strrchr
141 #define rindex macro
H A Diris3-6.h143 #define rindex strrchr
142 #define rindex macro
H A Dusg5-3.h156 #define rindex strrchr macro
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dexyacc.rb7 send = source.rindex("\n%%") + 1
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Duspoof_wsconf.h53 uint32_t rindex; // Index of this set in the final (runtime) member in class:BuilderScriptSet
H A Duspoof_wsconf.cpp240 bsset->rindex = 0;
278 outerSet->rindex = rtScriptSetsCount++;
286 innerSet->rindex = outerSet->rindex;
303 if (bSet->rindex != (uint32_t)i) {
304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
359 uint32_t rindex = 2; local
362 if (bSet->rindex < rindex) {
366 U_ASSERT(rindex
[all...]
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dsr2k.h158 #define rindex strrchr
155 #define rindex macro
/macosx-10.10.1/man-16/man/src/
H A Dto_cat.c5 extern char *rindex (const char *, int); /* not always in <string.h> */
69 t0 = rindex (name, '.');
105 if ((t4 = rindex(name,'/')) != NULL && strcmp(t4, "/man")) {
135 while ((t4 = rindex(name, '/')) != NULL && strcmp(t4, "/man")) {
H A Dmakemsg.c26 extern char *rindex(const char *, int);
80 s = rindex(outhfile, '.');
85 s = rindex(outcfile, '.');
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Druby182_test_unit_fix.rb20 $:.delete_at $:.rindex(dir)
/macosx-10.10.1/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddeltatime.c19 char *index(), *rindex();
29 ts = rindex(buf, ' '); /* look for start of seconds */

Completed in 122 milliseconds

123456