Home
last modified time | relevance | path

Searched refs:tr (Results 1 – 25 of 96) sorted by relevance

1234

/titanic_44/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; in main() local
89 tr.emul64_blkrange.emul64_sb = atoll(optarg); in main()
93 tr.emul64_blkrange.emul64_blkcnt = atoll(optarg); in main()
125 if (get_disk_addr(slice, &tr, &admin) != 0) in main()
133 retval = ioctl(fd, cmd, &tr); in main()
156 get_disk_addr(char *path, emul64_tgt_range_t *tr, char **admin) in get_disk_addr() argument
170 &tr->emul64_target, &tr->emul64_lun); in get_disk_addr()
/titanic_44/usr/src/lib/libc/port/locale/
H A Dcollate.c381 wchar_t *tr = NULL; in _collate_wxfrm() local
415 if (tr) in _collate_wxfrm()
416 free(tr); in _collate_wxfrm()
417 if ((tr = wcsdup(t)) == NULL) { in _collate_wxfrm()
421 bp = tr; in _collate_wxfrm()
422 fp = tr + wcslen(tr) - 1; in _collate_wxfrm()
428 t = (const wchar_t *)tr; in _collate_wxfrm()
473 if (tr) in _collate_wxfrm()
474 free(tr); in _collate_wxfrm()
478 if (tr) in _collate_wxfrm()
[all …]
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c87 struct tftp_t *tr; in tftp_file_read() local
141 tr = (struct tftp_t *)&nic.packet[ETH_HLEN]; in tftp_file_read()
142 if (tr->opcode == ntohs(TFTP_ERROR)) in tftp_file_read()
145 ntohs(tr->u.err.errcode), in tftp_file_read()
146 tr->u.err.errmsg); in tftp_file_read()
150 if (tr->opcode == ntohs(TFTP_OACK)) { in tftp_file_read()
151 char *p = tr->u.oack.data, *e; in tftp_file_read()
155 len = ntohs(tr->udp.len) - sizeof(struct udphdr) - 2; in tftp_file_read()
187 iport, ntohs(tr->udp.src), in tftp_file_read()
198 else if (tr->opcode == htons(TFTP_DATA)) { in tftp_file_read()
[all …]
/titanic_44/usr/src/lib/libshell/common/tests/
H A Dtreemove.sh55 nameref tr=$1
56 typeset -A tr.subtree
62 typeset -m tr.subtree["a_node"]=node
69 nameref tr=$1
70 typeset -A tr.subtree
71 nameref node=tr.subtree["a_node"]
H A Dsun_solaris_cr_6805792_varmovetest1.sh102 nameref tr=$1
104 typeset -A tr.subtree
122 typeset -m tr.subtree["a_node"]=node
130 nameref tr=$1
132 typeset -A tr.subtree
134 nameref node=tr.subtree["a_node"]
/titanic_44/usr/src/cmd/tail/
H A Dreverse.c182 BF *mark, *tl, *tr; in r_buf() local
255 for (tr = tl->next; tr->len; tr = tr->next) { in r_buf()
256 WR(tr->l, tr->len); in r_buf()
257 tr->len = 0; in r_buf()
258 if (tr == mark) in r_buf()
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwbrdr_st.c53 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
91 if (tr == (const cchar_t *) 0)
92 tr = WACS_URCORNER;
100 if (__m_cc_replace(w, 0, w->_maxx-1, tr, 0) == -1)
H A Dwbrdr.c55 chtype tl, chtype tr, chtype bl, chtype br) in wborder() argument
63 w, ls, rs, ts, bs, tl, tr, bl, br in wborder()
87 if (tr == 0) in wborder()
88 tr = ACS_URCORNER; in wborder()
89 (void) __m_acs_cc(tr, &wtr); in wborder()
H A Dbrdr_st.c49 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 Dbrdr.c50 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()
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwbrdr.c58 chtype tl, chtype tr, chtype bl, chtype br) in wborder() argument
83 if (tr == 0) in wborder()
84 tr = ACS_URCORNER; in wborder()
85 (void) __m_acs_cc(tr, &wtr); in wborder()
H A Dwbrdr_st.c58 const cchar_t *tr, const cchar_t *bl, const cchar_t *br) in wborder_set() argument
87 if (tr == NULL) in wborder_set()
88 tr = WACS_URCORNER; in wborder_set()
96 if (__m_cc_replace(w, 0, w->_maxx-1, tr, 0) == -1) in wborder_set()
H A Dbrdr.c53 chtype tl, chtype tr, chtype bl, chtype br) in border() argument
57 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border()
H A Dbrdr_st.c54 const cchar_t *tr, const cchar_t *bl, const cchar_t *br) in border_set() argument
58 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border_set()
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c727 clock_t tr, tmo1, tmo2; in smb_iod_waitrq() local
796 tr = cv_reltimedwait(&rqp->sr_cond, in smb_iod_waitrq()
799 tr = cv_reltimedwait_sig(&rqp->sr_cond, in smb_iod_waitrq()
801 if (tr == 0) { in smb_iod_waitrq()
805 if (tr < 0) { in smb_iod_waitrq()
825 tr = cv_timedwait(&rqp->sr_cond, in smb_iod_waitrq()
828 tr = cv_timedwait_sig(&rqp->sr_cond, in smb_iod_waitrq()
830 if (tr == 0) { in smb_iod_waitrq()
834 if (tr < 0) { in smb_iod_waitrq()
1054 clock_t tr, delta = SEC_TO_TICK(15); in smb_iod_vc_idle() local
[all …]
/titanic_44/usr/src/lib/libdtrace/i386/
H A DMakefile44 tr -d ' ' | tr '@' ' ' | tr '"' '@' | grep '^s/' > $@
/titanic_44/usr/src/lib/libfakekernel/common/sys/
H A Dcondvar.h79 #define TIME_RES_VALID(tr) (tr >= TR_NANOSEC && tr < TR_COUNT) argument
/titanic_44/usr/src/grub/grub-0.97/
H A Ddepcomp136 tr ' ' '
177 tr ' ' '
180 tr '
185 tr ' ' '
374 tr ' ' '
422 sed '1,2d' "$tmpdepfile" | tr ' ' '
/titanic_44/usr/src/uts/common/sys/
H A Dcondvar.h86 #define TIME_RES_VALID(tr) (tr >= TR_NANOSEC && tr < TR_COUNT) argument
/titanic_44/usr/src/lib/libcurses/screen/
H A D_border.c50 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()
/titanic_44/usr/src/cmd/mdb/tools/scripts/
H A Dmdb.sh83 build=`echo "$1" | tr -d -`
88 build=`echo "$1" | tr -d -`
98 build=${os_name}_`echo "$1" | cut -c2- | tr '[A-Z]' '[a-z]'`
/titanic_44/usr/src/cmd/audio/utilities/
H A Dg721.c185 char tr; /* tone/transition detector */ in _g721_update() local
191 tr = 0; in _g721_update()
193 tr = (mag <= 0x2F80) ? 0 : 1; in _g721_update()
198 tr = 1; in _g721_update()
200 tr = (mag <= (thr2 - (thr2 >> 2))) ? 0 : 1; in _g721_update()
224 if (tr == 1) { in _g721_update()
330 if (tr == 1) in _g721_update()
344 if (tr == 1) in _g721_update()
H A Dg723.c191 char tr; /* tone/transition detector */ in _g723_update() local
197 tr = 0; in _g723_update()
199 tr = (mag <= 0x2F80) ? 0 : 1; in _g723_update()
204 tr = 1; in _g723_update()
206 tr = (mag <= (thr2 - (thr2 >> 2))) ? 0 : 1; in _g723_update()
228 if (tr == 1) { in _g723_update()
329 if (tr == 1) in _g723_update()
343 if (tr == 1) in _g723_update()
/titanic_44/usr/src/cmd/tr/
H A DMakefile17 PROG= tr
21 OBJS= tr.o str.o cset.o cmap.o
/titanic_44/usr/src/cmd/lp/cmd/scripts/
H A DMakefile60 …grep gettext $(MSGFILES) | tr '`' ' ' | sed -e "s/gettext \"/gettext \(\"/" | sed -e "s/$$/);/" >…
69 …grep gettext $(MSGFILES) | tr '`' ' ' | sed -e "s/gettext \"/gettext \(\"/" | sed -e "s/$$/);/" >…

1234