| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/Maketext/t/ |
| H A D | 05super.t | 15 pt-br => pt-br pt 16 pt-br fr => pt-br pt fr 17 pt-br fr pt => pt-br fr pt 19 pt-br fr pt de => pt-br fr pt de 20 de pt-br fr pt => de pt-br fr pt 21 de pt-br fr => de pt-br pt fr 22 hai pt-br fr => hai pt-br pt fr 25 pt-br-janeiro => pt-br-janeiro pt-br pt 26 pt-br-janeiro fr => pt-br-janeiro pt-br pt fr 27 pt-br-janeiro de fr => pt-br-janeiro pt-br pt de fr [all …]
|
| H A D | 04super.t | 16 pt-br => pt-br pt 17 pt-br fr => pt-br fr pt 18 pt-br fr pt => pt-br fr pt pt 19 pt-br fr pt de => pt-br fr pt de pt 20 de pt-br fr pt => de pt-br fr pt pt 21 de pt-br fr => de pt-br fr pt 22 hai pt-br fr => hai pt-br fr pt 25 pt-br-janeiro fr => pt-br-janeiro fr pt-br pt 26 pt-br-janeiro de fr => pt-br-janeiro de fr pt-br pt 27 pt-br-janeiro de pt fr => pt-br-janeiro de pt fr pt-br pt [all …]
|
| /onnv-gate/usr/src/lib/fm/topo/modules/sun4/hostbridge/ |
| H A D | hb_sun4.c | 210 int br, rc; in declare_exbuses() local 226 br = rc = 0; in declare_exbuses() 231 if (did_create(mod, p->br_din, 0, br, rc, rc) == NULL) { in declare_exbuses() 236 if (hb[br] == NULL) { in declare_exbuses() 237 hb[br] = pciexhostbridge_declare(mod, ptn, p->br_din, in declare_exbuses() 238 br); in declare_exbuses() 239 if (hb[br] == NULL) { in declare_exbuses() 245 rcs[rc] = rc_process(mod, hb[br], rc, p->br_din); in declare_exbuses() 261 br++; in declare_exbuses() 262 if (br == nhb) in declare_exbuses() [all …]
|
| /onnv-gate/usr/src/cmd/tip/ |
| H A D | etc.remote | 1 cuab:dv=/dev/cua/b:br#2400 5 :dv=/dev/term/b:br#9600:el=^C^S^Q^U^D:ie=%$:oe=^D: 12 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#300:tc=dialers: 14 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#1200:tc=dialers: 16 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#2400:tc=dialers: 18 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#9600:tc=dialers: 20 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#19200:tc=dialers: 22 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#300:tc=dialers: 24 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#1200:tc=dialers: 39 br baud rate (defaults to 300)
|
| /onnv-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
| H A D | keyspan_pipe.c | 1597 usb_bulk_req_t *br; in keyspan_receive_data() local 1605 br = usb_alloc_bulk_req(ksp->ks_dip, len, USB_FLAGS_SLEEP); in keyspan_receive_data() 1606 br->bulk_len = len; in keyspan_receive_data() 1609 br->bulk_timeout = 0; in keyspan_receive_data() 1610 br->bulk_client_private = cb_arg; in keyspan_receive_data() 1611 br->bulk_attributes = USB_ATTRS_SHORT_XFER_OK | USB_ATTRS_AUTOCLEARING; in keyspan_receive_data() 1616 br->bulk_cb = keyspan_bulkin_cb; in keyspan_receive_data() 1617 br->bulk_exc_cb = keyspan_bulkin_cb; in keyspan_receive_data() 1622 br->bulk_cb = keyspan_bulkin_cb_usa49wg; in keyspan_receive_data() 1623 br->bulk_exc_cb = keyspan_bulkin_cb_usa49wg; in keyspan_receive_data() [all …]
|
| /onnv-gate/usr/src/cmd/checknr/ |
| H A D | checknr.c | 54 } br[MAXBR] = { variable 207 for (i = 0; br[i].opbr; i++) 210 br[i].opbr = malloc(3); 211 (void) strncpy(br[i].opbr, cp, 2); 212 br[i].clbr = malloc(3); 213 (void) strncpy(br[i].clbr, cp+3, 2); 215 addmac(br[i].opbr); 216 addmac(br[i].clbr); 390 (void) printf(".%s", br[stk[i].opno].opbr); in prop() 400 i, stk[i].opno, br[stk[i].opno].opbr, in prop() [all …]
|
| /onnv-gate/usr/src/lib/libntfs/common/libntfs/ |
| H A D | device.c | 193 s64 br, total; in ntfs_pread() local 217 for (total = 0; count; count -= br, total += br) { in ntfs_pread() 218 br = _pread(dev, (char*)b + total, count, pos + total); in ntfs_pread() 220 if (br > 0) in ntfs_pread() 223 if (!br || total) in ntfs_pread() 236 return br; in ntfs_pread() 372 s64 br, i; in ntfs_mst_pread() local 379 br = ntfs_pread(dev, pos, count * bksize, b); in ntfs_mst_pread() 380 if (br < 0) in ntfs_mst_pread() 381 return br; in ntfs_mst_pread() [all …]
|
| H A D | compress.c | 326 s64 br, to_read, ofs, total, total2; in ntfs_compressed_attr_pread() local 458 br = ntfs_attr_pread(na, ofs, to_read, b); in ntfs_compressed_attr_pread() 459 if (br < 0) { in ntfs_compressed_attr_pread() 469 return br; in ntfs_compressed_attr_pread() 471 total += br; in ntfs_compressed_attr_pread() 472 count -= br; in ntfs_compressed_attr_pread() 473 b = (u8*)b + br; in ntfs_compressed_attr_pread() 474 to_read -= br; in ntfs_compressed_attr_pread() 475 ofs += br; in ntfs_compressed_attr_pread() 504 br = ntfs_attr_pread(na, in ntfs_compressed_attr_pread() [all …]
|
| H A D | bitmap.c | 63 s64 bufsize, br, left = count; in ntfs_bitmap_set_bits_in_run() local 93 br = ntfs_attr_pread(na, start_bit >> 3, 1, buf); in ntfs_bitmap_set_bits_in_run() 94 if (br != 1) { in ntfs_bitmap_set_bits_in_run() 130 br = ntfs_attr_pread(na, (start_bit + left) >> in ntfs_bitmap_set_bits_in_run() 132 if (br != 1) { in ntfs_bitmap_set_bits_in_run() 157 br = ntfs_attr_pwrite(na, tmp, bufsize, buf); in ntfs_bitmap_set_bits_in_run() 158 if (br != bufsize) { in ntfs_bitmap_set_bits_in_run()
|
| H A D | lcnalloc.c | 108 s64 clusters, br; in ntfs_cluster_alloc() local 224 br = ntfs_attr_pread(vol->lcnbmp_na, last_read_pos, 8192, buf); in ntfs_cluster_alloc() 225 if (br <= 0) { in ntfs_cluster_alloc() 226 if (!br) { in ntfs_cluster_alloc() 240 buf_size = (int)br << 3; in ntfs_cluster_alloc() 411 br, buf); in ntfs_cluster_alloc() 412 if (bw != br) { in ntfs_cluster_alloc() 644 bw = ntfs_attr_pwrite(vol->lcnbmp_na, last_read_pos, br, buf); in ntfs_cluster_alloc() 645 if (bw != br) { in ntfs_cluster_alloc() 671 bw = ntfs_attr_pwrite(vol->lcnbmp_na, last_read_pos, br, buf); in ntfs_cluster_alloc() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/ |
| H A D | file_upload.cgi | 28 br, 53 print strong("Lines: "),$lines,br if $stats{'count lines'}; 54 print strong("Words: "),$words,br if $stats{'count words'}; 55 print strong("Characters: "),$characters,br if $stats{'count characters'}; 68 br,
|
| /onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| H A D | wbrdr_st.c | 53 wborder_set(w, ls, rs, ts, bs, tl, tr, bl, br) in wborder_set() argument 55 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br; 63 w, ls, rs, ts, bs, tl, tr, bl, br 95 if (br == (const cchar_t *) 0) 96 br = WACS_LRCORNER; 104 if (__m_cc_replace(w, w->_maxy-1, w->_maxx-1, br, 0) == -1)
|
| H A D | wbrdr.c | 55 chtype tl, chtype tr, chtype bl, chtype br) in wborder() argument 63 w, ls, rs, ts, bs, tl, tr, bl, br in wborder() 95 if (br == 0) in wborder() 96 br = ACS_LRCORNER; in wborder() 97 (void) __m_acs_cc(br, &wbr); in wborder()
|
| H A D | brdr_st.c | 49 border_set(ls, rs, ts, bs, tl, tr, bl, br) in border_set() argument 50 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br; in border_set() 57 ls, rs, ts, bs, tl, tr, bl, br 61 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
|
| H A D | brdr.c | 50 chtype tl, chtype tr, chtype bl, chtype br) in border() argument 57 ls, rs, ts, bs, tl, tr, bl, br in border() 61 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border()
|
| /onnv-gate/usr/src/common/openssl/crypto/ocsp/ |
| H A D | ocsp_prn.c | 187 OCSP_BASICRESP *br = NULL; in OCSP_RESPONSE_print() local 212 if (!(br = OCSP_response_get1_basic(o))) goto err; in OCSP_RESPONSE_print() 213 rd = br->tbsResponseData; in OCSP_RESPONSE_print() 278 if(X509_signature_print(bp, br->signatureAlgorithm, br->signature) <= 0) in OCSP_RESPONSE_print() 281 for (i=0; i<sk_X509_num(br->certs); i++) in OCSP_RESPONSE_print() 283 X509_print(bp, sk_X509_value(br->certs,i)); in OCSP_RESPONSE_print() 284 PEM_write_bio_X509(bp,sk_X509_value(br->certs,i)); in OCSP_RESPONSE_print() 289 OCSP_BASICRESP_free(br); in OCSP_RESPONSE_print()
|
| /onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| H A D | wbrdr.c | 58 chtype tl, chtype tr, chtype bl, chtype br) in wborder() argument 91 if (br == 0) in wborder() 92 br = ACS_LRCORNER; in wborder() 93 (void) __m_acs_cc(br, &wbr); in wborder()
|
| H A D | wbrdr_st.c | 58 const cchar_t *tr, const cchar_t *bl, const cchar_t *br) in wborder_set() argument 91 if (br == NULL) in wborder_set() 92 br = WACS_LRCORNER; in wborder_set() 100 if (__m_cc_replace(w, w->_maxy-1, w->_maxx-1, br, 0) == -1) in wborder_set()
|
| /onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ |
| H A D | SRMDebug.java | 456 BufferedReader br = new BufferedReader(new InputStreamReader(is)); in getClassMethod() local 457 br.readLine(); // Skip top five lines... in getClassMethod() 458 br.readLine(); in getClassMethod() 459 br.readLine(); in getClassMethod() 460 br.readLine(); in getClassMethod() 461 br.readLine(); in getClassMethod() 462 line = br.readLine(); // This should be caller from stack in getClassMethod() 464 br.close(); in getClassMethod()
|
| /onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/ |
| H A D | regexp.c | 285 register char *br; local 303 br = regbranch(&flags); 304 if (br == NULL) 307 regtail(ret, br); /* OPEN -> first. */ 309 ret = br; 315 br = regbranch(&flags); 316 if (br == NULL) 318 regtail(ret, br); /* BRANCH -> BRANCH. */ 329 for (br = ret; br != NULL; br = regnext(br)) 330 regoptail(br, ender);
|
| /onnv-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/ |
| H A D | ioboard.c | 222 uint_t bussep, int minbrd, int maxbrd, int *brd, int *br, int *bus) in split_bus_address() argument 260 *br = (bc - baseaddr) % bussep; in split_bus_address() 262 if (*brd < minbrd || *brd > maxbrd || (*br != 0 && *br != 1) || in split_bus_address() 266 *brd, *br, *bus, bc, ac); in split_bus_address() 269 return (did_create(mod, dp, *brd, *br, NO_RC, *bus)); in split_bus_address()
|
| /onnv-gate/usr/src/uts/common/io/usb/clients/usbecm/ |
| H A D | usbecm.c | 1147 usb_bulk_req_t *br; in usbecm_rx_start() local 1160 br = usb_alloc_bulk_req(ecmp->ecm_dip, data_len, USB_FLAGS_SLEEP); in usbecm_rx_start() 1161 if (br == NULL) { in usbecm_rx_start() 1170 br->bulk_len = data_len; in usbecm_rx_start() 1171 br->bulk_timeout = 0; in usbecm_rx_start() 1172 br->bulk_cb = usbecm_bulkin_cb; in usbecm_rx_start() 1173 br->bulk_exc_cb = usbecm_bulkin_cb; in usbecm_rx_start() 1174 br->bulk_client_private = (usb_opaque_t)ecmp; in usbecm_rx_start() 1175 br->bulk_attributes = USB_ATTRS_AUTOCLEARING in usbecm_rx_start() 1178 rval = usb_pipe_bulk_xfer(ecmp->ecm_bulkin_ph, br, 0); in usbecm_rx_start() [all …]
|
| /onnv-gate/usr/src/lib/libcurses/screen/ |
| H A D | _border.c | 50 chtype tl, chtype tr, chtype bl, chtype br) in border() argument 52 return (wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)); in border()
|
| /onnv-gate/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire/ioboard/ |
| H A D | iob_platform.c | 85 int brd, br, bus, i; in platform_iob_enum() local 103 pnode, IOB_BASEADDR, BUS_ADDRDIST, 6, 9, &brd, &br, &bus); in platform_iob_enum() 108 iobs[brd][br][bus] = d; in platform_iob_enum()
|
| /onnv-gate/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire-15000/ioboard/ |
| H A D | iob_platform.c | 85 int brd, br, bus, i; in platform_iob_enum() local 103 pnode, IOB_BASEADDR, BUS_ADDRDIST, 0, 17, &brd, &br, &bus); in platform_iob_enum() 108 iobs[brd][br][bus] = d; in platform_iob_enum()
|