/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _border.c | 50 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 D | wborder.c | 79 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
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | brdr.c | 50 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 D | wbrdr.c | 55 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
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | brdr.c | 53 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 D | brdr_st.c | 54 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 D | wbrdr_st.c | 58 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 D | wbrdr.c | 58 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
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_utils.c | 75 BLEAF *bl; local 78 bl = GETBLEAF(e->page, e->index); 88 if (bl->flags & P_BIGKEY) { 89 if (__ovfl_get(t, bl->bytes, 94 if (bl->ksize > rkey->size) { 96 malloc(bl->ksize) : realloc(rkey->data, bl->ksize)); 100 rkey->size = bl->ksize; 102 memmove(rkey->data, bl->bytes, bl 161 BLEAF *bl; local [all...] |
H A D | bt_debug.c | 206 BLEAF *bl; local 261 bl = GETBLEAF(h, cur); 262 if (bl->flags & P_BIGKEY) 265 *(db_pgno_t *)bl->bytes, 266 *(u_int32_t *)(bl->bytes + sizeof(db_pgno_t))); 267 else if (bl->ksize) 268 (void)fprintf(tracefp, "%s/", bl->bytes); 269 if (bl->flags & P_BIGDATA) 272 *(db_pgno_t *)(bl->bytes + bl [all...] |
H A D | bt_delete.c | 482 BLEAF *bl; local 496 to = bl = GETBLEAF(h, idx); 497 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR) 499 if (bl->flags & P_BIGDATA && 500 __ovfl_delete(t, bl->bytes + bl->ksize) == RET_ERROR) 504 nbytes = NBLEAF(bl);
|
H A D | bt_split.c | 93 BLEAF *bl, *tbl; local 190 bl = GETBLEAF(rchild, 0); 191 nbytes = NBINTERNAL(bl->ksize); 192 if (t->bt_pfx && !(bl->flags & P_BIGKEY) && 197 b.size = bl->ksize; 198 b.data = bl->bytes; 247 WR_BINTERNAL(dest, nksize ? nksize : bl->ksize, 248 rchild->pgno, bl->flags & P_BIGKEY); 249 memmove(dest, bl->bytes, nksize ? nksize : bl 543 BLEAF *bl; local 622 BLEAF *bl; local [all...] |
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | pem_encode.c | 488 int i, j, k, bl = 0; local 534 bl = 0; 557 if ((dataB = realloc(dataB, bl+j+9)) == NULL) { 566 (void) memcpy(&(dataB[bl]), buf, j); 567 dataB[bl+j] = '\0'; 568 bl += j; 584 (unsigned char *)dataB, &bl, (unsigned char *)dataB, bl); 591 i = PEM_DecodeFinal(&ctx, (unsigned char *)&(dataB[bl]), &k); 596 bl [all...] |
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_mark.c | 253 u_longlong_t bl; local 282 bl = dbm_getlen(bmd); 288 if (pstp->st_ino > bl) { 311 if (estp->st_ino > bl) { 738 u_longlong_t bl; local 757 bl = dbm_getlen(bmd); 763 if (pstp->st_ino > bl) { 790 if (estp->st_ino > bl) {
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | alias.c | 651 ADDRESS al, bl; local 764 if (parseaddr(p, &bl, RF_COPYNONE, ',',
|
/illumos-gate/usr/src/uts/i86pc/io/dr/ |
H A D | dr_util.c | 186 dr_memlist_intersect(struct memlist *al, struct memlist *bl) argument 190 if ((al == NULL) || (bl == NULL)) 194 bstart = bl->ml_address; 195 bend = bl->ml_address + bl->ml_size; 197 while (al && bl) { 207 while (bl && (bend <= astart)) 208 if ((bl = bl->ml_next) != NULL) 209 bend = bl [all...] |
/illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_util.c | 186 dr_memlist_intersect(struct memlist *al, struct memlist *bl) argument 190 if ((al == NULL) || (bl == NULL)) 194 bstart = bl->ml_address; 195 bend = bl->ml_address + bl->ml_size; 197 while (al && bl) { 207 while (bl && (bend <= astart)) 208 if ((bl = bl->ml_next) != NULL) 209 bend = bl [all...] |
/illumos-gate/usr/src/cmd/format/ |
H A D | menu_fdisk.c | 181 int b, bh, bl; local 185 bl = ((**bp) << 8) | *(*bp + 1); 188 b = (bh << 16) | bl;
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | xlator.c | 860 struct bucketlist *bl; local 933 bl = b->b_uncles; 934 while (bl != NULL) { 936 bl->bl_bucket->b_name); 937 bl = bl->bl_next;
|
/illumos-gate/usr/src/cmd/last/ |
H A D | last.c | 121 int bl, wtmp; local 241 bl = (stb.st_size + sizeof (buf)-1) / sizeof (buf); 253 for (bl--; bl >= 0; bl--) { 254 (void) lseek(wtmp, (off_t)(bl * sizeof (buf)), 0);
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem_mdesc.c | 259 mde_cookie_t *dl, *bl, *bclist; local 388 bl = topo_mod_zalloc(mod, mdesc_bank_count * sizeof (mde_cookie_t)); 401 bl); 407 gmp = find_grp(bl, bc, bclist, banklist, mdesc_bank_count, mem); 409 smp->sm_grp = create_grp(mod, bl, bc, 414 topo_mod_free(mod, bl, mdesc_bank_count * sizeof (mde_cookie_t));
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | fsck.c | 585 struct devlist *bl, *bdp; local 588 bl = badlist = NULL; 591 waiter(&bl, &badlist); 604 bdp->nxt = bl; 605 bl = bdp; 610 waiter(&bl, &badlist); 619 while (bl != NULL) { 620 waiter(&bl, &badlist);
|
/illumos-gate/usr/src/common/crypto/edonr/ |
H A D | edonr.c | 239 size_t bl; local 241 for (bl = bitlen; bl >= EdonR256_BLOCK_BITSIZE; 242 bl -= EdonR256_BLOCK_BITSIZE, data += 16) { 337 return (bitlen - bl); 347 size_t bl; local 349 for (bl = bitlen; bl >= EdonR512_BLOCK_BITSIZE; 350 bl -= EdonR512_BLOCK_BITSIZE, data += 16) { 445 return (bitlen - bl); [all...] |
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mdoc_html.c | 805 const struct roff_node *bl; local 807 bl = n->parent; 808 while (bl && MDOC_Bl != bl->tok) 809 bl = bl->parent; 811 assert(bl); 813 type = bl->norm->Bl.type; 833 SCALE_VS_INIT(&su, ! bl->norm->Bl.comp); 854 SCALE_VS_INIT(&su, ! bl [all...] |
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | gunzip.c | 525 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...] |