Searched refs:ws (Results 76 - 100 of 122) sorted by relevance

12345

/freebsd-10.1-release/contrib/ntp/tests/ntpq/
H A DMakefile.in926 ws='[ ]'; \
929 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
930 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
931 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
932 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
933 xfail=`grep "^$$ws*:test-result:$$ws*XFAI
[all...]
/freebsd-10.1-release/contrib/telnet/telnet/
H A Dsys_bsd.c783 struct winsize ws; local
785 if (ioctl(fileno(stdin), TIOCGWINSZ, (char *)&ws) >= 0) {
786 *rows = ws.ws_row;
787 *cols = ws.ws_col;
/freebsd-10.1-release/crypto/openssh/
H A Dssh.c1424 struct winsize ws; local
1467 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) < 0)
1468 memset(&ws, 0, sizeof(ws));
1469 packet_put_int((u_int)ws.ws_row);
1470 packet_put_int((u_int)ws.ws_col);
1471 packet_put_int((u_int)ws.ws_xpixel);
1472 packet_put_int((u_int)ws.ws_ypixel);
H A Dsftp.c780 struct winsize ws; local
794 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) != -1)
795 width = ws.ws_col;
860 struct winsize ws; local
889 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) != -1)
890 width = ws.ws_col;
1639 struct winsize ws; local
1646 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) != -1)
1647 width = ws.ws_col;
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c817 struct winsize ws; local
893 memset(&ws, 0, sizeof(ws));
894 ws.ws_col = def_col;
895 ws.ws_row = def_row;
896 ioctl(t, TIOCSWINSZ, (char *)&ws);
/freebsd-10.1-release/contrib/telnet/telnetd/
H A Dsys_term.c844 struct winsize ws; local
885 memset((char *)&ws, 0, sizeof(ws));
886 ws.ws_col = def_col;
887 ws.ws_row = def_row;
888 (void)ioctl(t, TIOCSWINSZ, (char *)&ws);
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_base/
H A Ddag.c941 svn_stream_t *ws;
947 SVN_ERR(svn_fs_base__rep_contents_write_stream(&ws, fs, mutable_rep_key,
951 SVN_ERR(svn_stream_write(ws, unparsed_entries->data, &len));
952 SVN_ERR(svn_stream_close(ws));
1186 svn_stream_t *ws;
1221 SVN_ERR(svn_fs_base__rep_contents_write_stream(&ws, fs, mutable_rep_key,
1224 *contents = ws;
936 svn_stream_t *ws; local
1181 svn_stream_t *ws; local
/freebsd-10.1-release/usr.sbin/pmcstat/
H A Dpmcstat.c572 struct winsize ws; local
1243 if (ioctl(fileno(args.pa_printfile), TIOCGWINSZ, &ws) < 0)
1246 pmcstat_displayheight = ws.ws_row - 1;
1247 pmcstat_displaywidth = ws.ws_col - 1;
1447 TIOCGWINSZ, &ws) < 0)
1450 pmcstat_displayheight = ws.ws_row - 1;
1451 pmcstat_displaywidth = ws.ws_col - 1;
/freebsd-10.1-release/contrib/ntp/sntp/tests/
H A DMakefile.in1168 ws='[ ]'; \
1171 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1172 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1173 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1174 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1175 xfail=`grep "^$$ws*:test-result:$$ws*XFAI
[all...]
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c186 struct archive_wstring ws; member in struct:lha
312 archive_string_init(&lha->ws);
767 archive_wstrcpy(&(lha->ws), wp);
768 for (i = 0; i < archive_strlen(&(lha->ws)); i++) {
769 if (lha->ws.s[i] == L'\\')
770 lha->ws.s[i] = L'/';
772 archive_entry_copy_pathname_w(entry, lha->ws.s);
776 archive_wstrcpy(&(lha->ws), wp);
777 for (i = 0; i < archive_strlen(&(lha->ws)); i++) {
778 if (lha->ws
[all...]
H A Darchive_write_set_format_iso9660.c1713 size_t ws; local
1721 ws = s;
1723 (iso9660->cur_file->cur_content->size + ws) >=
1756 ws -= ts;
1774 zisofs_detect_magic(a, buff, ws);
1777 if (zisofs_write_to_temp(a, buff, ws) != ARCHIVE_OK)
1780 if (wb_write_to_temp(a, buff, ws) != ARCHIVE_OK)
1782 iso9660->cur_file->cur_content->size += ws;
4814 struct archive_wstring ws; local
4818 archive_string_init(&ws);
4929 struct archive_wstring ws; local
[all...]
H A Darchive_string.c456 wchar_t *ws; local
463 ws = dest->s + dest->length;
467 *ws++ = (wchar_t)*mp++;
661 const wchar_t *ws, size_t len, struct archive_string_conv *sc)
677 const wchar_t *wp = ws;
705 while (count < (int)len && *ws) {
706 archive_be16enc(u16+count, *ws);
707 ws++;
711 while (count < (int)len && *ws) {
712 archive_le16enc(u16+count, *ws);
660 archive_string_append_from_wcs_in_codepage(struct archive_string *as, const wchar_t *ws, size_t len, struct archive_string_conv *sc) argument
[all...]
/freebsd-10.1-release/usr.bin/ncal/
H A Dncal.c590 wchar_t ws[MAX_WIDTH], ws1[MAX_WIDTH]; local
643 mw, wcenter(ws, year[i].name, mw));
645 swprintf(ws, sizeof(ws), L"%-ls %d",
647 wprintf(L"%-*ls ", mw, wcenter(ws1, ws, mw));
/freebsd-10.1-release/contrib/subversion/subversion/svn/
H A Dfile-merge.c316 struct winsize ws; local
319 error = ioctl(fd, TIOCGWINSZ, &ws);
323 if (ws.ws_col < 80)
325 return ws.ws_col;
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h504 * 'ws' (whitespace) can be ' ' for single-line format, '\n' for multi-line.
506 #define SNPRINTF_BLKPTR(func, ws, buf, size, bp, type, checksum, compress) \
543 ws); \
561 ws, \
567 ws, \
/freebsd-10.1-release/usr.bin/sed/
H A Dcompile.c831 int ws; local
834 ws = 0;
836 ws = isspace((unsigned char)*s);
838 if (ws)
/freebsd-10.1-release/contrib/ntp/tests/ntpd/
H A DMakefile.in1340 ws='[ ]'; \
1343 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1344 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1345 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1346 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1347 xfail=`grep "^$$ws*:test-result:$$ws*XFAI
[all...]
/freebsd-10.1-release/sys/dev/sound/pci/
H A Dds1.c795 u_int32_t *ci, r, pcs, rcs, ecs, ws, memsz, cb; local
834 ws = ds_rd(sc, YDSXGR_WORKSIZE, 4) << 2;
836 memsz = 64 * 2 * pcs + 2 * 2 * rcs + 5 * 2 * ecs + ws;
849 device_printf(sc->dev, "pcs=%d, rcs=%d, ecs=%d, ws=%d, memsz=%d\n",
850 pcs, rcs, ecs, ws, memsz);
860 cb += ws;
/freebsd-10.1-release/contrib/tcsh/
H A Ded.screen.c1534 struct winsize ws; /* from 4.3 */ local
1536 if (ioctl(SHIN, TIOCGWINSZ, (ioctl_t) &ws) != -1) {
1537 if (ws.ws_col)
1538 *cols = ws.ws_col;
1539 if (ws.ws_row)
1540 *lins = ws.ws_row;
/freebsd-10.1-release/lib/libedit/
H A Dterm.c986 struct winsize ws; local
987 if (ioctl(el->el_infd, TIOCGWINSZ, (ioctl_t) & ws) != -1) {
988 if (ws.ws_col)
989 *cols = ws.ws_col;
990 if (ws.ws_row)
991 *lins = ws.ws_row;
/freebsd-10.1-release/contrib/libstdc++/include/std/
H A Dstd_istream.h126 * Manuipulators such as @c std::ws and @c std::dec use these
127 * functions in constructs like "std::cin >> std::ws". For more
832 * std::cin >> std::ws >> mc;
840 ws(basic_istream<_CharT, _Traits>& __is);
/freebsd-10.1-release/lib/libradius/
H A Dradlib.c1272 static const char ws[] = " \t"; local
1279 p += strspn(p, ws);
1315 if (*p != '\0' && strspn(p, ws) == 0) {
1322 p += strcspn(p, ws);
/freebsd-10.1-release/lib/libtacplus/
H A Dtaclib.c709 static const char ws[] = " \t"; local
716 p += strspn(p, ws);
747 if (*p != '\0' && strspn(p, ws) == 0) {
754 p += strcspn(p, ws);
/freebsd-10.1-release/contrib/diff/lib/
H A Dstrftime.c189 # define widen(os, ws, l) \
195 ws = (wchar_t *) alloca ((l + 1) * sizeof (wchar_t)); \
196 (void) __mbsrtowcs_l (ws, &__s, l, &__st, loc); \
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Ddag.c1017 svn_stream_t *ws;
1034 SVN_ERR(svn_fs_fs__set_contents(&ws, file->fs, noderev, pool));
1036 *contents = ws;
1012 svn_stream_t *ws; local

Completed in 343 milliseconds

12345