Home
last modified time | relevance | path

Searched defs:wstr (Results 1 – 11 of 11) sorted by relevance

/freebsd/usr.bin/sort/
H A Dbwstring.h48 struct wstr { struct
64 struct wstr wdata; argument
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_inwstr.c102 winwstr(WINDOW *win, wchar_t *wstr) in winwstr()
H A Dlib_ins_wch.c104 wins_nwstr(WINDOW *win, const wchar_t *wstr, int n) in wins_nwstr()
/freebsd/crypto/openssl/apps/lib/
H A Dwin32_init.c58 static int process_glob(WCHAR *wstr, int wlen) in process_glob()
/freebsd/contrib/libedit/TEST/
H A Dwtc1.c37 my_wcstombs(const wchar_t *wstr) in my_wcstombs()
/freebsd/contrib/mandoc/
H A Dterm.c926 term_setwidth(struct termp *p, const char *wstr) in term_setwidth()
/freebsd/contrib/bsddialog/lib/
H A Dformbox.c338 static char* alloc_wstomb(wchar_t *wstr) in alloc_wstomb() argument
/freebsd/crypto/openssl/engines/
H A De_capi.c1119 static char *wide_to_asc(LPCWSTR wstr) in wide_to_asc()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1262 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length, in StreamWideCharsToMessage()
1319 Message& Message::operator<<(const ::std::wstring& wstr) { in operator <<()
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5241 wchar_t* wstr = nullptr; in TEST() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp14826 std::string StringMaker<std::wstring>::convert(const std::wstring& wstr) { in convert()