HomeSort by: relevance | last modified time | path
    Searched refs:rindex (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/lib/libc/string/
Lint_rindex.c 12 rindex(const char *src, int c) function
Makefile.inc 51 rindex.3 strcasecmp.3 strcat.3 strchr.3 strcmp.3 strcoll.3 \
  /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/common/lib/libc/arch/arm/string/
strrchr.S 5 STRONG_ALIAS(rindex, strrchr)
  /src/common/lib/libc/arch/m68k/string/
strrchr.S 40 RCSID("from: @(#)rindex.s 5.1 (Berkeley) 5/12/90")
49 subl %a0,%a0 | clear rindex pointer
61 STRONG_ALIAS(rindex,strrchr)
  /src/common/lib/libc/string/
strrchr.c 35 static char sccsid[] = "@(#)rindex.c 8.1 (Berkeley) 6/4/93";
52 __strong_alias(rindex, strrchr)
  /src/common/lib/libc/arch/mips/string/
strrchr.S 38 ASMSTR("from: @(#)rindex.s 8.1 (Berkeley) 6/4/93")
47 XLEAF(rindex)
  /src/include/
strings.h 75 char *rindex(const char *, int);
  /src/crypto/external/cpl/trousers/dist/src/tcsd/
tcsd_conf.c 321 comma = rindex(arg, ',');
350 comma = rindex(arg, ',');
402 dir_ptr = rindex(tmp_ptr, '/');
551 comma = rindex(arg, '\n');
554 comma = rindex(arg, ',');
590 comma = rindex(arg,'\n');
593 comma = rindex(arg,',');
611 comma = rindex(arg, '\n');
614 comma = rindex(arg, ',');
  /src/common/lib/libc/arch/i386/string/
strrchr.S 97 STRONG_ALIAS(rindex,strrchr)
  /src/external/bsd/top/dist/
os.h 71 #define strrchr(a, b) rindex((a), (b))
  /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/common/lib/libc/arch/x86_64/string/
strrchr.S 125 STRONG_ALIAS(rindex,strrchr)
  /src/crypto/external/apache2/openssl/dist/util/
withlibctx.pl 37 next if (rindex $subdir, ".", 0) == 0;
  /src/crypto/external/bsd/openssl/dist/util/
withlibctx.pl 37 next if (rindex $subdir, ".", 0) == 0;
  /src/external/bsd/openldap/dist/include/ac/
string.h 41 # define strrchr rindex
  /src/distrib/utils/more/
main.c 162 current_name = (p = rindex(filename, '/')) ? p + 1 : filename;
  /src/external/bsd/ntp/dist/sntp/libopts/compat/
compat.h 340 # define strrchr rindex
  /src/external/gpl2/grep/dist/src/
system.h 157 # define strrchr rindex
  /src/external/gpl2/xcvs/dist/diff/
system.h 199 # define strrchr rindex

Completed in 34 milliseconds

1 2 3