HomeSort by: relevance | last modified time | path
    Searched refs:winsize (Results 1 - 25 of 132) sorted by relevancy

1 2 3 4 5 6

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_s_mp_exptmod.c 29 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
35 winsize = 2;
37 winsize = 3;
39 winsize = 4;
41 winsize = 5;
43 winsize = 6;
45 winsize = 7;
47 winsize = 8;
51 if (winsize > 5) {
52 winsize = 5
    [all...]
bn_mp_exptmod_fast.c 38 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
49 winsize = 2;
51 winsize = 3;
53 winsize = 4;
55 winsize = 5;
57 winsize = 6;
59 winsize = 7;
61 winsize = 8;
65 if (winsize > 5) {
66 winsize = 5
    [all...]
  /src/external/bsd/nvi/dist/ex/
script.h 21 struct winsize sh_win; /* Window size. */
  /src/bin/stty/
extern.h 46 void print(struct termios *, struct winsize *, int, const char *, enum FMT);
stty.h 49 struct winsize win; /* window info */
  /src/lib/libc/termios/
tcgetwinsize.c 45 tcgetwinsize(int fd, struct winsize *ws)
tcsetwinsize.c 45 tcsetwinsize(int fd, const struct winsize *ws)
  /src/external/bsd/tmux/dist/compat/
fdforkpty.c 31 struct winsize *ws)
forkpty-haiku.c 30 forkpty(int *master, char *name, struct termios *tio, struct winsize *ws)
  /src/sbin/fsck/
progress.c 157 struct winsize winsize; local
160 if (ioctl(fileno(stdout), TIOCGWINSZ, &winsize) != -1 &&
161 winsize.ws_col != 0)
162 ttywidth = winsize.ws_col;
  /src/usr.sbin/lpr/lpd/
extern.h 50 struct winsize win; /* window info */
  /src/sbin/blkdiscard/
blkdiscard.c 226 struct winsize winsize; local
236 if (ioctl(fileno(stdout), TIOCGWINSZ, &winsize) != -1 &&
237 winsize.ws_col > 1)
238 ttywidth = winsize.ws_col - 1;
  /src/sys/sys/
ttycom.h 54 struct winsize { struct
147 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
148 #define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */
termios.h 299 * is defined, but (at least) struct winsize has been made standard,
304 int tcgetwinsize(int, struct winsize *);
305 int tcsetwinsize(int, const struct winsize *);
  /src/usr.bin/rlogin/
rlogin.c 97 struct winsize { struct
104 static struct winsize winsize; variable in typeref:struct:winsize
126 static int get_window_size(int, struct winsize *);
243 (void)get_window_size(0, &winsize);
538 struct winsize ws;
541 memcmp(&ws, &winsize, sizeof(ws))) {
542 winsize = ws;
553 struct winsize *wp;
554 char obuf[4 + sizeof (struct winsize)];
    [all...]
  /src/crypto/external/bsd/openssh/dist/
progressmeter.c 301 struct winsize winsize; local
303 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &winsize) != -1 &&
304 winsize.ws_col != 0) {
305 if (winsize.ws_col > MAX_WINSIZE)
308 win_size = winsize.ws_col;
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 1879 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
1885 winsize = 2;
1887 winsize = 3;
1889 winsize = 4;
1891 winsize = 5;
1893 winsize = 6;
1895 winsize = 7;
1897 winsize = 8;
1901 if (winsize > 5) {
1902 winsize = 5
2956 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
    [all...]
  /src/include/
util.h 80 struct winsize;
84 pid_t forkpty(int *, char *, struct termios *, struct winsize *);
110 struct winsize *);
  /src/lib/libutil/
pty.c 64 struct winsize *winp)
139 forkpty(int *amaster, char *name, struct termios *term, struct winsize *winp)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
ttycom.d 29 struct winsize {
91 enum uint TIOCGWINSZ = _IOR!(winsize)('t', 104); // get window size
92 enum uint TIOCSWINSZ = _IOW!(winsize)('t', 103); // set window size
123 struct winsize {
168 enum uint TIOCSWINSZ = _IOW!(winsize)('t', 103); // set window size
169 enum uint TIOCGWINSZ = _IOR!(winsize)('t', 104); // get window size
219 struct winsize {
267 enum uint TIOCSWINSZ = _IOW!(winsize)('t', 103); // set window size
268 enum uint TIOCGWINSZ = _IOR!(winsize)('t', 104); // get window size
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
get_window_size.c 69 struct winsize ws;
  /src/usr.bin/resize/
resize.h 58 #define TTYSIZE_STRUCT struct winsize
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 3281 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
3287 winsize = 2;
3289 winsize = 3;
3291 winsize = 4;
3293 winsize = 5;
3295 winsize = 6;
3297 winsize = 7;
3299 winsize = 8;
3309 for (x = 1<<(winsize-1); x < (1 << winsize); x++)
4103 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
    [all...]
  /src/sbin/mount_portal/
puffs_portal.c 662 size_t xfersize, winsize, boff; local
707 winsize = xfersize;
709 &win, &winsize);
711 assert(winsize > 0);
713 memcpy(buf + boff, win, winsize);
714 xfersize -= winsize;
715 boff += winsize;
  /src/lib/libterminfo/
setupterm.c 83 struct winsize win;

Completed in 40 milliseconds

1 2 3 4 5 6