Searched refs:tr (Results 1 - 25 of 82) sorted by relevance

1234

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dmkerrno.sh40 sed -n "s/$pattern/$replace/p" | tr '@' '\n'
H A Dmksignal.sh40 sed -n "s/$pattern/$replace/p;/SIGRTMAX/q" | tr '@' '\n'
/illumos-gate/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.sh38 # nameref tr=$1
40 # typeset -A tr.subtree
48 # typeset -m tr.subtree["a_node"]=node
102 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"]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbrdr_st.c49 border_set(ls, rs, ts, bs, tl, tr, bl, br)
50 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br;
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)
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
H A Dwbrdr_st.c53 wborder_set(w, ls, rs, ts, bs, tl, tr, bl, br)
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)
/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
/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.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
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
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dmkerror.sh50 echo "$input" | sed -n "s/$pattern/$replace/p" | tr '[A-Z]' '[a-z]' || exit 1
/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/lib/libdtrace/i386/
H A DMakefile44 tr -d ' ' | tr '@' ' ' | tr '"' '@' | grep '^s/' > $@
/illumos-gate/usr/src/ucbcmd/tr/
H A DMakefile27 PROG= 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/cmd/dfs.cmds/unshareall/
H A Dunshareall.sh52 fsys=`echo $fsys|tr ',' ' '`
/illumos-gate/usr/src/cmd/hostid/smf/
H A Dsvc-hostid41 r=`echo "0x${host}" | /usr/bin/tr 'P-~!-O' '!-OP-~'`
/illumos-gate/usr/src/cmd/tr/
H A DMakefile17 PROG= tr
21 OBJS= tr.o str.o cset.o cmap.o
/illumos-gate/usr/src/uts/common/sys/
H A Dcondvar.h86 #define TIME_RES_VALID(tr) (tr >= TR_NANOSEC && tr < TR_COUNT)
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dcondvar.h79 #define TIME_RES_VALID(tr) (tr >= TR_NANOSEC && tr < TR_COUNT)
/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/cmd/diffmk/
H A DMakefile47 grep gettext $(PROG).sh | tr '`' ' ' | sed -e "s/TEXT_DOMAIN/\(/" | sed -e "s/$$/);/" > $(PROG).i

Completed in 134 milliseconds

1234