| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| 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...] |
| 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...] |
| 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...] |
| /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;
|
| 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/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;
|
| 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/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;
|
| 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/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;
|
| 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/sbin/newfs_ext2fs/ |
| mke2fs.c | 194 struct winsize winsize; local 597 if (ioctl(fileno(stdout), TIOCGWINSZ, &winsize) == 0 && 598 winsize.ws_col != 0) 599 max_cols = winsize.ws_col;
|
| mke2fs.c | 194 struct winsize winsize; local 597 if (ioctl(fileno(stdout), TIOCGWINSZ, &winsize) == 0 && 598 winsize.ws_col != 0) 599 max_cols = winsize.ws_col;
|
| /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 */
|
| 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 */
|
| /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...] |
| 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/sbin/newfs/ |
| mkfs.c | 193 struct winsize winsize; local 675 if (ioctl(fileno(stdout), TIOCGWINSZ, &winsize) == 0 && 676 winsize.ws_col != 0) 677 max_cols = winsize.ws_col;
|
| mkfs.c | 193 struct winsize winsize; local 675 if (ioctl(fileno(stdout), TIOCGWINSZ, &winsize) == 0 && 676 winsize.ws_col != 0) 677 max_cols = winsize.ws_col;
|
| /src/usr.bin/ftp/ |
| util.c | 954 struct winsize winsize; local 957 if (ioctl(fileno(ttyout), TIOCGWINSZ, &winsize) != -1 && 958 winsize.ws_col != 0) 959 ttywidth = winsize.ws_col;
|
| util.c | 954 struct winsize winsize; local 957 if (ioctl(fileno(ttyout), TIOCGWINSZ, &winsize) != -1 && 958 winsize.ws_col != 0) 959 ttywidth = 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...] |
| 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/libexec/ftpd/ |
| ftpd.c | 2205 ssize_t mapsize, winsize; local 2226 winsize = curclass.mmapsize; 2230 (LLT)winsize, (LLT)curclass.writesize); 2231 if (winsize <= 0) 2243 bufrem = winsize; 2245 mapsize = MIN(filesize - off, winsize);
|