HomeSort by: relevance | last modified time | path
    Searched defs:rindex (Results 1 - 16 of 16) sorted by relevancy

  /src/lib/libc/string/
Lint_rindex.c 12 rindex(const char *src, int c) function
  /src/external/gpl3/binutils/dist/libiberty/
rindex.c 1 /* 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
  /src/external/gpl3/binutils.old/dist/libiberty/
rindex.c 1 /* 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
  /src/external/gpl3/gcc/dist/libiberty/
rindex.c 1 /* 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
  /src/external/gpl3/gcc.old/dist/libiberty/
rindex.c 1 /* 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
  /src/external/gpl3/gdb/dist/libiberty/
rindex.c 1 /* 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
  /src/external/gpl3/gdb.old/dist/libiberty/
rindex.c 1 /* 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
  /src/sys/dev/qbus/
if_qt.c 151 int rindex; /* Receive Completed Index */ member in struct:qt_softc
481 sc->rindex = 0;
618 while (sc->sc_ib->qc_r[(int)sc->rindex].rmd3 & RMD3_OWN) {
619 rp = &sc->sc_ib->qc_r[(int)sc->rindex];
639 m = if_ubaget(&sc->sc_ifuba, &sc->sc_ifr[(int)sc->rindex],
650 if (++sc->rindex >= NRCV)
651 sc->rindex = 0;
  /src/external/gpl3/gcc/dist/libcpp/
system.h 463 #undef rindex macro
464 #pragma GCC poison bcopy bzero bcmp rindex
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 463 #undef rindex macro
464 #pragma GCC poison bcopy bzero bcmp rindex
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
os.h 136 # define rindex strrchr macro
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
os.h 136 # define rindex strrchr macro
  /src/external/gpl3/gcc/dist/gcc/
system.h 914 the expansion of macros. E.g. #define strrchr rindex, won't error
915 if rindex is poisoned after this directive is issued and later on
1155 #undef rindex macro
1156 #pragma GCC poison bcopy bzero bcmp rindex
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 890 the expansion of macros. E.g. #define strrchr rindex, won't error
891 if rindex is poisoned after this directive is issued and later on
1133 #undef rindex macro
1134 #pragma GCC poison bcopy bzero bcmp rindex
  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-tdep.c 5281 uint8_t eindex, rindex;
5330 for (rindex = 0; rindex < rpt; rindex++)
5334 reg_tt = (reg_rt + rindex) % 32;
5280 uint8_t eindex, rindex; local
  /src/external/gpl3/gdb/dist/gdb/
aarch64-tdep.c 5428 uint8_t eindex, rindex;
5477 for (rindex = 0; rindex < rpt; rindex++)
5481 reg_tt = (reg_rt + rindex) % 32;
5427 uint8_t eindex, rindex; local

Completed in 35 milliseconds