Home
last modified time | relevance | path

Searched refs:wchartoutf8 (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/butt/butt-0.1.27/src/FLTK/
H A DFl_My_Native_File_Chooser_WIN32.cxx42 static char *wchartoutf8(LPCWSTR in);
433 set_single_pathname(wchartoutf8(_ofn_ptr->lpstrFile)); in showfile()
447 strcpy(pathname, wchartoutf8(dirname)); in showfile()
449 strcat(pathname, wchartoutf8(s)); in showfile()
459 add_pathname(wchartoutf8(dirname)); in showfile()
578 add_pathname(wchartoutf8(path)); in showdir()
952 static char *wchartoutf8(LPCWSTR in) { in wchartoutf8() function
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Native_File_Chooser_WIN32.cxx42 static char *wchartoutf8(LPCWSTR in);
431 set_single_pathname(wchartoutf8(_ofn_ptr->lpstrFile)); in showfile()
445 strcpy(pathname, wchartoutf8(dirname)); in showfile()
447 strcat(pathname, wchartoutf8(s)); in showfile()
457 add_pathname(wchartoutf8(dirname)); in showfile()
576 add_pathname(wchartoutf8(path)); in showdir()
950 static char *wchartoutf8(LPCWSTR in) { in wchartoutf8() function
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Native_File_Chooser_WIN32.cxx40 char *wchartoutf8(LPCWSTR in); //MG
402 set_single_pathname(wchartoutf8(_ofn.lpstrFile)); in showfile()
416 strcpy(pathname, wchartoutf8(dirname)); in showfile()
418 strcat(pathname, wchartoutf8(s)); in showfile()
428 add_pathname(wchartoutf8(dirname)); in showfile()
828 char *wchartoutf8(LPCWSTR in) in wchartoutf8() function
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Native_File_Chooser_WIN32.cxx40 char *wchartoutf8(LPCWSTR in); //MG
402 set_single_pathname(wchartoutf8(_ofn.lpstrFile)); in showfile()
416 strcpy(pathname, wchartoutf8(dirname)); in showfile()
418 strcat(pathname, wchartoutf8(s)); in showfile()
428 add_pathname(wchartoutf8(dirname)); in showfile()
828 char *wchartoutf8(LPCWSTR in) in wchartoutf8() function
/dports/deskutils/recoll/recoll-1.31.2/utils/
H A Drclutil.cpp120 wchartoutf8(text, path); in path_thisexecpath()
137 if (!wchartoutf8(dbuf, tdir)) { in path_wingetrcltmpdir()
162 wchartoutf8(buf, filename); in path_gettempfilename()
210 wchartoutf8(cp, dir); in path_homedata()
343 wchartoutf8(wdate, u8date); in utf8datestring()
H A Dpathut.cpp194 std::string wchartoutf8(const wchar_t *in, size_t len) in wchartoutf8() function
197 wchartoutf8(in, out, len); in wchartoutf8()
201 bool wchartoutf8(const wchar_t *in, std::string& out, size_t wlen) in wchartoutf8() function
479 wchartoutf8(wspath, shortpath); in path_shortpath()
648 wchartoutf8(cp, dir); in path_home()
652 wchartoutf8(cp, dir); in path_home()
656 wchartoutf8(cp1, dir1); in path_home()
890 wchartoutf8(wd, sdname); in path_cwd()
1367 if (!wchartoutf8(ent->d_name, sdname)) { in readdir()
H A Dpathut.h127 bool wchartoutf8(const wchar_t *in, std::string& out, size_t len = 0);
128 std::string wchartoutf8(const wchar_t *in, size_t len = 0);
/dports/net/libnpupnp/libnpupnp-4.1.5/src/utils/
H A Dnetif.cpp590 bool wchartoutf8(const wchar_t *in, std::string& out, size_t wlen) in wchartoutf8() function
683 if (!wchartoutf8(adapts_item->FriendlyName, ifit->m->friendlyname, 0)) { in Internal()
/dports/deskutils/recoll/recoll-1.31.2/index/
H A Drecollindex.cpp522 #define WARGTOSTRING(w) wchartoutf8(w)