| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
| HD | tst.index.d.out | 11 if (rindex("foobarbaz", "barbaz") != 3) { 13 rindex("foobarbaz", "barbaz")); 25 if (rindex("foofoofoo", "foo") != 6) { 27 rindex("foofoofoo", "foo")); 39 if (rindex("boofoofoo", "foo") != 6) { 41 rindex("boofoofoo", "foo")); 53 if (rindex("foobarbaz", "barbazzy") != -1) { 55 rindex("foobarbaz", "barbazzy")); 67 if (rindex("foobar", "foobar") != 0) { 69 rindex("foobar", "foobar")); [all …]
|
| HD | tst.index.d | 168 this->result = rindex(command[i].str, command[i].substr); 205 this->result = rindex(command[i].str,
|
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/ |
| HD | tst.index.d | 47 trace(rindex((char *)rand(), (char *)(rand() ^ vtimestamp, 60 trace(rindex((char *)arg0, (char *)arg1));
|
| HD | tst.shortstr.d | 71 printf("%d\n", rindex(this->str, this->str1));
|
| /trueos/usr.sbin/bhyve/ |
| HD | uart_emul.c | 86 int rindex; /* index to read from */ member 244 c = fifo->buf[fifo->rindex]; in rxfifo_getchar() 245 fifo->rindex = (fifo->rindex + 1) % fifo->size; in rxfifo_getchar()
|
| /trueos/contrib/gcclibs/libiberty/ |
| HD | rindex.c | 18 rindex (const char *s, int c) in rindex() function
|
| /trueos/contrib/binutils/libiberty/ |
| HD | rindex.c | 18 rindex (const char *s, int c) in rindex() function
|
| /trueos/lib/libc/string/ |
| HD | strrchr.c | 55 __weak_reference(strrchr, rindex);
|
| HD | Symbol.map | 23 rindex;
|
| HD | Makefile.inc | 43 MLINKS+=index.3 rindex.3
|
| /trueos/include/ |
| HD | strings.h | 58 char *rindex(const char *, int) __pure; /* LEGACY */
|
| /trueos/lib/libc/mips/string/ |
| HD | strrchr.S | 59 WEAK_ALIAS(rindex, strrchr)
|
| /trueos/lib/libc/i386/string/ |
| HD | strrchr.S | 67 WEAK_ALIAS(rindex, strrchr)
|
| /trueos/contrib/ntp/include/ |
| HD | ntp_string.h | 28 # define strrchr rindex
|
| /trueos/contrib/top/ |
| HD | os.h | 7 # define strrchr(a, b) rindex((a), (b))
|
| /trueos/contrib/gcclibs/libcpp/ |
| HD | system.h | 421 #undef rindex 422 #pragma GCC poison bcopy bzero bcmp rindex
|
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/ |
| HD | tst.libdepfullyconnected.ksh | 77 \$pos = rindex(\$_, "/", \$pos);
|
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| HD | tst.subr.d | 91 INTFUNC(rindex("The SystemTap, The.", "The"))
|
| /trueos/contrib/ntp/sntp/libopts/compat/ |
| HD | compat.h | 274 # define strrchr rindex
|
| /trueos/contrib/ntp/libopts/compat/ |
| HD | compat.h | 274 # define strrchr rindex
|
| /trueos/contrib/gcc/ |
| HD | system.h | 767 #undef rindex 768 #pragma GCC poison bcopy bzero bcmp rindex
|
| /trueos/contrib/ntp/ntpd/ |
| HD | cmd_args.c | 156 group = rindex(user, ':'); in getCmdOpts()
|
| /trueos/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| HD | dataset.py | 153 return Dataset(self.name[:self.name.rindex("/")])
|
| /trueos/gnu/usr.bin/grep/ |
| HD | system.h | 155 # define strrchr rindex
|
| /trueos/release/picobsd/tinyware/oinit/ |
| HD | oinit.c | 583 t=(char *)(rindex(ttys[vty].tty,'/')+1); in start_session() 897 progname=rindex(argv[0],'/'); in main()
|