/titanic_51/usr/src/uts/common/exec/java/ |
H A D | java.c | 94 off_t xoff, xoff_end; in javaexec() local 117 xoff = sizeof (lochdr) + LOCNAM(lochdr); in javaexec() 118 xoff_end = xoff + LOCEXT(lochdr); in javaexec() 120 while (xoff < xoff_end) { in javaexec() 124 xoff, UIO_SYSSPACE, 0, (rlim64_t)0, cred, &resid)) != 0) in javaexec() 130 xoff += sizeof (xfhdr) + XFDATASIZ(xfhdr); in javaexec() 133 if (xoff >= xoff_end) in javaexec()
|
/titanic_51/usr/src/cmd/sgs/include/ |
H A D | _machelf.h | 54 #define ELF_R_TYPE_INFO(xoff, type) ELF64_R_TYPE_INFO(xoff, type) argument 80 #define ELF_R_TYPE_INFO(xoff, type) (type) argument
|
/titanic_51/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | pass1.c | 308 register int i, newoff, xoff = 0; in getdir() local 443 if (xoff + left > MAXFIDSIZE) in getdir() 444 left = MAXFIDSIZE - xoff; in getdir() 445 bcopy((char *)dir_fidp + newoff, (char *)fidbuf + xoff, left); in getdir() 446 xoff += left; in getdir() 451 if (xoff < sizeof (fidp->fid_tag) || in getdir() 452 xoff < sizeof (fidp->fid_tag) + SWAP16(fidp->fid_tag.tag_crc_len)) { in getdir()
|
/titanic_51/usr/src/cmd/file/ |
H A D | file.c | 1647 off_t xoff, xoff_end; in zipfile() local 1652 xoff = LOCHDRSIZ + LOCNAM(fbuf); in zipfile() 1653 xoff_end = xoff + LOCEXT(fbuf); in zipfile() 1655 while (xoff < xoff_end) { in zipfile() 1658 if (pread(fd, xfhdr, XFHSIZ, xoff) != XFHSIZ) in zipfile() 1665 xoff += sizeof (xfhdr) + XFDATASIZ(xfhdr); in zipfile()
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 176 long xoff; /* xbuf offset */ \ 294 if (off < mp->xoff || off + siz > mp->xoff + mp->xbsz) in getdata() 303 mp->xoff = 0; in getdata() 308 mp->xoff = n; in getdata() 309 if (off + siz > mp->xoff + mp->xbsz) in getdata() 312 return mp->xbuf + off - mp->xoff; in getdata() 1582 mp->xoff = 0; in type()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.c | 176 long xoff; /* xbuf offset */ \ 294 if (off < mp->xoff || off + siz > mp->xoff + mp->xbsz) in getdata() 303 mp->xoff = 0; in getdata() 308 mp->xoff = n; in getdata() 309 if (off + siz > mp->xoff + mp->xbsz) in getdata() 312 return mp->xbuf + off - mp->xoff; in getdata() 1623 mp->xoff = 0; in type()
|
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 87 xon_xoff xon xo bool Terminal uses xon/xoff handshaking 88 needs_xon_xoff nxon nx bool Padding won't work, xon/xoff required 290 enter_xon_mode smxon SX str Turn on xon/xoff handshaking 291 exit_xon_mode rmxon RX str Turn off xon/xoff handshaking 295 xoff_character xoffc XF str xoff character
|
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 87 xon_xoff xon xo bool Terminal uses xon/xoff handshaking 88 needs_xon_xoff nxon nx bool Padding won't work, xon/xoff required 290 enter_xon_mode smxon SX str Turn on xon/xoff handshaking 291 exit_xon_mode rmxon RX str Turn off xon/xoff handshaking 295 xoff_character xoffc XF str xoff character
|
/titanic_51/usr/src/lib/libcurses/screen/ |
H A D | caps | 63 xon_xoff, "xon" "xo" Terminal uses xon/xoff handshaking 64 needs_xon_xoff, "nxon" "nx" Padding won't work, xon/xoff required 285 enter_xon_mode, "smxon" "SX" Turn on xon/xoff handshaking 286 exit_xon_mode, "rmxon" "RX" Turn off xon/xoff handshaking
|
/titanic_51/usr/src/cmd/terminfo/ |
H A D | termcap.src | 455 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen. 570 # shouldn't hurt since xon/xoff is assumed. 1871 # recommended that xon/xoff be enabled, as this is assumed here. 5610 # exact padding. Since the terminal uses xoff/xon this is intended 8003 # The xon-xoff handshaking can't be disabled while in ansi personality, so 10894 # clear eol use xon/xoff so they probably won't work very well. 10906 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff) 12839 #ctrl-N Disable xon/xoff to host 12840 #ctrl-O Enable xon/xoff to host 13531 # since Sytek insists ^S means xoff [all...] |
H A D | terminfo.src | 475 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen. 599 # shouldn't hurt since xon/xoff is assumed. 2125 # recommended that xon/xoff be enabled, as this is assumed here. 6342 # exact padding. Since the terminal uses xoff/xon this is intended 8948 # The xon-xoff handshaking can't be disabled while in ansi personality, so 12303 # clear eol use xon/xoff so they probably won't work very well. 12315 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff) 14493 #ctrl-N Disable xon/xoff to host 14494 #ctrl-O Enable xon/xoff to host 15219 # since Sytek insists ^S means xoff [all...] |