Searched refs:ws (Results 51 - 75 of 122) sorted by relevance

12345

/freebsd-10.1-release/crypto/heimdal/lib/ntlm/
H A Dntlm.c824 if (data->ws)
825 free(data->ws);
843 struct sec_buffer lm, ntlm, target, username, sessionkey, ws; local
872 CHECK(ret_sec_buffer(in, &ws), 0);
873 if (ws.allocated)
874 min_offset = min(min_offset, ws.offset);
889 CHECK(ret_sec_string(in, ucs2, &ws, &type3->ws), 0);
918 struct sec_buffer lm, ntlm, target, username, sessionkey, ws; local
928 memset(&ws,
[all...]
H A Dtest_ntlm.c114 type3.ws = rk_UNCONST("workstation");
139 if (strcmp("workstation", type3.ws) != 0)
140 errx(1, "type3 ws wrong");
/freebsd-10.1-release/contrib/mdocml/
H A Dmdoc.c711 char *c, *ws, *end; local
748 * Search for the beginning of unescaped trailing whitespace (ws)
753 ws = NULL;
757 if (NULL == ws)
758 ws = c;
766 if (NULL == ws)
767 ws = c;
781 ws = NULL;
788 if (ws)
789 mdoc_pmsg(m, line, (int)(ws
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py65 ws = whokey[3:]
69 nwho = "1" + ws
74 name = pwd.getpwuid(int(ws)).pw_name
76 name = ws
80 name = grp.getgrgid(int(ws)).gr_name
82 name = ws
/freebsd-10.1-release/contrib/libreadline/examples/rlfe/
H A Drlfe.c378 struct winsize ws; local
439 if (ioctl(STDIN_FILENO, TIOCGWINSZ, &ws) < 0)
504 if (ioctl(STDOUT_FILENO, TIOCSWINSZ, &ws) < 0)
575 struct winsize ws; local
576 if (ioctl (STDIN_FILENO, TIOCGWINSZ, &ws) >= 0)
578 ioctl (master, TIOCSWINSZ, &ws);
/freebsd-10.1-release/usr.bin/w/
H A Dw.c89 static struct winsize ws; variable in typeref:struct:winsize
308 if ((ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws) == -1 &&
309 ioctl(STDERR_FILENO, TIOCGWINSZ, &ws) == -1 &&
310 ioctl(STDIN_FILENO, TIOCGWINSZ, &ws) == -1) || ws.ws_col == 0)
313 ttywidth = ws.ws_col - 1;
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c554 struct archive_wstring ws; local
556 archive_string_init(&ws);
558 if (archive_wstring_ensure(&ws,
562 archive_wstring_free(&ws);
568 archive_wstrncpy(&ws, wp, path_length);
569 archive_wstrappend_wchar(&ws, L'/');
571 entry_original, ws.s);
572 archive_wstring_free(&ws);
1681 size_t ws; local
1717 ws
[all...]
H A Darchive_write_set_format_gnutar.c315 struct archive_wstring ws; local
317 archive_string_init(&ws);
319 if (archive_wstring_ensure(&ws,
323 archive_wstring_free(&ws);
329 archive_wstrncpy(&ws, wp, path_length);
330 archive_wstrappend_wchar(&ws, L'/');
331 archive_entry_copy_pathname_w(entry, ws.s);
332 archive_wstring_free(&ws);
H A Darchive_write_set_format_ustar.c283 struct archive_wstring ws; local
285 archive_string_init(&ws);
287 if (archive_wstring_ensure(&ws,
291 archive_wstring_free(&ws);
297 archive_wstrncpy(&ws, wp, path_length);
298 archive_wstrappend_wchar(&ws, L'/');
299 archive_entry_copy_pathname_w(entry, ws.s);
300 archive_wstring_free(&ws);
/freebsd-10.1-release/sys/teken/demo/
H A Dteken_demo.c279 struct winsize ws; local
293 tp.tp_row = ws.ws_row = NROWS;
294 tp.tp_col = ws.ws_col = NCOLS;
296 switch (forkpty(&ptfd, NULL, NULL, &ws)) {
/freebsd-10.1-release/usr.bin/who/
H A Dwho.c296 struct winsize ws; local
309 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws) != -1)
310 return (ws.ws_col);
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dinfrun.c966 struct target_waitstatus ws;
1146 ecs->wp = &(ecs->ws);
1365 if (ecs->ws.kind != TARGET_WAITKIND_STOPPED)
1368 if (ecs->ws.value.sig != TARGET_SIGNAL_TRAP)
1483 if (ecs->ws.kind != TARGET_WAITKIND_EXITED
1484 && ecs->ws.kind != TARGET_WAITKIND_SIGNALLED && ecs->new_thread_event)
1518 switch (ecs->ws.kind)
1571 print_stop_reason (EXITED, ecs->ws.value.integer);
1577 (LONGEST) ecs->ws.value.integer));
1587 stop_signal = ecs->ws
961 struct target_waitstatus ws; member in struct:execution_control_state
[all...]
/freebsd-10.1-release/contrib/ee/
H A Dnew_curse.c92 struct winsize ws; variable in typeref:struct:winsize
432 "co#", "it#", "li#", "lm#", "sg#", "pb#", "vt#", "ws#", "Nl#", "lh#", "lw#"
747 if (ioctl(0, TIOCGWINSZ, &ws) >= 0)
749 if (ws.ws_row == LINES && ws.ws_col == COLS)
751 if (ws.ws_row > 0)
752 LINES = ws.ws_row;
753 if (ws.ws_col > 0)
754 COLS = ws.ws_col;
1004 if (ioctl(0, TIOCGWINSZ, &ws) >
[all...]
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Datom.c55 uint32_t *ps, *ws; member in struct:__anon8343
260 val = ctx->ws[idx];
530 ctx->ws[idx] = val;
1159 int len, ws, ps, ptr; local
1168 ws = CU8(base + ATOM_CT_WS_PTR);
1172 ATOM_SDEBUG_PRINT(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps);
1180 if (ws)
1181 ectx.ws = malloc(4 * ws, DRM_MEM_DRIVER, M_ZERO | M_WAITOK);
1183 ectx.ws
[all...]
/freebsd-10.1-release/contrib/atf/atf-c++/
H A Dtests.cpp510 std::vector< std::string > ws = atf::text::split(str, "="); local
511 if (ws.size() == 1 && str[str.length() - 1] == '=') {
512 m_vars[ws[0]] = "";
514 if (ws.size() != 2)
518 m_vars[ws[0]] = ws[1];
/freebsd-10.1-release/sbin/fsdb/
H A Dfsdbutil.c211 struct winsize ws; local
214 if (ioctl(0, TIOCGWINSZ, &ws) != -1)
215 columns = ws.ws_col;
/freebsd-10.1-release/usr.sbin/nscd/
H A Dmp_ws_query.c167 cache_mp_write_session ws; local
235 ws = open_cache_mp_write_session(c_entry);
236 if (ws == INVALID_CACHE_MP_WRITE_SESSION)
239 qstate->mdata = ws;
/freebsd-10.1-release/bin/ps/
H A Dps.c181 struct winsize ws; local
194 else if ((ioctl(STDOUT_FILENO, TIOCGWINSZ, (char *)&ws) == -1 &&
195 ioctl(STDERR_FILENO, TIOCGWINSZ, (char *)&ws) == -1 &&
196 ioctl(STDIN_FILENO, TIOCGWINSZ, (char *)&ws) == -1) ||
197 ws.ws_col == 0)
200 termwidth = ws.ws_col - 1;
281 prtheader = ws.ws_row > 5 ? ws.ws_row : 22;
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/
H A Dtest_ntlm.c113 type3.ws = rk_UNCONST("workstation");
237 type3.ws = rk_UNCONST("workstation");
/freebsd-10.1-release/sys/compat/svr4/
H A Dsvr4_termios.c588 struct svr4_winsize ws; local
590 error = fo_ioctl(fp, TIOCGWINSZ, (caddr_t) &ws,
594 return copyout(&ws, data, sizeof(ws));
600 struct svr4_winsize ws; local
602 if ((error = copyin(data, &ws, sizeof(ws))) != 0)
604 return fo_ioctl(fp, TIOCSWINSZ, (caddr_t) &ws,
/freebsd-10.1-release/crypto/openssh/
H A Dclientloop.c519 struct winsize ws; local
531 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) < 0)
534 packet_put_int((u_int)ws.ws_row);
535 packet_put_int((u_int)ws.ws_col);
536 packet_put_int((u_int)ws.ws_xpixel);
537 packet_put_int((u_int)ws.ws_ypixel);
2119 struct winsize ws; local
2122 if (ioctl(in_fd, TIOCGWINSZ, &ws) < 0)
2123 memset(&ws, 0, sizeof(ws));
[all...]
/freebsd-10.1-release/contrib/tcsh/
H A Dtc.str.c79 wchar_t ws[3]; local
81 ws[0] = 0xd800 | (wchar >> 10);
82 ws[1] = 0xdc00 | (wchar & 0x3ff);
83 ws[2] = 0;
86 len = wcstombs (s, ws, MB_CUR_MAX + 1);
/freebsd-10.1-release/contrib/ntp/tests/bug-2803/
H A DMakefile.in912 ws='[ ]'; \
915 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
916 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
917 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
918 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
919 xfail=`grep "^$$ws*:test-result:$$ws*XFAI
[all...]
/freebsd-10.1-release/contrib/ntp/tests/sandbox/
H A DMakefile.in967 ws='[ ]'; \
970 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
971 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
972 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
973 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
974 xfail=`grep "^$$ws*:test-result:$$ws*XFAI
[all...]
/freebsd-10.1-release/contrib/ntp/tests/sec-2853/
H A DMakefile.in913 ws='[ ]'; \
916 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
917 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
918 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
919 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
920 xfail=`grep "^$$ws*:test-result:$$ws*XFAI
[all...]

Completed in 394 milliseconds

12345