Searched refs:wstr2str (Results 1 – 3 of 3) sorted by relevance
299 if ((ifile[++ifx] = fopen(wstr2str(ap[1], 0), "r")) == NULL) { in incl()306 setfname(wstr2str(ap[1], 0)); in incl()355 path = wstr2str(ap[1], 1); in domake()427 sysrval = system(wstr2str(ap[1], 0)); in dosyscmd()
174 extern char *wstr2str(wchar_t *, int);
1050 wstr2str(wchar_t *from, int alloc) in wstr2str() function