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

12345

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c630 ssize_t ws; local
635 ws = write(xar->temp_fd, p, s);
636 if (ws < 0) {
641 s -= ws;
642 p += ws;
643 xar->temp_offset += ws;
H A Darchive_read_support_format_cab.c288 struct archive_wstring ws; member in struct:cab
374 archive_string_init(&cab->ws);
375 archive_wstring_ensure(&cab->ws, 256);
611 archive_wstrcpy(&(cab->ws), wp);
612 for (i = 0; i < archive_strlen(&(cab->ws)); i++) {
613 if (cab->ws.s[i] == L'\\')
614 cab->ws.s[i] = L'/';
616 archive_entry_copy_pathname_w(entry, cab->ws.s);
2037 archive_wstring_free(&cab->ws);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c300 const char *ws = "\f\n\r\t\v "; local
308 for (p = strtok(s, ws); p != NULL; p = strtok(NULL, ws))
/freebsd-10.0-release/sbin/growfs/
H A Dgrowfs.c1231 struct winsize ws; local
1236 if (ioctl(0, TIOCGWINSZ, &ws) != -1)
1237 columns = ws.ws_col;
/freebsd-10.0-release/sbin/newfs/
H A Dmkfs.c1126 struct winsize ws; local
1129 if (ioctl(0, TIOCGWINSZ, &ws) != -1)
1130 columns = ws.ws_col;
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c581 wchar_t *ws = alloca(size + sizeof (wchar_t)); local
583 bcopy(addr, ws, size);
584 ws[size / sizeof (wchar_t)] = L'\0';
585 return (dt_printf(dtp, fp, format, ws));
698 { "ws", "ws", pfproto_wstr, pfcheck_wstr, pfprint_wstr },
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c329 type3.ws = rk_UNCONST("workstation");
/freebsd-10.0-release/contrib/libreadline/
H A Dhistexpand.c696 int delimiter, failed, si, l_temp, ws, we; local
795 ws = si;
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h243 uint64_t ws = b + rotate(a, 31) + c; local
244 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
/freebsd-10.0-release/crypto/openssh/
H A Dchannels.c3459 struct winsize ws; local
3465 if (ioctl(channels[i]->rfd, TIOCGWINSZ, &ws) < 0)
3468 packet_put_int((u_int)ws.ws_col);
3469 packet_put_int((u_int)ws.ws_row);
3470 packet_put_int((u_int)ws.ws_xpixel);
3471 packet_put_int((u_int)ws.ws_ypixel);
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c1951 find_depends (tree *expr_p, int *ws ATTRIBUTE_UNUSED, void *data)
2451 prepare_decl_rtl (tree *expr_p, int *ws, void *data) argument
2470 *ws = 0;
2479 *ws = 0;
/freebsd-10.0-release/crypto/heimdal/kcm/
H A Dprotocol.c1491 type3.ws = rk_UNCONST("workstation");
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.keys271 width_status_line wsl num ws - - YB-G- number of columns in status line
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c110061 int ws = pLevel->plan.wsFlags; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c105481 int ws = pLevel->plan.wsFlags; local
[all...]
/freebsd-10.0-release/contrib/ncurses/misc/
H A Dterminfo.src5860 # Turn off horizontal line, Create ws #1 with 115 lines,
5861 # Create ws #2 with 1 line, Create window #1 lines 1-23,
15747 tek4025-17-ws|tek 4025 17 line window in workspace,

Completed in 607 milliseconds

12345