Searched refs:bp (Results 101 - 125 of 671) sorted by relevance

1234567891011>>

/macosx-10.10.1/libauto-186/
H A DBitmap.cpp51 void Bitmap::set_bits_large(const usword_t bp, const usword_t n) const { argument
52 usword_t *cursor = bp_cursor(bp); // address of first word
53 const usword_t sh = shift(bp); // bit shift
75 void Bitmap::clear_bits_large(const usword_t bp, const usword_t n) const { argument
76 usword_t *cursor = bp_cursor(bp); // address of first word
77 const usword_t sh = shift(bp); // bit shift
93 bool Bitmap::bits_are_clear_large(const usword_t bp, const usword_t n) const { argument
94 usword_t *cursor = bp_cursor(bp); // address of first word
95 const usword_t sh = shift(bp); // bit shift
158 // Return the bit postion of the 1 that comes at or prior to the bit position 'bp'
[all...]
/macosx-10.10.1/Libinfo-459/gen.subproj/
H A Dip6opt.c77 inet6_option_init(void *bp, struct cmsghdr **cmsgp, int type) argument
79 struct cmsghdr *ch = (struct cmsghdr *)bp;
108 u_char *bp = (u_char *)cmsg + cmsg->cmsg_len; local
122 if (bp == (u_char *)eh) {
123 bp += 2;
128 off = bp - (u_char *)eh;
134 inet6_insert_padopt(bp, padlen);
136 bp += padlen;
143 memcpy(bp, typep, optlen);
144 bp
177 u_int8_t *bp = (u_char *)cmsg + cmsg->cmsg_len; local
[all...]
/macosx-10.10.1/shell_cmds-179/hexdump/
H A Ddisplay.c68 u_char *bp; local
72 while ((bp = get()))
73 for (fs = fshead, savebp = bp, saveaddress = address; fs;
74 fs = fs->nextfs, bp = savebp, address = saveaddress)
80 bp += pr->bcnt, pr = pr->nextpr) {
88 print(pr, bp);
119 print(PR *pr, u_char *bp) argument
139 conv_c(pr, bp, eaddress ? eaddress - address :
143 (void)printf(pr->fmt, *bp);
148 bcopy(bp,
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuEnc64.c240 const unsigned char *bp; local
258 bp = news;
268 if (*bp & 0x80 || (c1 = asctobin[*bp]) & 0x80) {
272 bp++;
273 if (*bp & 0x80 || (c2 = asctobin[*bp]) & 0x80){
277 bp++;
278 if (*bp == PAD) {
287 bp
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A Denc64.c265 const unsigned char *bp; local
283 bp = news;
293 if (*bp & 0x80 || (c1 = asctobin[*bp]) & 0x80) {
297 bp++;
298 if (*bp & 0x80 || (c2 = asctobin[*bp]) & 0x80){
302 bp++;
303 if (*bp == PAD) {
312 bp
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuEnc64.c240 const unsigned char *bp; local
258 bp = news;
268 if (*bp & 0x80 || (c1 = asctobin[*bp]) & 0x80) {
272 bp++;
273 if (*bp & 0x80 || (c2 = asctobin[*bp]) & 0x80){
277 bp++;
278 if (*bp == PAD) {
287 bp
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A Denc64.c265 const unsigned char *bp; local
283 bp = news;
293 if (*bp & 0x80 || (c1 = asctobin[*bp]) & 0x80) {
297 bp++;
298 if (*bp & 0x80 || (c2 = asctobin[*bp]) & 0x80){
302 bp++;
303 if (*bp == PAD) {
312 bp
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/pem/
H A Dpem.h276 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
279 str, bp, \
285 int PEM_write_bio_##name(BIO *bp, type *x) \
288 str, bp, \
294 int PEM_write_bio_##name(BIO *bp, const type *x) \
297 str, bp, \
303 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
307 str, bp, \
313 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
317 str, bp, \
[all...]
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dpem.h276 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
279 str, bp, \
285 int PEM_write_bio_##name(BIO *bp, type *x) \
288 str, bp, \
294 int PEM_write_bio_##name(BIO *bp, const type *x) \
297 str, bp, \
303 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
307 str, bp, \
313 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
317 str, bp, \
[all...]
H A Dtmdiff.h86 int ms_time_cmp(const MS_TM *ap, const MS_TM *bp);
/macosx-10.10.1/adv_cmds-158/cap_mkdb/
H A Dcap_mkdb.c126 char *bp, *p, *t; local
130 for (reccnt = 0, bplen = 0; (st = cgetnext(&bp, ifiles)) > 0;) {
136 len = strlen(bp);
144 if ((p = strchr(bp, ':')) == NULL) {
145 warnx("no name field: %.*s", MIN(len, 20), bp);
156 warnx("Record not tc expanded: %.*s", p - bp, bp);
161 memmove(&((u_char *)(data.data))[1], bp, len + 1);
165 key.data = bp;
166 key.size = p - bp;
[all...]
/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dposix_spawn.c76 char *bp; local
93 bp = (char *)file;
97 bp = path_buf;
133 retry: err = posix_spawn(pid, bp, file_actions, attrp, argv, envp);
153 memp[1] = bp;
165 if (stat(bp, &sb) != 0)
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dcmpbuf.c86 char *bp = buf; local
92 size_t bytes_to_read = MIN (buflim - bp, readlim);
93 ssize_t nread = read (fd, bp, bytes_to_read);
117 bp += nread;
119 while (bp < buflim);
121 return bp - buf;
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash_page.c97 u_int16_t *bp, n, off; local
99 bp = (u_int16_t *)p;
102 n = bp[0];
104 off = OFFSET(bp) - key->size;
106 bp[++n] = off;
111 bp[++n] = off;
114 bp[0] = n;
115 bp[n + 1] = off - ((n + 3) * sizeof(u_int16_t));
116 bp[n + 2] = off;
127 u_int16_t *bp, newof local
399 u_int16_t *bp, *sop; local
521 u_int16_t *bp; local
934 short *bp, oaddr; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dresult.c47 char *buf, *bp; local
55 bp = buf;
80 while ( bp + len + 1 - buf > bsize ) {
81 size_t offset = bp - buf;
84 bp = &buf[offset];
86 strcpy( bp, line );
87 bp += len;
113 bp = buf;
/macosx-10.10.1/OpenSSL098-52/src/crypto/lhash/
H A Dlh_stats.c144 BIO *bp; local
146 bp=BIO_new(BIO_s_file());
147 if (bp == NULL) goto end;
148 BIO_set_fp(bp,fp,BIO_NOCLOSE);
149 lh_stats_bio(lh,bp);
150 BIO_free(bp);
156 BIO *bp; local
158 bp=BIO_new(BIO_s_file());
159 if (bp == NULL) goto end;
160 BIO_set_fp(bp,f
168 BIO *bp; local
[all...]
/macosx-10.10.1/remote_cmds-47/rcp.tproj/
H A Dutil.c130 allocbuf(BUF *bp, int fd, int blksize) argument
142 if (bp->cnt >= size)
143 return (bp);
144 if ((bp->buf = realloc(bp->buf, size)) == NULL) {
145 bp->cnt = 0;
149 bp->cnt = size;
150 return (bp);
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-msnlb.c52 msnlb_print(netdissect_options *ndo, const u_char *bp, u_int length) argument
56 hb = (struct msnlb_heartbeat_pkt *)bp;
/macosx-10.10.1/vim-55/src/proto/
H A Dif_perl.pro6 void perl_buf_free __ARGS((buf_T *bp));
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmprivate.c50 reg Block_t *bp, *tp, *np; local
94 bp = BLOCK(seg->baddr);
97 { /**/ ASSERT((SIZE(bp)&~BITS) == 0);
98 /**/ ASSERT(SEG(bp) == seg);
100 if(!ISPFREE(SIZE(bp)) )
101 SIZE(bp) = size - sizeof(Head_t);
104 bp = LAST(bp);
105 if(bp == vd->wild)
107 else REMOVE(vd,bp,INDE
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/
H A Dtermcap.c152 find_capability (bp, cap)
153 register char *bp, *cap;
155 for (; *bp; bp++)
156 if (bp[0] == ':'
157 && bp[1] == cap[0]
158 && bp[2] == cap[1])
159 return &bp[4];
449 tgetent (bp, name)
450 char *bp, *nam
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dtermcap.c137 find_capability (bp, cap)
138 register char *bp, *cap;
140 for (; *bp; bp++)
141 if (bp[0] == ':'
142 && bp[1] == cap[0]
143 && bp[2] == cap[1])
144 return &bp[4];
515 tgetent (bp, name)
516 char *bp, *nam
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dprompt.c72 /* bp is the pointer to the current position in the buffer, where the next *
75 char *bp; member in struct:buf_vars
208 new_vars.bp = new_vars.bufline = new_vars.buf = zshcalloc(new_vars.bufspc);
215 *new_vars.bp++ = Outpar;
216 *new_vars.bp = '\0';
219 for (new_vars.bp = new_vars.buf; *new_vars.bp; ) {
220 if (*new_vars.bp == Meta)
221 new_vars.bp += 2;
222 else if (*new_vars.bp
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dt_pkey.c107 int RSA_print(BIO *bp, const RSA *x, int off) argument
151 if(!BIO_indent(bp,off,128))
153 if (BIO_printf(bp,"Private-Key: (%d bit)\n", mod_len)
161 if (!print(bp,str,x->n,m,off)) goto err;
163 if ((x->e != NULL) && !print(bp,s,x->e,m,off))
165 if ((x->d != NULL) && !print(bp,"privateExponent:",x->d,m,off))
167 if ((x->p != NULL) && !print(bp,"prime1:",x->p,m,off))
169 if ((x->q != NULL) && !print(bp,"prime2:",x->q,m,off))
171 if ((x->dmp1 != NULL) && !print(bp,"exponent1:",x->dmp1,m,off))
173 if ((x->dmq1 != NULL) && !print(bp,"exponent
203 DSA_print(BIO *bp, const DSA *x, int off) argument
288 ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off) argument
489 EC_KEY_print(BIO *bp, const EC_KEY *x, int off) argument
565 print(BIO *bp, const char *number, const BIGNUM *num, unsigned char *buf, int off) argument
675 DHparams_print(BIO *bp, const DH *x) argument
738 DSAparams_print(BIO *bp, const DSA *x) argument
797 ECParameters_print(BIO *bp, const EC_KEY *x) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dtmdiff.h86 int ms_time_cmp(const MS_TM *ap, const MS_TM *bp);

Completed in 311 milliseconds

1234567891011>>