Searched defs:tr (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/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)
92 _TOPRIGHT = tr;
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 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
87 if (tr == 0)
88 tr = ACS_URCORNER;
89 (void) __m_acs_cc(tr, &wtr);
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 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)
87 if (tr == NULL)
88 tr = WACS_URCORNER;
96 if (__m_cc_replace(w, 0, w->_maxx-1, tr, 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)
83 if (tr == 0)
84 tr = ACS_URCORNER;
85 (void) __m_acs_cc(tr, &wtr);
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/cmd/emul64ioctl/
H A Demul64ioctl.c55 static int get_disk_addr(char *path, emul64_tgt_range_t *tr, char **admin);
77 emul64_tgt_range_t tr; local
89 tr.emul64_blkrange.emul64_sb = atoll(optarg);
93 tr.emul64_blkrange.emul64_blkcnt = atoll(optarg);
125 if (get_disk_addr(slice, &tr, &admin) != 0)
133 retval = ioctl(fd, cmd, &tr);
156 get_disk_addr(char *path, emul64_tgt_range_t *tr, char **admin) argument
170 &tr->emul64_target, &tr->emul64_lun);
/illumos-gate/usr/src/cmd/tail/
H A Dreverse.c182 BF *mark, *tl, *tr; local
255 for (tr = tl->next; tr->len; tr = tr->next) {
256 WR(tr->l, tr->len);
257 tr->len = 0;
258 if (tr == mark)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Ddeparse.c175 Shnode_t *tr = t->lst.lstrit; local
176 if(tr->tre.tretyp==TWH && tr->wh.whinc && t->lst.lstlef->tre.tretyp==TARITH)
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c87 struct tftp_t *tr; local
141 tr = (struct tftp_t *)&nic.packet[ETH_HLEN];
142 if (tr->opcode == ntohs(TFTP_ERROR))
145 ntohs(tr->u.err.errcode),
146 tr->u.err.errmsg);
150 if (tr->opcode == ntohs(TFTP_OACK)) {
151 char *p = tr->u.oack.data, *e;
155 len = ntohs(tr->udp.len) - sizeof(struct udphdr) - 2;
187 iport, ntohs(tr->udp.src),
198 else if (tr
246 struct tftp_t *tr; local
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c727 clock_t tr, tmo1, tmo2; local
796 tr = cv_reltimedwait(&rqp->sr_cond,
799 tr = cv_reltimedwait_sig(&rqp->sr_cond,
801 if (tr == 0) {
805 if (tr < 0) {
825 tr = cv_timedwait(&rqp->sr_cond,
828 tr = cv_timedwait_sig(&rqp->sr_cond,
830 if (tr == 0) {
834 if (tr < 0) {
1054 clock_t tr, delt local
1093 clock_t tr; local
[all...]
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dtp.c93 u32 tr = t1_read_reg_4(adap, A_TP_TIMER_RESOLUTION); local
95 return tp_clk / (1 << G_DELAYED_ACK_TIMER_RESOLUTION(tr));
100 u32 tr = t1_read_reg_4(adap, A_TP_TIMER_RESOLUTION); local
102 return tp_clk / (1 << G_GENERIC_TIMER_RESOLUTION(tr));
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c386 wchar_t *tr = NULL; local
420 if (tr)
421 free(tr);
422 if ((tr = wcsdup(t)) == NULL) {
426 bp = tr;
427 fp = tr + wcslen(tr) - 1;
433 t = (const wchar_t *)tr;
478 if (tr)
479 free(tr);
535 wchar_t *tr = NULL; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c802 char *default_realm = NULL, **realms = NULL, *tr = NULL; local
813 tr = default_realm;
815 while ((c = *tr++) != NULL) {
834 tr = *trealms;
835 while ((c = *tr++) != NULL) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.h146 u_int32_t tr; member in struct:lcp_timer
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c479 cyc_tracebuf_t *tr = &cpu->cyp_trace[0]; local
489 if (mdb_vread(tr, sizeof (cyc_tracebuf_t), addr) == -1) {
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg721.c185 char tr; /* tone/transition detector */ local
191 tr = 0;
193 tr = (mag <= 0x2F80) ? 0 : 1;
198 tr = 1;
200 tr = (mag <= (thr2 - (thr2 >> 2))) ? 0 : 1;
224 if (tr == 1) {
330 if (tr == 1)
344 if (tr == 1)
H A Dg723.c191 char tr; /* tone/transition detector */ local
197 tr = 0;
199 tr = (mag <= 0x2F80) ? 0 : 1;
204 tr = 1;
206 tr = (mag <= (thr2 - (thr2 >> 2))) ? 0 : 1;
228 if (tr == 1) {
329 if (tr == 1)
343 if (tr == 1)
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1450 int tr, nr, regular[3], c; local
1647 tr = 0;
1651 if (ioctl(fd[i], FIONREAD, &tr) == -1) {
1661 tr = (lseek(fd[i], 0, SEEK_CUR) < sb.st_size);
1662 if (!tr && !(opts & OPT_TAIL))
1665 if (!tr)
1667 nr += tr;
1669 tr = read_log(fd[i], &n, buf, sizeof(buf));
1685 switch (tr)
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h536 u_short tr; local
537 __asm __volatile("str %0" : "=g" (tr));
538 return (tr);
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1337 uint32_t *tr, *ta; local
1342 tr = r + 1;
1345 tr[tlen] = big_mul_set_vec(tr, ta + 1, tlen, ta[0]);
1347 tr += 2;
1349 tr[tlen] = big_mul_add_vec(tr, ta + 1, tlen, ta[0]);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c1344 int tl, tr; local
1364 tr = right->n_flags;
1373 if (!isnumber(tl) || !isnumber(tr)) {
1376 } else if (isreal(tl) || isreal(tr)) {
1396 if (!isnumber(tl) && !isnumber(tr)) {
1403 if (isstring(tr))
1404 tr = type_of(right);
1405 if (!isnumber(tl) || !isnumber(tr))
1407 if (isreal(tl) || isreal(tr)) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dir.c1119 struct tempreserve *tr; local
1196 "quota=%lluK tr=%lluK err=%d\n",
1210 tr = kmem_zalloc(sizeof (struct tempreserve), KM_SLEEP);
1211 tr->tr_ds = dd;
1212 tr->tr_size = asize;
1213 list_insert_tail(tr_list, tr);
1252 struct tempreserve *tr; local
1254 tr = kmem_zalloc(sizeof (struct tempreserve), KM_SLEEP);
1255 tr->tr_size = lsize;
1256 list_insert_tail(tr_list, tr);
1296 struct tempreserve *tr; local
[all...]

Completed in 140 milliseconds

12