ws 1149 source3/lib/util_str.c smb_ucs2_t *ws = NULL;
ws 1180 source3/lib/util_str.c if (!push_ucs2_allocate(&ws, s, &converted_size)) {
ws 1184 source3/lib/util_str.c p = strchr_w(ws, UCS2_CHAR(c));
ws 1186 source3/lib/util_str.c SAFE_FREE(ws);
ws 1190 source3/lib/util_str.c if (!pull_ucs2_allocate(&s2, ws, &converted_size)) {
ws 1191 source3/lib/util_str.c SAFE_FREE(ws);
ws 1196 source3/lib/util_str.c SAFE_FREE(ws);
ws 1245 source3/lib/util_str.c smb_ucs2_t *ws = NULL;
ws 1251 source3/lib/util_str.c if (!push_ucs2_allocate(&ws, s, &converted_size)) {
ws 1255 source3/lib/util_str.c p = strrchr_w(ws, UCS2_CHAR(c));
ws 1257 source3/lib/util_str.c SAFE_FREE(ws);
ws 1261 source3/lib/util_str.c if (!pull_ucs2_allocate(&s2, ws, &converted_size)) {
ws 1262 source3/lib/util_str.c SAFE_FREE(ws);
ws 1267 source3/lib/util_str.c SAFE_FREE(ws);
ws 1280 source3/lib/util_str.c smb_ucs2_t *ws = NULL;
ws 1286 source3/lib/util_str.c if (!push_ucs2_allocate(&ws, s, &converted_size)) {
ws 1290 source3/lib/util_str.c p = strnrchr_w(ws, UCS2_CHAR(c), n);
ws 1292 source3/lib/util_str.c SAFE_FREE(ws);
ws 1296 source3/lib/util_str.c if (!pull_ucs2_allocate(&s2, ws, &converted_size)) {
ws 1297 source3/lib/util_str.c SAFE_FREE(ws);
ws 1302 source3/lib/util_str.c SAFE_FREE(ws);
ws 57 source3/utils/smbget.c struct winsize ws;
ws 58 source3/utils/smbget.c if(ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws) < 0) {
ws 61 source3/utils/smbget.c return ws.ws_col;
ws 118 source4/heimdal/lib/ntlm/heimntlm.h char *ws; /**< */
ws 692 source4/heimdal/lib/ntlm/ntlm.c if (data->ws)
ws 693 source4/heimdal/lib/ntlm/ntlm.c free(data->ws);
ws 711 source4/heimdal/lib/ntlm/ntlm.c struct sec_buffer lm, ntlm, target, username, sessionkey, ws;
ws 731 source4/heimdal/lib/ntlm/ntlm.c CHECK(ret_sec_buffer(in, &ws), 0);
ws 746 source4/heimdal/lib/ntlm/ntlm.c CHECK(ret_string(in, ucs2, &ws, &type3->ws), 0);
ws 774 source4/heimdal/lib/ntlm/ntlm.c struct sec_buffer lm, ntlm, target, username, sessionkey, ws;
ws 784 source4/heimdal/lib/ntlm/ntlm.c memset(&ws, 0, sizeof(ws));
ws 815 source4/heimdal/lib/ntlm/ntlm.c ws.offset = username.offset + username.allocated;
ws 816 source4/heimdal/lib/ntlm/ntlm.c ws.length = len_string(ucs2, type3->ws);
ws 817 source4/heimdal/lib/ntlm/ntlm.c ws.allocated = ws.length;
ws 819 source4/heimdal/lib/ntlm/ntlm.c sessionkey.offset = ws.offset + ws.allocated;
ws 836 source4/heimdal/lib/ntlm/ntlm.c CHECK(store_sec_buffer(out, &ws), 0);
ws 851 source4/heimdal/lib/ntlm/ntlm.c CHECK(put_string(out, ucs2, type3->ws), 0);
ws 235 source4/heimdal/lib/roken/getarg.c struct winsize ws;
ws 247 source4/heimdal/lib/roken/getarg.c if(get_window_size(2, &ws) == 0)
ws 248 source4/heimdal/lib/roken/getarg.c columns = ws.ws_col;