Searched refs:rp (Results 176 - 200 of 342) sorted by relevance

1234567891011>>

/macosx-10.10.1/shell_cmds-179/expr/
H A Dexpr.y531 regex_t rp;
542 if ((eval = regcomp(&rp, b->u.s, 0)) != 0) {
543 regerror(eval, &rp, errbuf, sizeof(errbuf));
549 if (regexec(&rp, a->u.s, (size_t)2, rm, 0) == 0 && rm[0].rm_so == 0)
560 if (rp.re_nsub == 0)
568 regfree(&rp);
/macosx-10.10.1/libarchive-30/libarchive/tar/
H A Dutil.c422 const char *rp, *p = name; local
443 rp = p;
462 } while (rp != p);
H A Dbsdtar_windows.c117 wchar_t *rp = ++p; local
121 if (*p == L'\\' && p != rp) {
/macosx-10.10.1/BerkeleyDB-21/db/rep/
H A Drep_lease.c160 __rep_lease_grant(env, rp, rec, eid)
162 __rep_control_args *rp;
215 DB_ASSERT(env, LOG_COMPARE(&rp->lsn, &le->lease_lsn) >= 0);
216 le->lease_lsn = rp->lsn;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dregexcmp.h54 RegexCompile(RegexPattern *rp, UErrorCode &e);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/
H A Drun.in16 USAGE="$0 [-b <backend>] [-c] [-k] [-l #] [-p] [-s {ro|rp}] [-u] [-w] <script>"
88 SYNCMODE=${SYNCMODE-rp}
123 ro | rp)
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dcomplete.c130 build_actions (list, pp, rp, actp, optp)
132 int *pp, *rp;
148 if (rp)
150 *rp = 1;
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregc_color.c404 subrange(v, from, to, lp, rp)
409 struct state *rp;
420 newarc(v->nfa, PLAIN, subcolor(v->cm, from), lp, rp);
426 subblock(v, from, lp, rp);
430 newarc(v->nfa, PLAIN, subcolor(v->cm, from), lp, rp);
438 subblock(v, start, lp, rp)
442 struct state *rp;
502 newarc(v->nfa, PLAIN, sco, lp, rp);
513 newarc(v->nfa, PLAIN, sco, lp, rp);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngrutil.c2933 png_bytep rp = row + bpp; local
2938 *rp = (png_byte)(((int)(*rp) + (int)(*lp++)) & 0xff);
2939 rp++;
2947 png_bytep rp = row; local
2952 *rp = (png_byte)(((int)(*rp) + (int)(*pp++)) & 0xff);
2953 rp++;
2960 png_bytep rp = row; local
2968 *rp
2984 png_bytep rp = row; local
[all...]
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dbootpd.c1489 struct bootp rp; local
1505 rp = *rq; /* copy request into reply */
1506 rp.bp_op = BOOTREPLY;
1528 rp.bp_yiaddr = iaddr;
1549 (char *)rp.bp_file,
1550 sizeof(rp.bp_file)) == FALSE)
1558 dhcpoa_init(&options, rp.bp_vend + sizeof(rfc_magic),
1559 sizeof(rp.bp_vend) - sizeof(rfc_magic));
1569 bcopy(rfc_magic, rp.bp_vend, sizeof(rfc_magic));
1572 rp
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dproto.c946 register short* rp; local
1005 rp = _pp_fsmtab[fp->state];
1012 rp[c] = n;
1036 rp[c] = n;
1040 rp[c] = n;
1051 rp = _pp_fsmtab[i];
1054 if (c != '@' || !(( rp)>=_pp_fsmtab[(0+13)]&&( rp)<=_pp_fsmtab[(0+18)]))
1056 if (rp[c] >= 0) rp[
2847 register short* rp; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/dsa/
H A Ddsa.h140 BIGNUM **rp);
225 int DSA_sign_setup( DSA *dsa,BN_CTX *ctx_in,BIGNUM **kinvp,BIGNUM **rp);
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Ddsa.h140 BIGNUM **rp);
225 int DSA_sign_setup( DSA *dsa,BN_CTX *ctx_in,BIGNUM **kinvp,BIGNUM **rp);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Ddsa.h114 BIGNUM **rp);
185 int DSA_sign_setup( DSA *dsa,BN_CTX *ctx_in,BIGNUM **kinvp,BIGNUM **rp);
H A Dbn.h482 BN_ULONG bn_mul_add_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w);
483 BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w);
484 void bn_sqr_words(BN_ULONG *rp, BN_ULONG *ap, int num);
486 BN_ULONG bn_add_words(BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp,int num);
487 BN_ULONG bn_sub_words(BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp,int num);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dname.h53 struct Ufunction *rp; /* shell user defined functions */ member in union:Value
150 #define nv_funtree(n) ((n)->nvalue.rp->ptree)
/macosx-10.10.1/libarchive-30/libarchive/cpio/
H A Dcpio_windows.c116 wchar_t *rp = ++p; local
120 if (*p == L'\\' && p != rp) {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpcap.vim33 syn match pcapKeyword contained ':\(af\|cf\|df\|ff\|gf\|if\|lf\|lo\|lp\|nd\|nf\|of\|rf\|rg\|rm\|rp\|sd\|st\|tf\|tr\|vf\)=\k*'
/macosx-10.10.1/vim-55/src/proto/
H A Dops.pro24 void adjust_clip_reg __ARGS((int *rp));
H A Dterm.pro5 void getlinecol __ARGS((long *cp, long *rp));
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_rec.c42 PAGE *_lp, *lp, *np, *pp, *_rp, *rp, *sp; local
50 _lp = lp = np = pp = _rp = rp = NULL;
77 right: REC_FGET(mpf, ip, argp->right, &rp, redo);
102 if (rp != NULL) {
103 cmp = LOG_COMPARE(&LSN(rp), &argp->rlsn);
104 CHECK_LSN(env, op, cmp, &LSN(rp), &argp->rlsn);
152 REC_DIRTY(mpf, ip, file_dbp->priority, &rp);
153 memcpy(rp, _rp, file_dbp->pgsize);
154 rp->lsn = *lsnp;
156 ip, rp, file_db
[all...]
/macosx-10.10.1/Libc-1044.1.2/db/btree/FreeBSD/
H A Dbt_split.c326 * rp: pointer to right page pointer
334 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) argument
370 *rp = r;
413 *rp = r;
424 * rp: pointer to right page pointer
432 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) argument
458 *rp = r;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprlong.h188 ** PRUint64 *rp: pointer to remainder
190 #define LL_UDIVMOD(qp, rp, a, b) \
192 *(rp) = ((PRUint64)(a) % (b)))
265 #define LL_UDIVMOD(qp, rp, a, b) ll_udivmod(qp, rp, a, b)
267 NSPR_API(void) ll_udivmod(PRUint64 *qp, PRUint64 *rp, PRUint64 a, PRUint64 b);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dsigner.cpp194 const Requirements *rp = (const Requirements *)CFDataGetBytePtr(state.mRequirements.as<CFDataRef>()); local
195 if (!rp->validateBlob())
197 requirements = rp->clone();
207 if (const Requirements *rp = code->internalRequirements())
208 requirements = rp->clone();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprlong.h188 ** PRUint64 *rp: pointer to remainder
190 #define LL_UDIVMOD(qp, rp, a, b) \
192 *(rp) = ((PRUint64)(a) % (b)))
265 #define LL_UDIVMOD(qp, rp, a, b) ll_udivmod(qp, rp, a, b)
267 NSPR_API(void) ll_udivmod(PRUint64 *qp, PRUint64 *rp, PRUint64 a, PRUint64 b);

Completed in 477 milliseconds

1234567891011>>