Searched refs:ws (Results 101 - 124 of 124) sorted by relevance

12345

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_string.c465 wchar_t *ws; local
472 ws = dest->s + dest->length;
476 *ws++ = (wchar_t)*mp++;
679 const wchar_t *ws, size_t len, struct archive_string_conv *sc)
695 const wchar_t *wp = ws;
723 while (count < (int)len && *ws) {
724 archive_be16enc(u16+count, *ws);
725 ws++;
729 while (count < (int)len && *ws) {
730 archive_le16enc(u16+count, *ws);
678 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...]
H A Darchive_acl.c674 wchar_t *wp, *ws; local
696 wp = ws = (wchar_t *)malloc(length * sizeof(wchar_t));
748 free(ws);
756 len = wcslen(ws);
764 return (ws);
H A Darchive_write_set_format_mtree.c1724 struct archive_wstring ws; local
1728 archive_string_init(&ws);
1729 archive_wstrcpy(&ws, wp);
1730 cleanup_backslash_2(ws.s);
1733 ws.s, ws.length);
1734 archive_wstring_free(&ws);
H A Darchive_write_set_format_xar.c660 ssize_t ws; local
665 ws = write(xar->temp_fd, p, s);
666 if (ws < 0) {
671 s -= ws;
672 p += ws;
673 xar->temp_offset += ws;
H A Darchive_write_set_format_7zip.c543 ssize_t ws; local
562 ws = write(zip->temp_fd, p, s);
563 if (ws < 0) {
568 s -= ws;
569 p += ws;
570 zip->temp_offset += ws;
/freebsd-current/sbin/newfs/
H A Dmkfs.c1195 struct winsize ws; local
1198 if (ioctl(0, TIOCGWINSZ, &ws) != -1)
1199 columns = ws.ws_col;
/freebsd-current/sbin/growfs/
H A Dgrowfs.c1227 struct winsize ws; local
1232 if (ioctl(0, TIOCGWINSZ, &ws) != -1)
1233 columns = ws.ws_col;
/freebsd-current/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c331 type3.ws = rk_UNCONST("workstation");
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c588 wchar_t *ws = alloca(size + sizeof (wchar_t)); local
590 bcopy(addr, ws, size);
591 ws[size / sizeof (wchar_t)] = L'\0';
592 return (dt_printf(dtp, fp, format, ws));
706 { "ws", "ws", pfproto_wstr, pfcheck_wstr, pfprint_wstr },
709 { "ws", "ls", pfproto_wstr, pfcheck_wstr, pfprint_wstr },
/freebsd-current/usr.bin/kdump/
H A Dkdump.c1754 struct winsize ws; local
1756 if (fancy && ioctl(fileno(stderr), TIOCGWINSZ, &ws) != -1 &&
1757 ws.ws_col > 8)
1758 screenwidth = ws.ws_col;
/freebsd-current/crypto/openssl/test/
H A Dtestutil.h397 int test_BN_eq_word(const char *file, int line, const char *bns, const char *ws,
400 const char *ws, const BIGNUM *a, BN_ULONG w);
/freebsd-current/contrib/libevent/
H A DMakefile.in2437 ws='[ ]'; \
2440 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
2441 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
2442 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
2443 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
2444 xfail=`grep "^$$ws*:test-result:$$ws*XFAI
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A DMakefile.in2445 ws='[ ]'; \
2448 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
2449 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
2450 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
2451 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
2452 xfail=`grep "^$$ws*:test-result:$$ws*XFAI
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c314 const char *ws = "\f\n\r\t\v "; local
322 for (p = strtok(s, ws); p != NULL; p = strtok(NULL, ws))
/freebsd-current/usr.sbin/cxgbetool/
H A Dcxgbetool.c3028 parse_offload_settings_word(const char *s, char **pnext, const char *ws, argument
3078 while ((param = strsep(pnext, ws)) != NULL) {
3160 const char *ws = " \f\n\r\v\t"; local
3190 while ((s = strsep(&next, ws)) != NULL) {
3194 rc = parse_offload_settings_word(s, &next, ws, &neg, os);
/freebsd-current/crypto/openssh/
H A Dchannels.c4921 struct winsize ws; local
4929 if (ioctl(sc->channels[i]->rfd, TIOCGWINSZ, &ws) == -1)
4932 if ((r = sshpkt_put_u32(ssh, (u_int)ws.ws_col)) != 0 ||
4933 (r = sshpkt_put_u32(ssh, (u_int)ws.ws_row)) != 0 ||
4934 (r = sshpkt_put_u32(ssh, (u_int)ws.ws_xpixel)) != 0 ||
4935 (r = sshpkt_put_u32(ssh, (u_int)ws.ws_ypixel)) != 0 ||
/freebsd-current/cddl/usr.sbin/zfsd/
H A Dcase_file.cc964 caseStream >> std::noskipws >> std::ws; member in class:std
/freebsd-current/sys/vm/
H A Duma_core.c305 int itemdomain, bool ws);
853 * Insert a full bucket into the specified cache. The "ws" parameter indicates
859 const bool ws)
873 if (ws) {
4707 int itemdomain, bool ws)
4733 zone_put_bucket(zone, itemdomain, bucket, udata, ws);
858 zone_put_bucket(uma_zone_t zone, int domain, uma_bucket_t bucket, void *udata, const bool ws) argument
4706 zone_free_bucket(uma_zone_t zone, uma_bucket_t bucket, void *udata, int itemdomain, bool ws) argument
/freebsd-current/contrib/file/src/
H A Dsoftmagic.c1996 uint32_t ws = flags & (STRING_COMPACT_WHITESPACE | local
1998 const unsigned char *eb = b + (ws ? maxlen : len);
/freebsd-current/crypto/heimdal/kcm/
H A Dprotocol.c1491 type3.ws = rk_UNCONST("workstation");
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c4937 char *ps, *ls, *ws; local
5062 for (word = strtok_r(line, ", \t", &ws);
5064 word = strtok_r(NULL, ", \t", &ws)) {
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5387 struct winsize ws; local
5392 error = ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws);
5394 columns = ws.ws_col;
/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.h514 ws:1, member in struct:sli4_diseed_sge_s
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c169157 int ws = pLoop->wsFlags; local
[all...]

Completed in 695 milliseconds

12345