/titanic_50/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | 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 …]
|
H A D | tst.index.d | 168 this->result = rindex(command[i].str, command[i].substr); 205 this->result = rindex(command[i].str,
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | strrchr.c | 36 #undef rindex 38 extern char* rindex(const char*, int); 43 return(rindex(s, c));
|
/titanic_50/usr/src/ucbhead/ |
H A D | strings.h | 58 extern char *rindex(char *, char); 64 extern char *rindex();
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.index.d | 47 trace(rindex((char *)rand(), (char *)(rand() ^ vtimestamp, 60 trace(rindex((char *)arg0, (char *)arg1));
|
H A D | tst.shortstr.d | 71 printf("%d\n", rindex(this->str, this->str1));
|
/titanic_50/usr/src/uts/common/crypto/api/ |
H A D | kcf_random.c | 106 static int findex, rindex; variable 157 findex = rindex = 0; in kcf_rnd_init() 545 rindex = findex = (findex + 1) & in rnd_get_bytes() 1004 rndpool[rindex] ^= *ptr; in rndc_addbytes() 1006 rindex = (rindex + 1) & (RNDPOOLSIZE - 1); in rndc_addbytes() 1012 rndpool[rindex] ^= *ptr; in rndc_addbytes() 1014 findex = rindex = (rindex + 1) & (RNDPOOLSIZE - 1); in rndc_addbytes()
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.kpriv.ksh | 60 CANTREAD2(rindex, "bagnoogle") 61 CANTREAD2ARG1(rindex, "bagnoogle")
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | rindex.c | 53 rindex(const char *sp, int c) in rindex() function
|
/titanic_50/usr/src/ucblib/libucb/port/gen/ |
H A D | rindex.c | 53 rindex(char *sp, char c) in rindex() function
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | strings.h | 46 char *rindex();
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | rindex.c | 33 rindex(sp, c) in rindex() function
|
H A D | ttyslot.c | 62 if ((p = rindex(tp, '/')) == NULL) in ttyslot()
|
/titanic_50/usr/src/head/ |
H A D | strings.h | 48 extern char *rindex(const char *, int);
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | uucp.h | 487 #define rindex strrchr macro 493 #define strrchr rindex 508 extern char *index(), *rindex(), *getlogin(), *ttyname(); /*, *malloc();
|
H A D | ulockf.c | 79 cp = rindex(name, '/'); 196 cp = rindex(name, '/');
|
/titanic_50/usr/src/cmd/vi/misc/ |
H A D | ctags.c | 151 char *rindex(), *index(); 352 cp = rindex(file, '.'); 428 fp = rindex(curfile, '/'); 438 fp = rindex(nbuf, '.'); 961 cp = rindex(lbuf, '\n'); 1242 rindex(sp, c) in rindex() function
|
/titanic_50/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 54 #define rindex(s, r) strrchr(s, r) macro 104 whoami = (char *)rindex(*argv, '/') + 1; in main()
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/pragma/ |
H A D | tst.libdepfullyconnected.ksh | 77 \$pos = rindex(\$_, "/", \$pos);
|
/titanic_50/usr/src/lib/krb5/ss/ |
H A D | mk_cmds.c | 70 q = rindex(path, '/');
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | ulockf.c | 80 cp = rindex(name, '/'); 197 cp = rindex(name, '/');
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.subr.d | 90 INTFUNC(rindex("The SystemTap, The.", "The"))
|
/titanic_50/usr/src/cmd/oamuser/user/ |
H A D | funcs.c | 264 if ((suffix = rindex(authname, '.')) == NULL) in check_auth() 284 while ((suffix = rindex(authtoks, '.')) && in check_auth()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.comsat.c | 81 #define rindex strrchr macro 252 char *rindex();
|
/titanic_50/usr/src/ucblib/libucb/ |
H A D | Makefile.com | 66 rindex.o \
|