/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | fsys_tftp.c | 87 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 …]
|
/illumos-gate/usr/src/cmd/emul64ioctl/ |
H A D | emul64ioctl.c | 53 static int get_disk_addr(char *path, emul64_tgt_range_t *tr, char **admin); 75 emul64_tgt_range_t tr; in main() local 87 tr.emul64_blkrange.emul64_sb = atoll(optarg); in main() 91 tr.emul64_blkrange.emul64_blkcnt = atoll(optarg); in main() 123 if (get_disk_addr(slice, &tr, &admin) != 0) in main() 131 retval = ioctl(fd, cmd, &tr); in main() 154 get_disk_addr(char *path, emul64_tgt_range_t *tr, char **admin) in get_disk_addr() argument 168 &tr->emul64_target, &tr->emul64_lun); in get_disk_addr()
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | collate.c | 380 wchar_t *tr = NULL; in _collate_wxfrm() local 414 if (tr) in _collate_wxfrm() 415 free(tr); in _collate_wxfrm() 416 if ((tr = wcsdup(t)) == NULL) { in _collate_wxfrm() 420 bp = tr; in _collate_wxfrm() 421 fp = tr + wcslen(tr) - 1; in _collate_wxfrm() 427 t = (const wchar_t *)tr; in _collate_wxfrm() 473 free(tr); in _collate_wxfrm() 477 free(tr); in _collate_wxfrm() 528 wchar_t *tr = NULL; in _collate_sxfrm() local [all …]
|
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_cr_6805792_varmovetest1.sh | 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/contrib/ast/src/cmd/ksh93/tests/ |
H A D | treemove.sh | 74 nameref tr=$1 75 typeset -A tr.subtree 81 typeset -m tr.subtree["a_node"]=node 88 nameref tr=$1 89 typeset -A tr.subtree 90 nameref node=tr.subtree["a_node"]
|
/illumos-gate/usr/src/cmd/tail/ |
H A D | reverse.c | 182 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()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wbrdr_st.c | 51 wborder_set(w, ls, rs, ts, bs, tl, tr, bl, br) in wborder_set() argument 53 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br; 61 w, ls, rs, ts, bs, tl, tr, bl, br 89 if (tr == (const cchar_t *) 0) 90 tr = WACS_URCORNER; 98 if (__m_cc_replace(w, 0, w->_maxx-1, tr, 0) == -1)
|
H A D | wbrdr.c | 53 chtype tl, chtype tr, chtype bl, chtype br) in wborder() argument 61 w, ls, rs, ts, bs, tl, tr, bl, br in wborder() 85 if (tr == 0) in wborder() 86 tr = ACS_URCORNER; in wborder() 87 (void) __m_acs_cc(tr, &wtr); in wborder()
|
H A D | brdr_st.c | 47 border_set(ls, rs, ts, bs, tl, tr, bl, br) in border_set() argument 48 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br; in border_set() 55 ls, rs, ts, bs, tl, tr, bl, br 59 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
|
H A D | brdr.c | 48 chtype tl, chtype tr, chtype bl, chtype br) in border() argument 55 ls, rs, ts, bs, tl, tr, bl, br in border() 59 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border()
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wbrdr.c | 56 chtype tl, chtype tr, chtype bl, chtype br) in wborder() argument 81 if (tr == 0) in wborder() 82 tr = ACS_URCORNER; in wborder() 83 (void) __m_acs_cc(tr, &wtr); in wborder()
|
H A D | wbrdr_st.c | 56 const cchar_t *tr, const cchar_t *bl, const cchar_t *br) in wborder_set() argument 85 if (tr == NULL) in wborder_set() 86 tr = WACS_URCORNER; in wborder_set() 94 if (__m_cc_replace(w, 0, w->_maxx-1, tr, 0) == -1) in wborder_set()
|
H A D | brdr.c | 51 chtype tl, chtype tr, chtype bl, chtype br) in border() argument 55 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border()
|
H A D | brdr_st.c | 52 const cchar_t *tr, const cchar_t *bl, const cchar_t *br) in border_set() argument 56 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border_set()
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | depcomp | 136 tr ' ' ' 177 tr ' ' ' 180 tr ' 185 tr ' ' ' 374 tr ' ' ' 422 sed '1,2d' "$tmpdepfile" | tr ' ' '
|
/illumos-gate/usr/src/lib/libdtrace/i386/ |
H A D | Makefile | 41 tr -d ' ' | tr '@' ' ' | tr '"' '@' | grep '^s/' > $@
|
/illumos-gate/usr/src/lib/libfakekernel/common/sys/ |
H A D | condvar.h | 80 #define TIME_RES_VALID(tr) (tr >= TR_NANOSEC && tr < TR_COUNT) argument
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | condvar.h | 86 #define TIME_RES_VALID(tr) (tr >= TR_NANOSEC && tr < TR_COUNT) argument
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | g721.c | 183 char tr; /* tone/transition detector */ in _g721_update() local 189 tr = 0; in _g721_update() 191 tr = (mag <= 0x2F80) ? 0 : 1; in _g721_update() 196 tr = 1; in _g721_update() 198 tr = (mag <= (thr2 - (thr2 >> 2))) ? 0 : 1; in _g721_update() 222 if (tr == 1) { in _g721_update() 328 if (tr == 1) in _g721_update() 342 if (tr == 1) in _g721_update()
|
H A D | g723.c | 189 char tr; /* tone/transition detector */ in _g723_update() local 195 tr = 0; in _g723_update() 197 tr = (mag <= 0x2F80) ? 0 : 1; in _g723_update() 202 tr = 1; in _g723_update() 204 tr = (mag <= (thr2 - (thr2 >> 2))) ? 0 : 1; in _g723_update() 226 if (tr == 1) { in _g723_update() 329 if (tr == 1) in _g723_update() 343 if (tr == 1) in _g723_update()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _border.c | 48 chtype tl, chtype tr, chtype bl, chtype br) in border() argument 50 return (wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)); in border()
|
/illumos-gate/usr/src/cmd/mdb/tools/scripts/ |
H A D | mdb.sh | 83 build=`echo "$1" | tr -d -` 88 build=`echo "$1" | tr -d -` 98 build=${os_name}_`echo "$1" | cut -c2- | tr '[A-Z]' '[a-z]'`
|
/illumos-gate/usr/src/test/elf-tests/tests/string-merge/ |
H A D | simple.sh | 51 elfdump -N.test -w /dev/stdout strmerge.so | tr '\0' ' ' | grep -q '^ buffalo bills $' 54 elfdump -N.test -w /dev/stdout strmerge.so | tr '\0' ' ' >&2
|
/illumos-gate/usr/src/cmd/tr/ |
H A D | Makefile | 17 PROG= tr 21 OBJS= tr.o str.o cset.o cmap.o
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/ |
H A D | zfs_allow_005_pos.ksh | 62 typeset sortedperms=$(echo "$perms" | tr ',' '\n' | 63 sort | tr '\n' ',' | sed 's/,$//')
|