Searched refs:crp (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dclnt_simple.c90 register struct callrpc_private *crp = callrpc_private; local
96 if (crp == 0) {
97 crp = (struct callrpc_private *)calloc(1, sizeof (*crp));
98 if (crp == 0)
100 callrpc_private = crp;
102 if (crp->oldhost == NULL) {
103 crp->oldhost = malloc(256);
104 crp->oldhost[0] = 0;
105 crp
[all...]
H A Dpmap_rmt.c178 xdr_rmtcallres(xdrs, crp)
180 register struct rmtcallres *crp;
184 port_ptr = (caddr_t)crp->port_ptr;
186 if (xdr_reference(xdrs, &port_ptr, sizeof (uint32_t), (xdrproc_t)xdr_u_long) && xdr_u_long(xdrs, &crp->resultslen)) {
187 crp->port_ptr = (unsigned int *)port_ptr;
188 return ((*(crp->xdr_results))(xdrs, crp->results_ptr, 0));
191 if (xdr_reference(xdrs, &port_ptr, sizeof (u_long), (xdrproc_t)xdr_u_long) && xdr_u_long(xdrs, &crp->resultslen)) {
192 crp->port_ptr = (unsigned long *)port_ptr;
193 return ((*(crp
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.c104 static int cat_findposition(const CatalogKey *ckp, const CatalogRecord *crp,
116 static void buildrecord(struct cat_attr *attrp, cnid_t cnid, int std_hfs, u_int32_t encoding, CatalogRecord *crp, u_int32_t *recordSize);
118 static int catrec_update(const CatalogKey *ckp, CatalogRecord *crp, struct update_state *state);
123 static void getbsdattr(struct hfsmount *hfsmp, const struct HFSPlusCatalogFile *crp, struct cat_attr * attrp);
128 static void promoteattr(struct hfsmount *hfsmp, const CatalogRecord *dataPtr, struct HFSPlusCatalogFile *crp);
131 static cnid_t getcnid(const CatalogRecord *crp);
132 static u_int32_t getencoding(const CatalogRecord *crp);
135 static int isadir(const CatalogRecord *crp);
139 static int cat_makealias(struct hfsmount *hfsmp, u_int32_t inode_num, struct HFSPlusCatalogFile *crp);
1777 catrec_update(const CatalogKey *ckp, CatalogRecord *crp, struc argument
2176 update_siblinglinks_callback(__unused const CatalogKey *ckp, CatalogRecord *crp, struct linkupdate_state *state) argument
2622 cat_makealias(struct hfsmount *hfsmp, u_int32_t inode_num, struct HFSPlusCatalogFile *crp) argument
3101 getdirentries_callback(const CatalogKey *ckp, const CatalogRecord *crp, struct packdirentry_state *state) argument
3428 getdirentries_std_callback(const CatalogKey *ckp, const CatalogRecord *crp, struct packdirentry_state *state) argument
3685 CatalogRecord crp; local
3784 cat_findposition(const CatalogKey *ckp, const CatalogRecord *crp, struct position_state *state) argument
4186 buildrecord(struct cat_attr *attrp, cnid_t cnid, int std_hfs, u_int32_t encoding, CatalogRecord *crp, u_int32_t *recordSize) argument
4326 getbsdattr(struct hfsmount *hfsmp, const struct HFSPlusCatalogFile *crp, struct cat_attr * attrp) argument
4509 promoteattr(struct hfsmount *hfsmp, const CatalogRecord *dataPtr, struct HFSPlusCatalogFile *crp) argument
4624 getencoding(const CatalogRecord *crp) argument
4642 getcnid(const CatalogRecord *crp) argument
4704 isadir(const CatalogRecord *crp) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/engine/
H A Deng_cryptodev.c98 static int bn2crparam(const BIGNUM *a, struct crparam *crp);
99 static int crparam2bn(struct crparam *crp, BIGNUM *a);
631 * crp->crp_p.
634 bn2crparam(const BIGNUM *a, struct crparam *crp) argument
640 crp->crp_p = NULL;
641 crp->crp_nbits = 0;
650 crp->crp_p = (char *)b;
651 crp->crp_nbits = bits;
666 crparam2bn(struct crparam *crp, BIGNUM *a) argument
671 bytes = (crp
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dasm68k.vim34 syn keyword asm68kReg crp srp tc ac0 ac1 acusr tt0 tt1 mmusr
40 syn keyword asm68kReg cal val scc crp srp drp tc ac psr pcsr
/macosx-10.10/vim-55/src/
H A Dspell.c3508 char_u *crp; local
3597 crp = alloc(todo + 1);
3598 slang->sl_comprules = crp;
3644 if (crp != NULL)
3650 crp = NULL;
3653 *crp++ = c;
3680 if (crp != NULL)
3681 *crp = NUL;

Completed in 219 milliseconds