r                 189 gtags-cscope/mypopen.c 	pid_t r;
r                 203 gtags-cscope/mypopen.c 	while((r = wait(&status)) != popen_pid[f] && r != -1)
r                 205 gtags-cscope/mypopen.c 	if(r == -1)
r                  94 libdb/bt_split.c 	PAGE *h, *l, *r, *lchild, *rchild;
r                 109 libdb/bt_split.c 	    bt_root(t, sp, &l, &r, &skip, ilen) :
r                 110 libdb/bt_split.c 	    bt_page(t, sp, &l, &r, &skip, ilen);
r                 128 libdb/bt_split.c 	    bt_rroot(t, sp, l, r) : bt_broot(t, sp, l, r)) == RET_ERROR)
r                 156 libdb/bt_split.c 		rchild = r;
r                 221 libdb/bt_split.c 			    bt_root(t, h, &l, &r, &skip, nbytes) :
r                 222 libdb/bt_split.c 			    bt_page(t, h, &l, &r, &skip, nbytes);
r                 301 libdb/bt_split.c 		    bt_rroot(t, sp, l, r) : bt_broot(t, sp, l, r)) == RET_ERROR)
r                 310 libdb/bt_split.c 	mpool_put(t->bt_mp, r, MPOOL_DIRTY);
r                 324 libdb/bt_split.c 	mpool_put(t->bt_mp, r, 0);
r                 349 libdb/bt_split.c 	PAGE *l, *r, *tp;
r                 356 libdb/bt_split.c 	if ((r = __bt_new(t, &npg)) == NULL)
r                 358 libdb/bt_split.c 	r->pgno = npg;
r                 359 libdb/bt_split.c 	r->lower = BTDATAOFF;
r                 360 libdb/bt_split.c 	r->upper = t->bt_psize;
r                 361 libdb/bt_split.c 	r->nextpg = h->nextpg;
r                 362 libdb/bt_split.c 	r->prevpg = h->pgno;
r                 363 libdb/bt_split.c 	r->flags = h->flags & P_TYPE;
r                 379 libdb/bt_split.c 		h->nextpg = r->pgno;
r                 380 libdb/bt_split.c 		r->lower = BTDATAOFF + sizeof(indx_t);
r                 383 libdb/bt_split.c 		*rp = r;
r                 384 libdb/bt_split.c 		return (r);
r                 389 libdb/bt_split.c 		mpool_put(t->bt_mp, r, 0);
r                 396 libdb/bt_split.c 	l->nextpg = r->pgno;
r                 409 libdb/bt_split.c 		tp->prevpg = r->pgno;
r                 420 libdb/bt_split.c 	tp = bt_psplit(t, h, l, r, skip, ilen);
r                 429 libdb/bt_split.c 	*rp = r;
r                 453 libdb/bt_split.c 	PAGE *l, *r, *tp;
r                 462 libdb/bt_split.c 	    (r = __bt_new(t, &rnpg)) == NULL)
r                 465 libdb/bt_split.c 	r->pgno = rnpg;
r                 466 libdb/bt_split.c 	l->nextpg = r->pgno;
r                 467 libdb/bt_split.c 	r->prevpg = l->pgno;
r                 468 libdb/bt_split.c 	l->prevpg = r->nextpg = P_INVALID;
r                 469 libdb/bt_split.c 	l->lower = r->lower = BTDATAOFF;
r                 470 libdb/bt_split.c 	l->upper = r->upper = t->bt_psize;
r                 471 libdb/bt_split.c 	l->flags = r->flags = h->flags & P_TYPE;
r                 474 libdb/bt_split.c 	tp = bt_psplit(t, h, l, r, skip, ilen);
r                 477 libdb/bt_split.c 	*rp = r;
r                 493 libdb/bt_split.c bt_rroot(t, h, l, r)
r                 495 libdb/bt_split.c 	PAGE *h, *l, *r;
r                 508 libdb/bt_split.c 	    r->flags & P_RLEAF ? NEXTINDEX(r) : rec_total(r), r->pgno);
r                 532 libdb/bt_split.c bt_broot(t, h, l, r)
r                 534 libdb/bt_split.c 	PAGE *h, *l, *r;
r                 556 libdb/bt_split.c 		bl = GETBLEAF(r, 0);
r                 560 libdb/bt_split.c 		WR_BINTERNAL(dest, bl->ksize, r->pgno, 0);
r                 572 libdb/bt_split.c 		bi = GETBINTERNAL(r, 0);
r                 577 libdb/bt_split.c 		((BINTERNAL *)dest)->pgno = r->pgno;
r                 608 libdb/bt_split.c bt_psplit(t, h, l, r, pskip, ilen)
r                 610 libdb/bt_split.c 	PAGE *h, *l, *r;
r                 714 libdb/bt_split.c 			c->pg.pgno = r->pgno;
r                 728 libdb/bt_split.c 		rval = r;
r                 758 libdb/bt_split.c 		r->linp[off] = r->upper -= nbytes;
r                 759 libdb/bt_split.c 		memmove((char *)r + r->upper, src, nbytes);
r                 761 libdb/bt_split.c 	r->lower += off * sizeof(indx_t);
r                 765 libdb/bt_split.c 		r->lower += sizeof(indx_t);
r                1535 libglibc/regex.c 	  active_reg_t r;						\
r                1537 libglibc/regex.c 	  for (r = lowest_active_reg; r <= highest_active_reg; r++)	\
r                1539 libglibc/regex.c 	      MATCHED_SOMETHING (reg_info[r])				\
r                1540 libglibc/regex.c 		= EVER_MATCHED_SOMETHING (reg_info[r])			\
r                4451 libglibc/regex.c               unsigned char r = *p - 1;
r                4452 libglibc/regex.c               while (r > 0 && !IS_ACTIVE (reg_info[r]))
r                4453 libglibc/regex.c                 r--;
r                4462 libglibc/regex.c 	      if (r == 0)
r                4468 libglibc/regex.c                 highest_active_reg = r;
r                4522 libglibc/regex.c 		      unsigned r;
r                4527 libglibc/regex.c                       for (r = *p; r < (unsigned) *p + (unsigned) *(p + 1);
r                4528 libglibc/regex.c 			   r++)
r                4530 libglibc/regex.c                           regstart[r] = old_regstart[r];
r                4533 libglibc/regex.c                           if (old_regend[r] >= regstart[r])
r                4534 libglibc/regex.c                             regend[r] = old_regend[r];
r                5790 libglibc/regex.c           unsigned r;
r                5792 libglibc/regex.c           for (r = 0; r < nmatch; r++)
r                5794 libglibc/regex.c               pmatch[r].rm_so = regs.start[r];
r                5795 libglibc/regex.c               pmatch[r].rm_eo = regs.end[r];
r                  49 libutil/statistics.c #define timeradd(a, b, r) do {					\
r                  50 libutil/statistics.c 	(r)->tv_sec = (a)->tv_sec + (b)->tv_sec;		\
r                  51 libutil/statistics.c 	(r)->tv_usec = (a)->tv_usec + (b)->tv_usec;		\
r                  52 libutil/statistics.c 	if ((r)->tv_usec >= 1000000) {				\
r                  53 libutil/statistics.c 		(r)->tv_sec++;					\
r                  54 libutil/statistics.c 		(r)->tv_usec -= 1000000;			\
r                  60 libutil/statistics.c #define timersub(a, b, r) do {					\
r                  61 libutil/statistics.c 	(r)->tv_sec = (a)->tv_sec - (b)->tv_sec;		\
r                  62 libutil/statistics.c 	(r)->tv_usec = (a)->tv_usec - (b)->tv_usec;		\
r                  63 libutil/statistics.c 	if ((r)->tv_usec < 0) {					\
r                  64 libutil/statistics.c 		(r)->tv_sec--;					\
r                  65 libutil/statistics.c 		(r)->tv_usec += 1000000;			\
r                  73 libutil/statistics.c #define SUB_ELAPSED_TIME(a, b, r) do {				\
r                  76 libutil/statistics.c 	*(r) = diff.tv_sec + diff.tv_usec * 1e-6;		\
r                  95 libutil/statistics.c #define SUB_ELAPSED_TIME(a, b, r)	(*(r) = *(a) - *(b))