Searched refs:bp (Results 51 - 75 of 671) sorted by relevance

1234567891011>>

/macosx-10.10.1/libauto-186/
H A DBitmap.h57 static inline const usword_t index(const usword_t bp) { return bp >> bits_per_word_log2; } argument
65 static inline const usword_t shift(const usword_t bp) { return bp & bits_mask; } argument
102 inline usword_t *bp_cursor(const usword_t bp) const {
103 return (usword_t *)displace(address(), (bp >> (bits_per_word_log2 - bytes_per_word_log2)) & ~mask(bytes_per_word_log2));
136 inline usword_t bit(const usword_t bp) const { return (*bp_cursor(bp) >> shift(bp)) & 1L; }
144 inline void set_bit(const usword_t bp) cons
164 set_bits(const usword_t bp, const usword_t n) const argument
199 clear_bits(const usword_t bp, const usword_t n) const argument
221 bits_are_clear(const usword_t bp, const usword_t n) const argument
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Dcrdel_auto.c26 u_int8_t *bp; local
32 bp = recbuf;
37 LOGCOPY_32(env, &argp->type, bp);
38 bp += sizeof(argp->type);
40 LOGCOPY_32(env, &argp->txnp->txnid, bp);
41 bp += sizeof(argp->txnp->txnid);
43 LOGCOPY_TOLSN(env, &argp->prev_lsn, bp);
44 bp += sizeof(DB_LSN);
46 LOGCOPY_32(env, &uinttmp, bp);
48 bp
98 u_int8_t *bp; local
274 u_int8_t *bp; local
338 u_int8_t *bp; local
502 u_int8_t *bp; local
563 u_int8_t *bp; local
730 u_int8_t *bp; local
784 u_int8_t *bp; local
[all...]
H A Ddb_auto.c26 u_int8_t *bp; local
32 bp = recbuf;
37 LOGCOPY_32(env, &argp->type, bp);
38 bp += sizeof(argp->type);
40 LOGCOPY_32(env, &argp->txnp->txnid, bp);
41 bp += sizeof(argp->txnp->txnid);
43 LOGCOPY_TOLSN(env, &argp->prev_lsn, bp);
44 bp += sizeof(DB_LSN);
46 LOGCOPY_32(env, &argp->opcode, bp);
47 bp
114 u_int8_t *bp; local
312 u_int8_t *bp; local
403 u_int8_t *bp; local
617 u_int8_t *bp; local
681 u_int8_t *bp; local
848 u_int8_t *bp; local
916 u_int8_t *bp; local
987 u_int8_t *bp; local
1163 u_int8_t *bp; local
1222 u_int8_t *bp; local
1384 u_int8_t *bp; local
1452 u_int8_t *bp; local
1536 u_int8_t *bp; local
1730 u_int8_t *bp; local
1798 u_int8_t *bp; local
1887 u_int8_t *bp; local
2076 u_int8_t *bp; local
2114 u_int8_t *bp; local
2248 u_int8_t *bp; local
2322 u_int8_t *bp; local
2419 u_int8_t *bp; local
2626 u_int8_t *bp; local
2702 u_int8_t *bp; local
2881 u_int8_t *bp; local
2963 u_int8_t *bp; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/ex_apprec/
H A Dex_apprec_auto.c22 u_int8_t *bp; local
29 bp = recbuf;
33 LOGCOPY_32(env, &argp->type, bp);
34 bp += sizeof(argp->type);
36 LOGCOPY_32(env, &argp->txnp->txnid, bp);
37 bp += sizeof(argp->txnp->txnid);
39 LOGCOPY_TOLSN(env, &argp->prev_lsn, bp);
40 bp += sizeof(DB_LSN);
43 LOGCOPY_32(env,&argp->dirname.size, bp);
44 bp
70 u_int8_t *bp; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/txn/
H A Dtxn_auto.c25 u_int8_t *bp; local
31 bp = recbuf;
35 LOGCOPY_32(env, &argp->type, bp);
36 bp += sizeof(argp->type);
38 LOGCOPY_32(env, &argp->txnp->txnid, bp);
39 bp += sizeof(argp->txnp->txnid);
41 LOGCOPY_TOLSN(env, &argp->prev_lsn, bp);
42 bp += sizeof(DB_LSN);
44 LOGCOPY_32(env, &argp->opcode, bp);
45 bp
72 u_int8_t *bp; local
132 u_int8_t *bp; local
288 u_int8_t *bp; local
335 u_int8_t *bp; local
396 u_int8_t *bp; local
553 u_int8_t *bp; local
601 u_int8_t *bp; local
744 u_int8_t *bp; local
821 u_int8_t *bp; local
999 u_int8_t *bp; local
1047 u_int8_t *bp; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dt_req.c91 int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags, unsigned long cflag) argument
115 if (BIO_write(bp,"Certificate Request:\n",21) <= 0) goto err;
116 if (BIO_write(bp," Data:\n",10) <= 0) goto err;
124 if(BIO_printf(bp,"%8sVersion: %s%lu (%s0x%lx)\n","",neg,l,neg,
130 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;
131 if (X509_NAME_print_ex(bp,ri->subject,nmindent, nmflags) < 0) goto err;
132 if (BIO_write(bp,"\n",1) <= 0) goto err;
136 if (BIO_write(bp," Subject Public Key Info:\n",33) <= 0)
138 if (BIO_printf(bp,"%12sPublic Key Algorithm: ","") <= 0)
140 if (i2a_ASN1_OBJECT(bp, r
287 X509_REQ_print(BIO *bp, X509_REQ *x) argument
[all...]
H A Dt_x509.c99 int X509_print(BIO *bp, X509 *x) argument
101 return X509_print_ex(bp, x, XN_FLAG_COMPAT, X509_FLAG_COMPAT);
104 int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags, unsigned long cflag) argument
127 if (BIO_write(bp,"Certificate:\n",13) <= 0) goto err;
128 if (BIO_write(bp," Data:\n",10) <= 0) goto err;
133 if (BIO_printf(bp,"%8sVersion: %lu (0x%lx)\n","",l+1,l) <= 0) goto err;
138 if (BIO_write(bp," Serial Number:",22) <= 0) goto err;
151 if (BIO_printf(bp," %s%lu (%s0x%lx)\n",neg,l,neg,l) <= 0)
157 if (BIO_printf(bp,"\n%12s%s","",neg) <= 0) goto err;
161 if (BIO_printf(bp,"
267 X509_ocspid_print(BIO *bp, X509 *x) argument
312 X509_signature_print(BIO *bp, X509_ALGOR *sigalg, ASN1_STRING *sig) argument
332 ASN1_STRING_print(BIO *bp, ASN1_STRING *v) argument
361 ASN1_TIME_print(BIO *bp, ASN1_TIME *tm) argument
376 ASN1_GENERALIZEDTIME_print(BIO *bp, ASN1_GENERALIZEDTIME *tm) argument
424 ASN1_UTCTIME_print(BIO *bp, ASN1_UTCTIME *tm) argument
460 X509_NAME_print(BIO *bp, X509_NAME *name, int obase) argument
[all...]
H A Dasn1_par.c65 static int asn1_print_info(BIO *bp, int tag, int xclass,int constructed,
67 static int asn1_parse2(BIO *bp, const unsigned char **pp, long length,
69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, argument
81 if (BIO_write(bp,p,6) < 6) goto err;
82 BIO_indent(bp,indent,128);
98 if (BIO_printf(bp,fmt2,tag,p2) <= 0) goto err;
102 if (BIO_printf(bp,fmt,p) <= 0) goto err;
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, cons argument
119 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) argument
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dfault.h108 #define sh_pushcontext(shp,bp,n)( (bp)->mode=(n) , (bp)->olist=0, \
109 (bp)->topfd=shp->topfd, (bp)->prev=shp->jmplist, \
110 (bp)->err = *ERROR_CONTEXT_BASE, \
111 shp->jmplist = (sigjmp_buf*)(&(bp)->buff) \
113 #define sh_popcontext(shp,bp) (shp->jmplist=(bp)->prev, errorpop(&((bp)
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbtree_auto.c26 u_int8_t *bp; local
32 bp = recbuf;
37 LOGCOPY_32(env, &argp->type, bp);
38 bp += sizeof(argp->type);
40 LOGCOPY_32(env, &argp->txnp->txnid, bp);
41 bp += sizeof(argp->txnp->txnid);
43 LOGCOPY_TOLSN(env, &argp->prev_lsn, bp);
44 bp += sizeof(DB_LSN);
46 LOGCOPY_32(env, &uinttmp, bp);
48 bp
131 u_int8_t *bp; local
358 u_int8_t *bp; local
449 u_int8_t *bp; local
649 u_int8_t *bp; local
721 u_int8_t *bp; local
895 u_int8_t *bp; local
967 u_int8_t *bp; local
1142 u_int8_t *bp; local
1205 u_int8_t *bp; local
1371 u_int8_t *bp; local
1462 u_int8_t *bp; local
1664 u_int8_t *bp; local
1728 u_int8_t *bp; local
1895 u_int8_t *bp; local
1979 u_int8_t *bp; local
2155 u_int8_t *bp; local
2224 u_int8_t *bp; local
2387 u_int8_t *bp; local
2455 u_int8_t *bp; local
2535 u_int8_t *bp; local
2725 u_int8_t *bp; local
2804 u_int8_t *bp; local
2900 u_int8_t *bp; local
3115 u_int8_t *bp; local
3189 u_int8_t *bp; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbntest.c94 int test_add(BIO *bp);
95 int test_sub(BIO *bp);
96 int test_lshift1(BIO *bp);
97 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
98 int test_rshift1(BIO *bp);
99 int test_rshift(BIO *bp,BN_CTX *ctx);
100 int test_div(BIO *bp,BN_CTX *ctx);
101 int test_div_word(BIO *bp);
102 int test_div_recp(BIO *bp,BN_CTX *ctx);
103 int test_mul(BIO *bp);
317 test_add(BIO *bp) argument
361 test_sub(BIO *bp) argument
412 test_div(BIO *bp, BN_CTX *ctx) argument
476 print_word(BIO *bp,BN_ULONG w) argument
492 test_div_word(BIO *bp) argument
548 test_div_recp(BIO *bp, BN_CTX *ctx) argument
621 test_mul(BIO *bp) argument
677 test_sqr(BIO *bp, BN_CTX *ctx) argument
719 test_mont(BIO *bp, BN_CTX *ctx) argument
794 test_mod(BIO *bp, BN_CTX *ctx) argument
840 test_mod_mul(BIO *bp, BN_CTX *ctx) argument
911 test_mod_exp(BIO *bp, BN_CTX *ctx) argument
962 test_mod_exp_mont_consttime(BIO *bp, BN_CTX *ctx) argument
1013 test_exp(BIO *bp, BN_CTX *ctx) argument
1063 test_gf2m_add(BIO *bp) argument
1115 test_gf2m_mod(BIO *bp) argument
1173 test_gf2m_mod_mul(BIO *bp,BN_CTX *ctx) argument
1244 test_gf2m_mod_sqr(BIO *bp,BN_CTX *ctx) argument
1303 test_gf2m_mod_inv(BIO *bp,BN_CTX *ctx) argument
1358 test_gf2m_mod_div(BIO *bp,BN_CTX *ctx) argument
1421 test_gf2m_mod_exp(BIO *bp,BN_CTX *ctx) argument
1492 test_gf2m_mod_sqrt(BIO *bp,BN_CTX *ctx) argument
1551 test_gf2m_mod_solve_quad(BIO *bp,BN_CTX *ctx) argument
1651 test_kron(BIO *bp, BN_CTX *ctx) argument
1742 test_sqrt(BIO *bp, BN_CTX *ctx) argument
1820 test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_) argument
1878 test_lshift1(BIO *bp) argument
1919 test_rshift(BIO *bp,BN_CTX *ctx) argument
1965 test_rshift1(BIO *bp) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dbntest.c94 int test_add(BIO *bp);
95 int test_sub(BIO *bp);
96 int test_lshift1(BIO *bp);
97 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
98 int test_rshift1(BIO *bp);
99 int test_rshift(BIO *bp,BN_CTX *ctx);
100 int test_div(BIO *bp,BN_CTX *ctx);
101 int test_div_word(BIO *bp);
102 int test_div_recp(BIO *bp,BN_CTX *ctx);
103 int test_mul(BIO *bp);
317 test_add(BIO *bp) argument
361 test_sub(BIO *bp) argument
412 test_div(BIO *bp, BN_CTX *ctx) argument
476 print_word(BIO *bp,BN_ULONG w) argument
492 test_div_word(BIO *bp) argument
548 test_div_recp(BIO *bp, BN_CTX *ctx) argument
621 test_mul(BIO *bp) argument
677 test_sqr(BIO *bp, BN_CTX *ctx) argument
719 test_mont(BIO *bp, BN_CTX *ctx) argument
794 test_mod(BIO *bp, BN_CTX *ctx) argument
840 test_mod_mul(BIO *bp, BN_CTX *ctx) argument
911 test_mod_exp(BIO *bp, BN_CTX *ctx) argument
962 test_mod_exp_mont_consttime(BIO *bp, BN_CTX *ctx) argument
1013 test_exp(BIO *bp, BN_CTX *ctx) argument
1063 test_gf2m_add(BIO *bp) argument
1115 test_gf2m_mod(BIO *bp) argument
1173 test_gf2m_mod_mul(BIO *bp,BN_CTX *ctx) argument
1244 test_gf2m_mod_sqr(BIO *bp,BN_CTX *ctx) argument
1303 test_gf2m_mod_inv(BIO *bp,BN_CTX *ctx) argument
1358 test_gf2m_mod_div(BIO *bp,BN_CTX *ctx) argument
1421 test_gf2m_mod_exp(BIO *bp,BN_CTX *ctx) argument
1492 test_gf2m_mod_sqrt(BIO *bp,BN_CTX *ctx) argument
1551 test_gf2m_mod_solve_quad(BIO *bp,BN_CTX *ctx) argument
1651 test_kron(BIO *bp, BN_CTX *ctx) argument
1742 test_sqrt(BIO *bp, BN_CTX *ctx) argument
1820 test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_) argument
1878 test_lshift1(BIO *bp) argument
1919 test_rshift(BIO *bp,BN_CTX *ctx) argument
1965 test_rshift1(BIO *bp) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_next.c51 unsigned char *bp, *op; local
65 bp = (unsigned char *)tif->tif_rawcp;
69 n = *bp++, cc--;
77 _TIFFmemcpy(row, bp, scanline);
78 bp += scanline;
87 off = (bp[0] * 256) + bp[1];
88 n = (bp[2] * 256) + bp[3];
91 _TIFFmemcpy(row+off, bp
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbntest.c97 int test_add(BIO *bp);
98 int test_sub(BIO *bp);
99 int test_lshift1(BIO *bp);
100 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
101 int test_rshift1(BIO *bp);
102 int test_rshift(BIO *bp,BN_CTX *ctx);
103 int test_div(BIO *bp,BN_CTX *ctx);
104 int test_div_recp(BIO *bp,BN_CTX *ctx);
105 int test_mul(BIO *bp);
106 int test_sqr(BIO *bp,BN_CT
264 test_add(BIO *bp) argument
312 test_sub(BIO *bp) argument
367 test_div(BIO *bp, BN_CTX *ctx) argument
435 test_div_recp(BIO *bp, BN_CTX *ctx) argument
512 test_mul(BIO *bp) argument
570 test_sqr(BIO *bp, BN_CTX *ctx) argument
616 test_mont(BIO *bp, BN_CTX *ctx) argument
692 test_mod(BIO *bp, BN_CTX *ctx) argument
742 test_mod_mul(BIO *bp, BN_CTX *ctx) argument
804 test_mod_exp(BIO *bp, BN_CTX *ctx) argument
855 test_exp(BIO *bp, BN_CTX *ctx) argument
905 test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_) argument
963 test_lshift1(BIO *bp) argument
1004 test_rshift(BIO *bp,BN_CTX *ctx) argument
1050 test_rshift1(BIO *bp) argument
[all...]
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfty_int.c137 unsigned char *bp = (unsigned char *)field_buffer(field, 0); local
138 char *s = (char *)bp;
143 while (*bp && *bp == ' ')
144 bp++;
145 if (*bp)
147 if (*bp == '-')
148 bp++;
150 if (*bp)
155 wchar_t *list = _nc_Widen_String((char *)bp,
[all...]
H A Dfty_num.c153 unsigned char *bp = (unsigned char *)field_buffer(field, 0); local
154 char *s = (char *)bp;
160 while (*bp && *bp == ' ')
161 bp++;
162 if (*bp)
164 if (*bp == '-' || *bp == '+')
165 bp++;
167 if (*bp)
[all...]
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dsnpf.c204 _PROTOTYPE(static void dopr,(char *bp, char *ep, char *fmt, va_list args));
205 _PROTOTYPE(static void dopr_outch,(char **bp, char *ep, int c));
206 _PROTOTYPE(static void dostr,(char **bp, char *ep, char *str, int));
209 _PROTOTYPE(static void fmtllnum,(char **bp, char *ep, long long value,
214 _PROTOTYPE(static void fmtnum,(char **bp, char *ep, long value, int base,
216 _PROTOTYPE(static void fmtstr,(char **bp, char *ep, char *value, int ljust,
235 * bp = receiving buffer pointer
241 char *bp, *fmt; local
245 bp = va_arg(args, char *);
248 len = vsnpf(bp, c
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfpeek.c35 extern ssize_t sfpeek(reg Sfio_t* f, Void_t** bp, reg size_t size) argument
37 extern ssize_t sfpeek(f,bp,size)
39 Void_t** bp; /* start of data area */
46 if((sz = size) == 0 || !bp)
56 if(!bp)
59 { *bp = (Void_t*)f->next;
70 *bp = sfreserve(f, sz <= 0 ? 0 : sz > f->size ? f->size : sz, 0);
72 if(*bp && sz >= 0)
76 { *bp = (Void_t*)f->next;
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash_bigkey.c199 u_int16_t *bp, pageno; local
204 bp = (u_int16_t *)bufp->page;
208 while (!key_done || (bp[2] != FULL_KEY_DATA)) {
209 if (bp[2] == FULL_KEY || bp[2] == FULL_KEY_DATA)
217 if (bp[2] == FULL_KEY_DATA && FREESPACE(bp))
219 pageno = bp[bp[0] - 1];
227 bp
275 u_int16_t *bp; local
323 u_int16_t *bp, pageno; local
362 u_int16_t *bp, len, off, save_addr; local
447 u_int16_t *bp; local
517 u_int16_t *bp, save_addr; local
560 BUFHEAD *bp, *tmpp; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/hash/
H A Dhash_auto.c27 u_int8_t *bp; local
33 bp = recbuf;
38 LOGCOPY_32(env, &argp->type, bp);
39 bp += sizeof(argp->type);
41 LOGCOPY_32(env, &argp->txnp->txnid, bp);
42 bp += sizeof(argp->txnp->txnid);
44 LOGCOPY_TOLSN(env, &argp->prev_lsn, bp);
45 bp += sizeof(DB_LSN);
47 LOGCOPY_32(env, &argp->opcode, bp);
48 bp
111 u_int8_t *bp; local
305 u_int8_t *bp; local
389 u_int8_t *bp; local
591 u_int8_t *bp; local
667 u_int8_t *bp; local
849 u_int8_t *bp; local
937 u_int8_t *bp; local
1136 u_int8_t *bp; local
1228 u_int8_t *bp; local
1442 u_int8_t *bp; local
1516 u_int8_t *bp; local
1608 u_int8_t *bp; local
1819 u_int8_t *bp; local
1880 u_int8_t *bp; local
1954 u_int8_t *bp; local
2130 u_int8_t *bp; local
2213 u_int8_t *bp; local
2388 u_int8_t *bp; local
2462 u_int8_t *bp; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dgetcap.c114 char *bp; local
117 bp = buf;
125 if (*bp == '\0')
128 if (*bp++ == ':')
134 for (cp = cap; *cp == *bp && *bp != '\0'; cp++, bp++)
138 if (*bp == '@')
141 if (*bp != '\0' && *bp !
280 char *b_end, *bp; local
536 cdbget(DB *capdbp, char **bp, const char *name) argument
578 const char *np, *bp; local
649 cgetnext(char **bp, char **db_array) argument
790 char *bp, *mp; local
917 char *bp, *mp; local
986 char *bp; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetcap.c93 int cgetnext(char **bp, char **db_array);
159 char *bp; local
162 bp = buf;
170 if (*bp == '\0')
173 if (*bp++ == ':')
179 for (cp = cap; *cp == *bp && *bp != '\0'; cp++, bp++)
183 if (*bp == '@')
186 if (*bp !
333 char *b_end, *bp, *cp; local
618 cdbget(DB *capdbp, char **bp, const char *name) argument
656 const char *np, *bp; local
854 const char *bp; local
987 const char *bp; local
1057 const char *bp; local
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-mobility.c92 mobility_opt_print(const u_char *bp, int len) argument
98 if (bp[i] == IP6MOPT_PAD1)
102 optlen = bp[i + 1] + 2;
109 switch (bp[i]) {
127 EXTRACT_16BITS(&bp[i+2]) << 2);
134 printf("(alt-CoA: %s)", ip6addr_string(&bp[i+2]));
142 EXTRACT_16BITS(&bp[i+2]),
143 EXTRACT_16BITS(&bp[i+4]));
154 printf("(sopt_type %d: trunc)", bp[i]);
157 printf("(type-0x%02x: len=%d)", bp[
171 mobility_print(const u_char *bp, const u_char *bp2 _U_) argument
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.printf.c54 char *bp; local
140 bp = buf;
168 *bp++ = (char) (l % 10) + '0';
171 *bp++ = '-';
172 f_width = f_width - (int) (bp - buf);
176 for (bp--; bp >= buf; bp--)
177 (*addchar) (((unsigned char) *bp) | attributes);
212 *bp
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_ncons.c69 void *a, BIO *bp, int ind);
72 BIO *bp, int ind, char *name);
73 static int print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip);
159 void *a, BIO *bp, int ind)
163 bp, ind, "Permitted");
165 bp, ind, "Excluded");
171 BIO *bp, int ind, char *name)
176 BIO_printf(bp, "%*s%s:\n", ind, "", name);
180 BIO_printf(bp, "%*s", ind + 2, "");
182 print_nc_ipadd(bp, tre
[all...]

Completed in 149 milliseconds

1234567891011>>