Home
last modified time | relevance | path

Searched refs:wtext (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/less/
H A Dscreen.c3004 WCHAR wtext[1024]; in WIN32textout() local
3005 len = MultiByteToWideChar(CP_UTF8, 0, text, len, wtext, in WIN32textout()
3006 sizeof(wtext)/sizeof(*wtext)); in WIN32textout()
3007 WriteConsoleW(con_out, wtext, len, &written, NULL); in WIN32textout()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry.c1606 const wchar_t *wtext, int type) in archive_entry_acl_from_text_w() argument
1608 return (archive_acl_from_text_w(&entry->acl, wtext, type)); in archive_entry_acl_from_text_w()