Searched refs:wtext (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/bsddialog/lib/ |
H A D | lib_util.c | 72 * [static] widget_min_width(conf, wtext, minw, buttons); 470 static bool is_wtext_attr(const wchar_t *wtext) in is_wtext_attr() argument 474 if (wcsnlen(wtext, 3) < 3) in is_wtext_attr() 476 if (wtext[0] != L'\\' || wtext[1] != L'Z') in is_wtext_attr() 479 att = wcschr(L"nbBdDkKrRsSuU01234567", wtext[2]) == NULL ? false : true; in is_wtext_attr() 502 wchar_t *wtext; in text_properties() local 510 if ((wtext = alloc_mbstows(text)) == NULL) in text_properties() 512 wtextlen = wcslen(wtext); in text_properties() 524 if (conf->text.escape && is_wtext_attr(wtext in text_properties() 679 text_size(struct bsddialog_conf * conf,int rows,int cols,const char * text,struct buttons * bs,int rowsnotext,int startwtext,int * htext,int * wtext) text_size() argument 758 widget_min_width(struct bsddialog_conf * conf,int wtext,int minwidget,struct buttons * bs) widget_min_width() argument 833 int htext, wtext; set_widget_autosize() local 1066 check_set_wtext_attr(WINDOW * win,wchar_t * wtext) check_set_wtext_attr() argument 1184 wchar_t *wtext, *string; print_textpad() local [all...] |
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_acl_text.c | 252 wchar_t *wtext; in compare_acl_text() 262 wtext = archive_entry_acl_to_text_w(ae, &slen, flags); in compare_acl_text() 263 assertEqualWString(wtext, ws); in compare_acl_text() 264 if (wtext != NULL) { in compare_acl_text() 265 assertEqualInt(wcslen(wtext), slen); in compare_acl_text() 268 free(wtext); in compare_acl_text() 253 wchar_t *wtext; compare_acl_text() local
|
/freebsd/contrib/less/ |
H A D | screen.c | 3198 * "static" wtext is not a state - only avoid 16K on stack. 3200 static WCHAR wtext[OUTBUF_SIZE]; 3201 len = MultiByteToWideChar(CP_UTF8, 0, text, len, wtext, countof(wtext)); 3202 WriteConsoleW(con_out, wtext, len, &written, NULL); 3004 WCHAR wtext[1024]; WIN32textout() local
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_entry.c | 1748 const wchar_t *wtext, int type) in archive_entry_acl_from_text_w() argument 1750 return (archive_acl_from_text_w(&entry->acl, wtext, type)); in archive_entry_acl_from_text_w()
|