Searched defs:bl (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A D_border.c50 chtype tl, chtype tr, chtype bl, chtype br)
52 return (wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br));
49 border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
H A Dwborder.c79 chtype bs, chtype tl, chtype tr, chtype bl, chtype br)
93 _BOTTOMLEFT = bl;
78 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_utils.c73 BLEAF *bl; local
76 bl = GETBLEAF(e->page, e->index);
86 if (bl->flags & P_BIGKEY) {
87 if (__ovfl_get(t, bl->bytes,
92 if (bl->ksize > rkey->size) {
94 malloc(bl->ksize) : realloc(rkey->data, bl->ksize));
98 rkey->size = bl->ksize;
100 memmove(rkey->data, bl->bytes, bl
159 BLEAF *bl; local
[all...]
H A Dbt_debug.c203 BLEAF *bl; local
258 bl = GETBLEAF(h, cur);
259 if (bl->flags & P_BIGKEY)
262 *(db_pgno_t *)bl->bytes,
263 *(u_int32_t *)(bl->bytes + sizeof(db_pgno_t)));
264 else if (bl->ksize)
266 (int)bl->ksize, bl->bytes);
267 if (bl->flags & P_BIGDATA)
270 *(db_pgno_t *)(bl
[all...]
H A Dbt_delete.c480 BLEAF *bl; local
494 to = bl = GETBLEAF(h, idx);
495 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR)
497 if (bl->flags & P_BIGDATA &&
498 __ovfl_delete(t, bl->bytes + bl->ksize) == RET_ERROR)
502 nbytes = NBLEAF(bl);
H A Dbt_split.c91 BLEAF *bl, *tbl; local
188 bl = GETBLEAF(rchild, 0);
189 nbytes = NBINTERNAL(bl->ksize);
190 if (t->bt_pfx && !(bl->flags & P_BIGKEY) &&
195 b.size = bl->ksize;
196 b.data = bl->bytes;
245 WR_BINTERNAL(dest, nksize ? nksize : bl->ksize,
246 rchild->pgno, bl->flags & P_BIGKEY);
247 memmove(dest, bl->bytes, nksize ? nksize : bl
541 BLEAF *bl; local
620 BLEAF *bl; local
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbrdr.c50 chtype tl, chtype tr, chtype bl, chtype br)
57 ls, rs, ts, bs, tl, tr, bl, br
61 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
49 border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
H A Dwbrdr.c55 chtype tl, chtype tr, chtype bl, chtype br)
63 w, ls, rs, ts, bs, tl, tr, bl, br
91 if (bl == 0)
92 bl = ACS_LLCORNER;
93 (void) __m_acs_cc(bl, &wbl);
53 wborder(WINDOW *w, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbrdr.c53 chtype tl, chtype tr, chtype bl, chtype br)
57 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
52 border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
H A Dbrdr_st.c54 const cchar_t *tr, const cchar_t *bl, const cchar_t *br)
58 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
52 border_set(const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, const cchar_t *tr, const cchar_t *bl, const cchar_t *br) argument
H A Dwbrdr_st.c58 const cchar_t *tr, const cchar_t *bl, const cchar_t *br)
89 if (bl == NULL)
90 bl = WACS_LLCORNER;
98 if (__m_cc_replace(w, w->_maxy-1, 0, bl, 0) == -1)
56 wborder_set(WINDOW *w, const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, const cchar_t *tr, const cchar_t *bl, const cchar_t *br) argument
H A Dwbrdr.c58 chtype tl, chtype tr, chtype bl, chtype br)
87 if (bl == 0)
88 bl = ACS_LLCORNER;
89 (void) __m_acs_cc(bl, &wbl);
56 wborder(WINDOW *w, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c485 int i, j, k, bl = 0; local
531 bl = 0;
555 if ((dataB = realloc(old_dataB, bl + j + 9)) == NULL) {
565 (void) memcpy(&(dataB[bl]), buf, j);
566 dataB[bl+j] = '\0';
567 bl += j;
586 (unsigned char *)dataB, &bl, (unsigned char *)dataB, bl);
593 i = PEM_DecodeFinal(&ctx, (unsigned char *)&(dataB[bl]), &k);
598 bl
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dalias.c651 ADDRESS al, bl; local
764 if (parseaddr(p, &bl, RF_COPYNONE, ',',
H A Dutil.c2325 static int bl = 0; local
2335 if (bl < l)
2343 bl = l;
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py46 import bootmgmt.bootloader as bl namespace
337 except bl.BootLoaderInstallError as blerr:
385 except bl.BootLoaderInstallError as blerr:
564 raise bl.BootLoaderInstallError(exc_msg)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2py.c1053 bl(int arg, int maybe) function
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem_mdesc.c258 mde_cookie_t *dl, *bl, *bclist; local
387 bl = topo_mod_zalloc(mod, mdesc_bank_count * sizeof (mde_cookie_t));
400 bl);
406 gmp = find_grp(bl, bc, bclist, banklist, mdesc_bank_count, mem);
408 smp->sm_grp = create_grp(mod, bl, bc,
413 topo_mod_free(mod, bl, mdesc_bank_count * sizeof (mde_cookie_t));
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c98 int bl; member in struct:grub_gzio
661 unsigned ml, md; /* masks for bl and bd bits */
673 ml = mask_bits[gzio->bl]; /* precompute masks for speed */
679 NEEDBITS ((unsigned) gzio->bl);
838 gzio->bl = 7;
839 if (huft_build (l, 288, 257, cplens, cplext, &gzio->tl, &gzio->bl) != 0)
915 gzio->bl = 7;
916 if (huft_build (ll, 19, 19, NULL, NULL, &gzio->tl, &gzio->bl) != 0)
925 m = mask_bits[gzio->bl];
929 NEEDBITS ((unsigned) gzio->bl);
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c525 static int bl; /* lookup bits for tl */ variable
741 unsigned ml, md; /* masks for bl and bd bits */
753 ml = mask_bits[bl]; /* precompute masks for speed */
759 NEEDBITS ((unsigned) bl);
913 bl = 7;
914 if ((i = huft_build (l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
984 bl = 7;
985 if ((i = huft_build (ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
993 m = mask_bits[bl];
997 NEEDBITS ((unsigned) bl);
[all...]
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c2397 nvlist_t *bl = NULL; local
2401 if (nvlist_alloc(&bl, NV_UNIQUE_NAME_TYPE, 0) != 0) {
2405 if (nvlist_add_nvpair(bl, bp) != 0) {
2406 nvlist_free(bl);
2416 if (bl)
2417 nvlist_free(bl);
2429 propput->ppu_blist = bl;
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3294 uInt bl, bd; local
3297 inflate_trees_fixed(&bl, &bd, &tl, &td);
3298 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
3447 uInt bl, bd; local
3451 bl = 9; /* must be <= 9 for lookahead assumptions */
3455 s->sub.trees.blens, &bl, &bd, &tl, &td, z);
3464 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
3915 local int inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, z)
3919 uIntf *bl; /* literal desired/actual bit depth */
3928 if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl,
[all...]

Completed in 73 milliseconds