/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | rindex.c | 33 rindex(sp, c) function
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | rindex.c | 53 rindex(const char *sp, int c) function
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | rindex.c | 53 rindex(char *sp, char c) function
|
/illumos-gate/usr/src/cmd/fs.d/ufs/labelit/ |
H A D | labelit.c | 59 #define rindex(s, r) strrchr(s, r) macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.comsat.c | 81 #define rindex strrchr macro 252 char *rindex();
|
H A D | in.rexecd.c | 68 #define rindex strrchr macro 456 cp = rindex(pwd->pw_shell, '/');
|
/illumos-gate/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;
|
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/ |
H A D | tunefs.c | 59 #define rindex(s, r) strrchr(s, r) macro
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_gld.c | 768 igb_get_rx_ring_index(igb_t *igb, int gindex, int rindex) argument 776 rindex--; 777 if (rindex < 0)
|
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 58 #define rindex(s, r) strrchr(s, r) macro
|
/illumos-gate/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'); 1238 * Identical to v7 rindex, included for portability. 1242 rindex(sp, c) function
|
/illumos-gate/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 97 #define rindex(s, r) strrchr(s, r) macro
|
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_random.c | 102 * Cache of random bytes implemented as a circular buffer. findex and rindex 106 static int findex, rindex; variable 157 findex = rindex = 0; 545 rindex = findex = (findex + 1) & 1004 rndpool[rindex] ^= *ptr; 1006 rindex = (rindex + 1) & (RNDPOOLSIZE - 1); 1012 rndpool[rindex] ^= *ptr; 1014 findex = rindex = (rindex [all...] |
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 262 #define rindex strrchr macro 461 extern char *rindex(); 491 if (command = rindex(argv[0], '/'))
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uucp.h | 551 #define rindex strrchr macro 554 #define strrchr rindex
|
/illumos-gate/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();
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_main.c | 6020 ixgbe_get_rx_ring_index(ixgbe_t *ixgbe, int gindex, int rindex) argument 6028 rindex--; 6029 if (rindex < 0)
|
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 245 #define rindex(s, r) strrchr(s, r) macro
|
/illumos-gate/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 1039 int lindex, rindex; local 1072 rindex = (rmasterid == IDN_NIL_DOMID) ? MASTER_IS_NONE : 1077 select = master_select_table[lindex][rindex];
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1138 rindex.3c \ 1861 rindex.3c := LINKSRC = index.3c
|