Home
last modified time | relevance | path

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

/freebsd-src/usr.bin/sort/
H A Dbwstring.h48 struct wstr { struct
64 struct wstr wdata; argument
/freebsd-src/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-src/crypto/openssl/apps/lib/
H A Dwin32_init.c58 static int process_glob(WCHAR *wstr, int wlen) in process_glob()
/freebsd-src/contrib/libedit/TEST/
H A Dwtc1.c37 my_wcstombs(const wchar_t *wstr) in my_wcstombs()
/freebsd-src/contrib/mandoc/
H A Dtbl.h54 char *wstr; /* Min width represented as a string. */ member
H A Dterm.c869 term_setwidth(struct termp * p,const char * wstr) term_setwidth() argument
/freebsd-src/contrib/bsddialog/lib/
H A Dformbox.c338 static char* alloc_wstomb(wchar_t *wstr) in alloc_wstomb()
/freebsd-src/crypto/openssl/engines/
H A De_capi.c1119 static char *wide_to_asc(LPCWSTR wstr) in wide_to_asc()
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest.cc1236 StreamWideCharsToMessage(const wchar_t * wstr,size_t length,Message * msg) StreamWideCharsToMessage() argument
1293 operator <<(const::std::wstring & wstr) operator <<() argument
/freebsd-src/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5237 wchar_t* wstr = nullptr; TEST() local
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp14826 std::string StringMaker<std::wstring>::convert(const std::wstring& wstr) { in convert()