Searched defs:br (Results 1 - 23 of 23) 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)
94 _BOTTOMRIGHT = br;
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/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
95 if (br == 0)
96 br = ACS_LRCORNER;
97 (void) __m_acs_cc(br, &wbr);
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)
91 if (br == NULL)
92 br = WACS_LRCORNER;
100 if (__m_cc_replace(w, w->_maxy-1, w->_maxx-1, br, 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)
91 if (br == 0)
92 br = ACS_LRCORNER;
93 (void) __m_acs_cc(br, &wbr);
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/libntfs/common/libntfs/
H A Dbitmap.c63 s64 bufsize, br, left = count; local
93 br = ntfs_attr_pread(na, start_bit >> 3, 1, buf);
94 if (br != 1) {
130 br = ntfs_attr_pread(na, (start_bit + left) >>
132 if (br != 1) {
157 br = ntfs_attr_pwrite(na, tmp, bufsize, buf);
158 if (br != bufsize) {
H A Dlcnalloc.c108 s64 clusters, br; local
224 br = ntfs_attr_pread(vol->lcnbmp_na, last_read_pos, 8192, buf);
225 if (br <= 0) {
226 if (!br) {
240 buf_size = (int)br << 3;
411 br, buf);
412 if (bw != br) {
644 bw = ntfs_attr_pwrite(vol->lcnbmp_na, last_read_pos, br, buf);
645 if (bw != br) {
671 bw = ntfs_attr_pwrite(vol->lcnbmp_na, last_read_pos, br, bu
[all...]
H A Dcompress.c326 s64 br, to_read, ofs, total, total2; local
458 br = ntfs_attr_pread(na, ofs, to_read, b);
459 if (br < 0) {
469 return br;
471 total += br;
472 count -= br;
473 b = (u8*)b + br;
474 to_read -= br;
475 ofs += br;
504 br
[all...]
H A Ddevice.c193 s64 br, total; local
217 for (total = 0; count; count -= br, total += br) {
218 br = _pread(dev, (char*)b + total, count, pos + total);
220 if (br > 0)
223 if (!br || total)
236 return br;
372 s64 br, i; local
379 br = ntfs_pread(dev, pos, count * bksize, b);
380 if (br <
476 s64 br; local
[all...]
H A Dmft.c79 s64 br; local
94 br = ntfs_attr_mst_pread(vol->mft_na, m << vol->mft_record_size_bits,
96 if (br != count) {
97 if (br != -1)
99 if (br >= 0)
H A Ddir.c108 s64 br; local
286 br = ntfs_attr_mst_pread(ia_na, vcn << index_vcn_size_bits, 1,
288 if (br != 1) {
289 if (br != -1)
719 s64 i_size, br, ia_pos, bmp_pos, ia_start; local
915 br = ntfs_attr_pread(bmp_na, bmp_pos >> 3, bmp_buf_size, bmp);
916 if (br != bmp_buf_size) {
917 if (br != -1)
938 br = ntfs_attr_pread(bmp_na, bmp_pos >> 3, bmp_buf_size, bmp);
939 if (br !
[all...]
H A Dvolume.c443 s64 br; local
492 br = ntfs_pread(dev, 0, sizeof(NTFS_BOOT_SECTOR), bs);
493 if (br != sizeof(NTFS_BOOT_SECTOR)) {
495 if (br != -1)
497 if (!br)
788 s64 br, total = 0; local
797 br = ntfs_attr_pread(vol->mftbmp_na, total,
799 if (br <= 0)
801 total += br;
802 for (i = 0; i < br;
829 s64 br, total = 0; local
[all...]
H A Dcrypto.c172 int f, to_read, total, attempts, br; local
208 br = read(f, *pfx + total, to_read);
209 if (br == -1) {
213 if (!br)
215 to_read -= br;
216 total += br;
H A Dattrib.c868 s64 br, to_read, ofs, total, total2; local
991 br = ntfs_pread(vol->u.dev, (rl->lcn << vol->cluster_size_bits) +
994 if (br > 0) {
995 total += br;
996 count -= br;
997 b = (u8*)b + br;
1001 if (br == (s64)-1 && errno == EINTR)
1005 if (!br)
1509 s64 br; local
1519 br
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsfix.c292 s64 l, br; local
412 br = ntfs_mft_record_write(vol, i,
414 if (br) {
H A Dntfscp.c327 s64 br, bw; local
552 br = fread(buf, 1, NTFS_BUF_SIZE, in);
553 if (!br) {
557 bw = ntfs_attr_pwrite(na, offset, br, buf);
558 if (bw != br) {
/osnet-11/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c210 int br, rc; local
226 br = rc = 0;
231 if (did_create(mod, p->br_din, 0, br, rc, rc) == NULL) {
236 if (hb[br] == NULL) {
237 hb[br] = pciexhostbridge_declare(mod, ptn, p->br_din,
238 br);
239 if (hb[br] == NULL) {
245 rcs[rc] = rc_process(mod, hb[br], rc, p->br_din);
261 br++;
262 if (br
302 int br, bus; local
[all...]
/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c477 bool_t br = a->aa_readable ? TRUE : FALSE; local
481 !xdr_bool(xdrs, &br) ||
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd.c631 GcryDigestEntry *ar, *br; local
678 br = gcry_malloc_secure (sizeof *br
682 br = gcry_malloc (sizeof *br
685 if (!br)
692 memcpy (br, ar, (sizeof (*br) + ar->digest->contextsize
694 br->next = b->list;
695 b->list = br;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c2162 register regnode *br; local
2328 br = regbranch(pRExC_state, &flags, 1);
2329 if (br == NULL)
2330 br = reganode(pRExC_state, LONGJMP, 0);
2332 regtail(pRExC_state, br, reganode(pRExC_state, LONGJMP, 0));
2349 regtail(pRExC_state, br, ender);
2443 br = regbranch(pRExC_state, &flags, 1);
2446 if (br == NULL)
2450 reginsert(pRExC_state, BRANCHJ, br);
2453 reginsert(pRExC_state, BRANCH, br);
[all...]

Completed in 105 milliseconds