Home
last modified time | relevance | path

Searched refs:rindex (Results 1 – 25 of 82) sorted by relevance

1234

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcsd/
Dtcsd_conf.c321 comma = rindex(arg, ','); in read_conf_line()
350 comma = rindex(arg, ','); in read_conf_line()
402 dir_ptr = rindex(tmp_ptr, '/'); in read_conf_line()
551 comma = rindex(arg, '\n'); in read_conf_line()
554 comma = rindex(arg, ','); in read_conf_line()
590 comma = rindex(arg,'\n'); in read_conf_line()
593 comma = rindex(arg,','); in read_conf_line()
611 comma = rindex(arg, '\n'); in read_conf_line()
614 comma = rindex(arg, ','); in read_conf_line()
/netbsd/src/common/lib/libc/arch/m68k/string/
Dstrrchr.S49 subl %a0,%a0 | clear rindex pointer
61 STRONG_ALIAS(rindex,strrchr)
/netbsd/src/sys/dev/qbus/
Dif_qt.c151 int rindex; /* Receive Completed Index */ member
481 sc->rindex = 0; in qtinit()
618 while (sc->sc_ib->qc_r[(int)sc->rindex].rmd3 & RMD3_OWN) { in qtrint()
619 rp = &sc->sc_ib->qc_r[(int)sc->rindex]; in qtrint()
639 m = if_ubaget(&sc->sc_ifuba, &sc->sc_ifr[(int)sc->rindex], in qtrint()
650 if (++sc->rindex >= NRCV) in qtrint()
651 sc->rindex = 0; in qtrint()
/netbsd/src/lib/libc/string/
DLint_rindex.c12 rindex(const char *src, int c) in rindex() function
DMakefile.inc51 rindex.3 strcasecmp.3 strcat.3 strchr.3 strcmp.3 strcoll.3 \
/netbsd/src/common/lib/libc/arch/arm/string/
Dstrrchr.S5 STRONG_ALIAS(rindex, strrchr)
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Drindex.c18 rindex (const char *s, int c) in rindex() function
Dconfigure.ac383 funcs="$funcs rindex"
443 random realpath rename rindex \
520 AC_LIBOBJ([rindex])
532 …ock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stp…
559 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Drindex.c18 rindex (const char *s, int c) in rindex() function
Dconfigure.ac383 funcs="$funcs rindex"
443 random realpath rename rindex \
520 AC_LIBOBJ([rindex])
532 …ock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stp…
559 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Drindex.c18 rindex (const char *s, int c) in rindex() function
Dconfigure.ac368 funcs="$funcs rindex"
426 random realpath rename rindex \
503 AC_LIBOBJ([rindex])
515 …ock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stp…
542 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
/netbsd/src/common/lib/libc/string/
Dstrrchr.c52 __strong_alias(rindex, strrchr) in __strong_alias() argument
/netbsd/src/include/
Dstrings.h75 char *rindex(const char *, int);
/netbsd/src/common/lib/libc/arch/mips/string/
Dstrrchr.S47 XLEAF(rindex)
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dsystem.h463 #undef rindex
464 #pragma GCC poison bcopy bzero bcmp rindex
/netbsd/src/external/bsd/top/dist/
Dos.h71 #define strrchr(a, b) rindex((a), (b))
/netbsd/src/common/lib/libc/arch/i386/string/
Dstrrchr.S97 STRONG_ALIAS(rindex,strrchr)
/netbsd/src/external/bsd/openldap/dist/include/ac/
Dstring.h41 # define strrchr rindex
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/compat/
Dcompat.h340 # define strrchr rindex
/netbsd/src/common/lib/libc/arch/x86_64/string/
Dstrrchr.S125 STRONG_ALIAS(rindex,strrchr)
/netbsd/src/distrib/utils/more/
Dmain.c162 current_name = (p = rindex(filename, '/')) ? p + 1 : filename;
/netbsd/src/external/gpl2/xcvs/dist/diff/
Dsystem.h199 # define strrchr rindex
/netbsd/src/sys/arch/amiga/stand/binpatch/
Dbinpatch.c456 char *ce = rindex(symbol, '='); in FindAssign()
/netbsd/src/games/fortune/fortune/
Dfortune.c671 if ((sp = rindex(offensive, '/')) == NULL) in all_forts()
769 if ((sp = rindex(file, '/')) == NULL) in is_fortfile()
777 if ((sp = rindex(sp, '.')) != NULL) { in is_fortfile()

1234