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

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr15698-1.c11 char *rindex();
19 char *rindex(a, b) function
H A Dpr19967.c12 char *rindex(const char *, int);
23 p = rindex(__func__, 'f');
/haiku-buildtools/binutils/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
/haiku-buildtools/gcc/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
/haiku-buildtools/legacy/binutils/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
H A DMakefile.in150 random.c regex.c rename.c rindex.c \
199 ./random.o ./rename.o ./rindex.o \
910 ./rindex.o: $(srcdir)/rindex.c
912 $(COMPILE.c) $(PICFLAG) $(srcdir)/rindex.c -o pic/$@; \
914 $(COMPILE.c) $(srcdir)/rindex.c $(OUTPUT_OPTION)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib13.C3 extern char *rindex (__const char *__s, int __c) throw () __attribute__ ((__pure__));
4 extern char *rindex (__const char *__s, int __c) throw () __attribute__ ((__pure__));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dgen-attrs-13.C4 extern char *rindex [[gnu::__pure__]] (__const char *__s, int __c) throw ();
5 extern char *rindex [[gnu::__pure__]] (__const char *__s, int __c) throw ();
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dxm-amix.h24 #define rindex strrchr macro
/haiku-buildtools/legacy/gcc/libiberty/
H A Drindex.c1 /* Stub implementation of (obsolete) rindex(). */
6 rindex (s, c) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrrchr.c3 Ensure all expected transformations of builtin strrchr and rindex
10 extern char *rindex (const char *, int);
38 /* Test only one instance of rindex since the code path is the same
40 if (rindex ("hello", 'z') != 0)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dstrrchr.c29 rindex (const char *s, int c) function
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dxm-beos.h47 #undef rindex macro
48 #define rindex strrchr macro
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Dxm-beos.h66 #undef rindex macro
67 #define rindex strrchr macro
/haiku-buildtools/legacy/gcc/gcc/config/vax/
H A Dxm-vms.h101 pnt1_ = rindex (pnt_, ']'); \
102 pnt1_ = (pnt1_ == 0 ? rindex (pnt_, '>') : pnt1_); \
103 pnt1_ = (pnt1_ == 0 ? rindex (pnt_, ':') : pnt1_); \
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dinfo-utils.h32 # define strrchr rindex
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h303 #ifndef rindex
306 extern char *rindex ();
309 # define rindex strrchr macro
H A Dgcov.c375 cptr = rindex (input_file_name, '/');
396 cptr = rindex (bb_file_name, '.');
402 cptr = rindex (da_file_name, '.');
408 cptr = rindex (bbg_file_name, '.');
1252 cptr = rindex (s_ptr->name, '/');
1261 cptr = rindex (input_file_name, '/');
1269 cptr = rindex (source_file_name, '/');
1278 cptr = rindex (source_file_name, '/');
H A Dcppinit.c443 if ((p = rindex (s, '\\'))) s = p + 1;
445 if ((p = rindex (s, ':'))) s = p + 1; /* Skip device. */
446 if ((p = rindex (s, ']'))) s = p + 1; /* Skip directory. */
447 if ((p = rindex (s, '>'))) s = p + 1; /* Skip alternate (int'n'l) dir. */
449 if ((p = rindex (s, '/'))) s = p + 1;
747 r = rindex (p, '.');
H A Dtlink.c341 char *p = rindex (s, '/');
344 p = rindex (p, '.');
H A Dcppfiles.c570 p = rindex (name, '/');
725 last_slash = rindex (dir, '/');
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr39204.c58 extern char *rindex (__const char *__s, int __c) __attribute__ ((__nonnull__ (1)));
/haiku-buildtools/gcc/libcpp/
H A Dsystem.h440 #undef rindex macro
441 #pragma GCC poison bcopy bzero bcmp rindex
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dxref.c819 s = rindex (file, '/');
826 t = rindex (xref_name, '/');
/haiku-buildtools/libtool/
H A Dltdl.m487 AC_CHECK_FUNCS([strrchr rindex], [break])

Completed in 139 milliseconds

12