Searched refs:rindex (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | rindex.c | 18 rindex (const char *s, int c) in rindex() function
|
D | configure.ac | 357 funcs="$funcs rindex" 408 random realpath rename rindex \ 485 AC_LIBOBJ([rindex]) 497 …ock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stp… 524 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
|
D | Makefile.in | 147 random.c regex.c rename.c rindex.c \ 214 ./random.$(objext) ./rename.$(objext) ./rindex.$(objext) \ 1181 ./rindex.$(objext): $(srcdir)/rindex.c 1183 $(COMPILE.c) $(PICFLAG) $(srcdir)/rindex.c -o pic/$@; \ 1186 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/rindex.c -o noasan/$@; \ 1188 $(COMPILE.c) $(srcdir)/rindex.c $(OUTPUT_OPTION)
|
D | config.in | 218 /* Define to 1 if you have the `rindex' function. */
|
D | configure | 5500 random realpath rename rindex \ 5851 …ock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stp… 5902 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
|
D | functions.texi | 1198 @c rindex.c:5 1199 @deftypefn Supplemental char* rindex (const char *@var{s}, int @var{c}) 1202 the string @var{s}, or @code{NULL} if not found. The use of @code{rindex} is
|
D | ChangeLog | 2453 * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix 2540 * rindex.c (rindex): Likewise. 4415 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c, 4454 * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c, 4485 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c, 8962 * rindex.c: Declare return type of externally used function 8976 * index.c, rindex.c: Re-write in terms of strchr() and strrchr(). 9119 index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
|
/toolchain/binutils/binutils-2.25/gold/ |
D | object.cc | 360 unsigned int rindex = layout->incremental_inputs()->get_reloc_count(); in finalize_incremental_relocs() local 363 this->reloc_bases_[i] = rindex; in finalize_incremental_relocs() 364 rindex += this->reloc_counts_[i]; in finalize_incremental_relocs() 368 layout->incremental_inputs()->set_reloc_count(rindex); in finalize_incremental_relocs()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i370.c | 843 end = rindex (input_line_pointer, delim); in i370_ebcdic()
|