Searched refs:bp (Results 151 - 175 of 671) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-ipcomp.c51 ipcomp_print(register const u_char *bp, int *nhdr _U_) argument
60 ipcomp = (struct ipcomp *)bp;
H A Dprint-mobile.c71 mobile_print(const u_char *bp, u_int length) argument
73 const u_char *cp = bp +8 ;
79 mob = (const struct mobile_ip *)bp;
H A Dprint-domain.c148 ns_nprint(register const u_char *cp, register const u_char *bp) argument
155 int data_size = snapend - bp;
176 cp = bp + (((i << 8) | *cp) & 0x3fff);
320 ns_qprint(register const u_char *cp, register const u_char *bp, int is_mdns) argument
351 cp = ns_nprint(np, bp);
357 ns_rprint(register const u_char *cp, register const u_char *bp, int is_mdns) argument
365 if ((cp = ns_nprint(cp, bp)) == NULL)
430 if (ns_nprint(cp, bp) == NULL)
438 if ((cp = ns_nprint(cp, bp)) == NULL)
441 if ((cp = ns_nprint(cp, bp))
579 ns_print(register const u_char *bp, u_int length, int is_mdns) argument
[all...]
H A Dprint-atalk.c94 llap_print(register const u_char *bp, u_int length) argument
106 lp = (const struct LAP *)bp;
107 bp += sizeof(*lp);
117 sdp = (const struct atShortDDP *)bp;
122 bp += ddpSSize;
125 ddp_print(bp, length, sdp->type, 0, lp->src, sdp->srcSkt);
133 dp = (const struct atDDP *)bp;
140 bp += ddpSize;
143 ddp_print(bp, length, dp->type, snet, dp->srcNode, dp->srcSkt);
148 klap_print(bp, lengt
166 atalk_print(register const u_char *bp, u_int length) argument
192 aarp_print(register const u_char *bp, u_int length) argument
229 ddp_print(register const u_char *bp, register u_int length, register int t, register u_short snet, register u_char snode, u_char skt) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm44 push bp ; linkage
45 mov bp,sp
54 lds dx,dword ptr [bp+10] ; get filename pointer
58 lds bx,dword ptr [bp+6] ; get handle pointer
68 pop bp
79 push bp ; linkage
80 mov bp,sp
88 mov bx,word ptr [bp+6] ; file handle
100 pop bp
111 push bp ; linkag
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/cms/
H A Dcms_io.c61 CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms) argument
63 return ASN1_item_d2i_bio(ASN1_ITEM_rptr(CMS_ContentInfo), bp, cms);
66 int i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms) argument
68 return ASN1_item_i2d_bio(ASN1_ITEM_rptr(CMS_ContentInfo), bp, cms);
/macosx-10.10.1/gpatch-3/patch/
H A Dansi2knr.c509 char **bp; local
526 bp = breaks;
534 if ( bp >= btop )
541 *bp++ = p;
614 { *bp++ = "va_alist";
619 if ( bp == breaks + 1 ) /* sole argument */
622 writeblanks(bp[-1] - 1, p);
623 bp--;
628 *bp++ = p+1;
633 *bp
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dstring.c466 register const char *bp; local
489 bp = cp;
509 stakwrite(bp, cp - bp);
510 bp = cp;
521 cp = bp;
583 cp = bp;
594 bp = cp;
602 cp = bp;
611 stakwrite(bp,
[all...]
/macosx-10.10.1/libpcap-48/libpcap/
H A Detherent.c105 char *bp; local
156 bp = e.name;
160 *bp++ = c;
163 *bp = '\0';
H A Dpcap-snit.c125 register u_char *bp, *cp, *ep; local
142 bp = p->buffer;
144 bp = p->bp;
150 ep = bp + cc;
151 while (bp < ep) {
166 p->bp = bp;
167 p->cc = ep - bp;
173 cp = bp;
[all...]
/macosx-10.10.1/ntp-92/util/
H A Dansi2knr.c570 char **bp; local
587 bp = breaks;
595 if ( bp >= btop )
602 *bp++ = p;
675 { *bp++ = "va_alist";
680 if ( bp == breaks + 1 ) /* sole argument */
683 writeblanks(bp[-1] - 1, p);
684 bp--;
689 *bp++ = p+1;
694 *bp
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/-test-/string/
H A Dqsort.c11 cmp_1(const void *ap, const void *bp, void *dummy) argument
15 VALUE b = rb_enc_str_new(bp, d->elsize, d->enc);
21 cmp_2(const void *ap, const void *bp, void *dummy) argument
24 int b = *(const unsigned char *)bp;
/macosx-10.10.1/OpenSSL098-52/src/bugs/
H A Dsgiccbug.c37 register unsigned long t1,t2,*ap,*bp,*rp; local
44 bp=b;
50 t2= *(bp++);
/macosx-10.10.1/Heimdal-398.1.2/appl/rcp/
H A Drcp.c154 char *bp, *host, *src, *suser, *thost, *tuser; local
190 ret = asprintf(&bp,
198 ret = asprintf(&bp,
207 susystem(bp);
208 free(bp);
211 if (asprintf(&bp, "%s -t %s", cmd, targ) == -1)
215 if (do_cmd(host, tuser, bp, &remin, &remout) < 0)
220 free(bp);
231 char *bp, *host, *src, *suser; local
237 ret = asprintf(&bp, "exe
281 BUF *bp; local
419 BUF *bp; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/pem/
H A Dpem_all.c177 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, argument
181 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
199 int PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x, const EVP_CIPHER *enc, argument
210 ret = PEM_write_bio_PrivateKey(bp, k, enc, kstr, klen, cb, u);
261 DSA *PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, argument
265 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
271 int PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, const EVP_CIPHER *enc, argument
282 ret = PEM_write_bio_PrivateKey(bp, k, enc, kstr, klen, cb, u);
345 EC_KEY *PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, argument
349 pktmp = PEM_read_bio_PrivateKey(bp, NUL
449 PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dhistfile.c309 char *buffer, *filename, *bp, *bp1; /* bp1 == bp+1 */ local
372 LINES lines. bp1 is set funny initially. But since bp[1] can't
373 be a comment character (since it's off the end) and *bp can't be
375 for (bp1 = bp = buffer + chars_read - 1; lines && bp > buffer; bp--)
377 if (*bp == '\n' && HIST_TIMESTAMP_START(bp1) == 0)
379 bp1 = bp;
387 for ( ; bp > buffe
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/popper/
H A Dpop_send.c16 char * bp; local
23 if ((bp = strchr(buffer, '\n')))
24 *bp = 0;
35 if (bp)
37 return bp != NULL;
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dcut.c258 register char* bp; local
266 bp = sfreserve(fdin, len, -1);
268 bp = sfgetr(fdin, '\n', 0);
269 if (!bp && !(bp = sfgetr(fdin, 0, SF_LASTR)))
280 register const char* s = bp;
290 if (s == bp && xx)
293 bp = (char*)(s = xx);
306 c = s - bp;
311 register const char* s = bp;
374 unsigned char *bp, *first; local
[all...]
H A Dtee.c73 register const char* bp; local
81 bp = (const char*)buf;
82 ep = bp + n;
83 while (bp < ep)
85 if ((r = write(fd, bp, ep - bp)) <= 0)
87 bp += r;
/macosx-10.10.1/ntp-92/libntp/
H A Dprettydate.c146 char *bp; local
151 LIB_GETBUF(bp);
158 (void) sprintf(bp, "%08lx.%08lx --- --- -- ---- --:--:--",
162 (void) sprintf(bp, "%08lx.%08lx %s, %s %2d %4d %2d:%02d:%02d.%03lu",
168 return bp;
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Daserver.tcl59 if {[.b.bp cget -relief] == "raised"} {
60 .b.bp configure -relief sunken
63 .b.bp configure -relief raised
70 .b.bp configure -relief raised
88 pack [button .b.bp -bitmap snackPause -command Pause] -side left
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Ddbcache.c67 struct bdb_db_pgsize *bp; local
70 for ( bp = bdb->bi_pagesizes; bp; bp=bp->bdp_next ) {
71 rc = strncmp( name->bv_val, bp->bdp_name.bv_val, name->bv_len );
73 if ( name->bv_len == bp->bdp_name.bv_len )
74 return bp->bdp_size;
75 if ( name->bv_len < bp->bdp_name.bv_len &&
76 bp
[all...]
/macosx-10.10.1/postfix-255/postfix/src/bounce/
H A Dbounce_template.c384 const BOUNCE_TIME_PARAMETER *bp; local
393 for (bp = time_parameter; bp->param_name; bp++) {
394 if (strncmp(key, bp->param_name, bp->param_name_len) == 0
395 && key[bp->param_name_len] == '_') {
397 if (strcmp(key + bp->param_name_len + 1, bd->suffix) == 0) {
398 result = bp->value[0] / bd->divisor;
406 } else if (result == 0 && bp
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509/
H A Dx509.h612 #define d2i_X509_bio(bp,x509) (X509 *)ASN1_d2i_bio((char *(*)())X509_new, \
613 (char *(*)())d2i_X509, (bp),(unsigned char **)(x509))
614 #define i2d_X509_bio(bp,x509) ASN1_i2d_bio(i2d_X509,bp,(unsigned char *)x509)
623 #define d2i_X509_CRL_bio(bp,crl) (X509_CRL *)ASN1_d2i_bio((char *(*)()) \
624 X509_CRL_new,(char *(*)())d2i_X509_CRL, (bp),\
626 #define i2d_X509_CRL_bio(bp,crl) ASN1_i2d_bio(i2d_X509_CRL,bp,\
636 #define d2i_PKCS7_bio(bp,p7) (PKCS7 *)ASN1_d2i_bio((char *(*)()) \
637 PKCS7_new,(char *(*)())d2i_PKCS7, (bp),\
[all...]
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dx509.h612 #define d2i_X509_bio(bp,x509) (X509 *)ASN1_d2i_bio((char *(*)())X509_new, \
613 (char *(*)())d2i_X509, (bp),(unsigned char **)(x509))
614 #define i2d_X509_bio(bp,x509) ASN1_i2d_bio(i2d_X509,bp,(unsigned char *)x509)
623 #define d2i_X509_CRL_bio(bp,crl) (X509_CRL *)ASN1_d2i_bio((char *(*)()) \
624 X509_CRL_new,(char *(*)())d2i_X509_CRL, (bp),\
626 #define i2d_X509_CRL_bio(bp,crl) ASN1_i2d_bio(i2d_X509_CRL,bp,\
636 #define d2i_PKCS7_bio(bp,p7) (PKCS7 *)ASN1_d2i_bio((char *(*)()) \
637 PKCS7_new,(char *(*)())d2i_PKCS7, (bp),\
[all...]

Completed in 417 milliseconds

1234567891011>>