Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d.out11 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 …]
H A Dtst.index.d166 this->result = rindex(command[i].str, command[i].substr);
203 this->result = rindex(command[i].str,
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dstrrchr.c36 #undef rindex
38 extern char* rindex(const char*, int);
43 return(rindex(s, c));
/illumos-gate/usr/src/ucbhead/
H A Dstrings.h56 extern char *rindex(char *, char);
62 extern char *rindex();
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.index.d45 trace(rindex((char *)rand(), (char *)(rand() ^ vtimestamp,
58 trace(rindex((char *)arg0, (char *)arg1));
H A Dtst.shortstr.d69 printf("%d\n", rindex(this->str, this->str1));
/illumos-gate/usr/src/cmd/bhyve/
H A Dps2mouse.c90 int rindex; /* index to read from */ member
151 *val = fifo->buf[fifo->rindex]; in fifo_get()
152 fifo->rindex = (fifo->rindex + 1) % fifo->size; in fifo_get()
270 sc->fifo.rindex = 0; in ps2mouse_toggle()
H A Dps2kbd.c73 int rindex; /* index to read from */ member
249 *val = fifo->buf[fifo->rindex]; in fifo_get()
250 fifo->rindex = (fifo->rindex + 1) % fifo->size; in fifo_get()
H A Duart_emul.c116 int rindex; /* index to read from */ member
313 c = fifo->buf[fifo->rindex]; in rxfifo_getchar()
314 fifo->rindex = (fifo->rindex + 1) % fifo->size; in rxfifo_getchar()
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c106 static int findex, rindex; variable
157 findex = rindex = 0; in kcf_rnd_init()
545 rindex = findex = (findex + 1) & in rnd_get_bytes()
1005 rndpool[rindex] ^= *ptr; in rndc_addbytes()
1007 rindex = (rindex + 1) & (RNDPOOLSIZE - 1); in rndc_addbytes()
1013 rndpool[rindex] ^= *ptr; in rndc_addbytes()
1015 findex = rindex = (rindex + 1) & (RNDPOOLSIZE - 1); in rndc_addbytes()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.kpriv.ksh60 CANTREAD2(rindex, "bagnoogle")
61 CANTREAD2ARG1(rindex, "bagnoogle")
/illumos-gate/usr/src/lib/libc/port/gen/
H A Drindex.c51 rindex(const char *sp, int c) in rindex() function
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Drindex.c51 rindex(char *sp, char c) in rindex() function
/illumos-gate/usr/src/boot/libsa/string/
H A Dstrrchr.c55 __weak_reference(strrchr, rindex);
/illumos-gate/usr/src/head/
H A Dstrings.h48 extern char *rindex(const char *, int);
/illumos-gate/usr/src/boot/include/
H A Dstrings.h61 char *rindex(const char *, int) __pure; /* LEGACY */
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c52 #define rindex(s, r) strrchr(s, r) macro
102 whoami = (char *)rindex(*argv, '/') + 1; in main()
/illumos-gate/usr/src/cmd/ttymon/
H A Dulockf.c72 cp = rindex(name, '/'); in mklock()
186 cp = rindex(name, '/'); in rmlock()
H A Duucp.h484 #define rindex strrchr macro
490 #define strrchr rindex
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libdepfullyconnected.ksh77 \$pos = rindex(\$_, "/", \$pos);
/illumos-gate/usr/src/cmd/bnu/
H A Dulockf.c77 cp = rindex(name, '/');
194 cp = rindex(name, '/');
/illumos-gate/usr/src/lib/krb5/ss/
H A Dmk_cmds.c69 q = rindex(path, '/');
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c262 if ((suffix = rindex(authname, '.')) == NULL) in check_auth()
282 while ((suffix = rindex(authtoks, '.')) && in check_auth()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c78 #define rindex strrchr macro
244 char *rindex(); in mailfor()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d90 INTFUNC(rindex("The SystemTap, The.", "The"))

123