Searched refs:pp (Results 151 - 175 of 760) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dmpoolscript.tcl117 set pp [$mpf get -create -dirty $p]
119 [is_valid_page $pp $mpf] TRUE
121 if { [$pp is_setto $pred] == 0 || [$pp is_setto 0] == 0 } {
123 set r [$pp init $id]
126 set r [$pp put]
129 error_check_good page_put:$fnum:$p [$pp put] 0
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dmime.c467 * get next arg in pp
472 arg(register Parse_t* pp, int first) argument
479 for (s = pp->next; isspace(*s) && *s != '\n'; s++);
482 pp->next = s;
485 pp->name.data = s;
486 pp->value.data = 0;
494 if (pp->value.data)
496 pp->value.data = s;
502 else if (!x && pp->name.data == (s - 1))
505 pp
557 Parse_t pp; local
767 Parse_t pp; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_split.c259 __bam_page(dbc, pp, cp)
261 EPG *pp, *cp;
334 if ((ret = __bam_pinsert(dbc, pp, split, lp, rp, BPI_SPACEONLY)) != 0)
390 &pp->page, dbc->thread_info, dbc->txn, dbc->priority, 0)) != 0 ||
391 (ret = __bam_pinsert(dbc, pp, split, lp, rp, 0)) != 0)
466 dbc->thread_info, pp->page, dbc->priority)) != 0 && ret == 0)
468 if ((t_ret = __TLPUT(dbc, pp->lock)) != 0 && ret == 0)
496 (void)__memp_fput(mpf, dbc->thread_info, pp->page, dbc->priority);
498 (void)__LPUT(dbc, pp->lock);
500 (void)__TLPUT(dbc, pp
969 PAGE *pp; local
[all...]
/macosx-10.10.1/procmail-14/procmail/src/
H A Dvariables.c153 const char**emax=(const char**)environ,**ep,*const*pp; local
157 { for(pp=keepenv;*pp;pp++) /* preserve a happy few */
158 { len=strlen(*pp);
160 if(!strncmp(*pp,p,len)&&(p[len]=='='||p[len-1]=='_'))
181 for(pp=(const char*const*)environ;pp!=ep;pp++) /* duplicate entry? */
182 if(!strncmp(*ep,*pp,le
212 const char*const*pp; local
[all...]
/macosx-10.10.1/groff-38/groff/src/devices/grops/
H A Dpsrm.cpp101 static int read_uint_arg(const char **pp, unsigned *res) argument
103 while (white_space(**pp))
104 *pp += 1;
105 if (**pp == '\0') {
109 const char *start = *pp;
111 long n = strtol(start, (char **)pp, 10);
112 if (n == 0 && *pp == start) {
441 static int read_text_arg(const char **pp, string &res) argument
444 while (white_space(**pp))
445 *pp
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_jupiter.c183 struct refclockproc *pp; local
207 pp = peer->procptr;
208 pp->io.clock_recv = jupiter_receive;
209 pp->io.srcclock = (caddr_t)peer;
210 pp->io.datalen = 0;
211 pp->io.fd = fd;
212 if (!io_addclock(&pp->io)) {
217 pp->unitptr = (caddr_t)instance;
223 pp->clockdesc = DESCRIPTION;
224 memcpy((char *)&pp
261 struct refclockproc *pp; local
444 struct refclockproc *pp; local
487 struct refclockproc *pp; local
532 struct refclockproc *pp; local
1029 struct jplat *pp; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/db/btree/FreeBSD/
H A Dbt_conv.c59 __bt_pgin(void *t, pgno_t pg, void *pp) argument
69 mswap(pp);
73 h = pp;
124 __bt_pgout(void *t, pgno_t pg, void *pp) argument
134 mswap(pp);
138 h = pp;
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Dover.cpp39 box *make_over_box(box *pp, box *qq) argument
41 return new over_box(0, pp, qq);
44 box *make_small_over_box(box *pp, box *qq) argument
46 return new over_box(1, pp, qq);
49 over_box::over_box(int is_small, box *pp, box *qq) argument
50 : reduce_size(is_small), num(pp), den(qq)
/macosx-10.10.1/rsync-45/rsync/
H A Daccess.c169 unsigned char *pp;
180 for (pp = (unsigned char *)p; *pp; pp++) {
181 if (!isascii(*pp) || !isdigit(*pp)) {
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_ocsp.c76 static int i2d_ocsp_nonce(void *a, unsigned char **pp);
77 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length);
201 static int i2d_ocsp_nonce(void *a, unsigned char **pp) argument
204 if(pp) {
205 memcpy(*pp, os->data, os->length);
206 *pp += os->length;
211 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length) argument
217 if(!ASN1_OCTET_STRING_set(os, *pp, length)) goto err;
219 *pp += length;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_asn1.c54 int i2d_DSA_SIG(DSA_SIG *v, unsigned char **pp) argument
81 if (pp)
83 p=*pp;
94 DSA_SIG *d2i_DSA_SIG(DSA_SIG **a, unsigned char **pp, long length) argument
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dxiodevices.cpp52 mach_port_t pp = NotificationPort::port(); local
54 type, mPortRef, pp, pclass);
73 mach_port_t pp = NotificationPort::port(); local
74 // MachPlusPlus::Port(pp).dump(0);
76 interestType, mPortRef, pp, service); // IOServiceMatched
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dwid-browse.el229 (let ((pp (condition-case signal
230 (pp-to-string value)
232 (when (string-match "\n\\'" pp)
233 (setq pp (substring pp 0 (1- (length pp)))))
234 (if (cond ((string-match "\n" pp)
236 ((> (length pp) (- (window-width) (current-column)))
239 (widget-insert pp)
246 pp))))
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/dir/
H A Ddirlib.h34 __STDPP__directive pragma pp:hide getdents getdirentries
79 __STDPP__directive pragma pp:hide DIR closedir opendir readdir seekdir telldir
120 __STDPP__directive pragma pp:nohide DIR closedir opendir readdir seekdir telldir
162 __STDPP__directive pragma pp:nohide getdents getdirentries
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A DMakefile21 OCAMLCFLAGS += -pp camlp4of
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A DMakefile21 OCAMLCFLAGS += -pp camlp4of
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dinclude.rb37 q.pp include_path
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_raw.rb13 s = PP.pp obj, s
/macosx-10.10.1/groff-38/groff/src/libs/libbib/
H A Dindex.cpp74 const int *search1(const char **pp, const char *end);
324 const char **pp, int *lenp,
333 if (get_tag(tagno, searcher, pp, lenp, ridp))
343 if (out_of_date_files_iter->next(searcher, pp, lenp, ridp))
354 const char **pp, int *lenp,
429 res = searchr.search(buf + 1, buf + 2 + length, pp, lenp);
460 const int *index_search_item::search1(const char **pp, const char *end) argument
462 while (*pp < end && !csalnum(**pp))
463 *pp
323 next(const linear_searcher &, const char **pp, int *lenp, reference_id *ridp) argument
352 get_tag(int tagno, const linear_searcher &searchr, const char **pp, int *lenp, reference_id *ridp) argument
614 search_item **pp; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/fips/des/
H A Dfips_desmovs.c353 char *xp, *pp = ibuf+2; local
363 if(!strncmp(pp,"INVERSE ",8) || !strncmp(pp,"DES ",4)
364 || !strncmp(pp,"TDES ",5)
365 || !strncmp(pp,"PERMUTATION ",12)
366 || !strncmp(pp,"SUBSTITUTION ",13)
367 || !strncmp(pp,"VARIABLE ",9))
370 if(!strncmp(pp,"DES ",4))
371 pp+=4;
372 else if(!strncmp(pp,"TDE
[all...]
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dfips_desmovs.c353 char *xp, *pp = ibuf+2; local
363 if(!strncmp(pp,"INVERSE ",8) || !strncmp(pp,"DES ",4)
364 || !strncmp(pp,"TDES ",5)
365 || !strncmp(pp,"PERMUTATION ",12)
366 || !strncmp(pp,"SUBSTITUTION ",13)
367 || !strncmp(pp,"VARIABLE ",9))
370 if(!strncmp(pp,"DES ",4))
371 pp+=4;
372 else if(!strncmp(pp,"TDE
[all...]
/macosx-10.10.1/network_cmds-457/rtadvd.tproj/
H A Drrenum.c144 struct prefix *pp; local
208 for (pp = rai->prefix.next; pp != &rai->prefix;
209 pp = pp->next) {
212 if (prefix_match(&pp->prefix, pp->prefixlen,
216 pp->validlifetime = ntohl(rpu->rpu_vltime);
217 pp->preflifetime = ntohl(rpu->rpu_pltime);
220 pp
[all...]
/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-a-object.c78 int i2d_ASN1_OBJECT(ASN1_OBJECT *a, unsigned char **pp) argument
86 if (pp == NULL) return objsize;
88 p= *pp;
93 *pp=p;
269 ASN1_OBJECT *d2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, argument
277 p= *pp;
291 if(ret) *pp = p;
299 ASN1_OBJECT *c2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, argument
308 for (i = 0, p = *pp + 1; i < len - 1; i++, p++)
326 p= *pp;
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Da_object.c67 int i2d_ASN1_OBJECT(ASN1_OBJECT *a, unsigned char **pp) argument
75 if (pp == NULL) return objsize;
77 p= *pp;
82 *pp=p;
258 ASN1_OBJECT *d2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, argument
266 p= *pp;
280 if(ret) *pp = p;
288 ASN1_OBJECT *c2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, argument
297 for (i = 0, p = *pp; i < len; i++, p++)
315 p= *pp;
[all...]
H A Dasn1_par.c67 static int asn1_parse2(BIO *bp, const unsigned char **pp, long length,
109 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) argument
111 return(asn1_parse2(bp,&pp,len,0,0,indent,0));
114 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) argument
116 return(asn1_parse2(bp,&pp,len,0,0,indent,dump));
119 static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, argument
136 p= *pp;
156 if (BIO_printf(bp,"%5ld:",(long)offset+(long)(op- *pp))
189 offset+(p - *pp),depth+1,
199 offset+(p - *pp),dept
[all...]

Completed in 260 milliseconds

1234567891011>>