Searched refs:win32_ansipath (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dcaretx.c54 ansi = win32_ansipath(widename);
H A Dmakedef.pl920 win32_ansipath
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32iop.h137 DllExport char* win32_ansipath(const WCHAR *path);
249 #define ansipath(pth) win32_ansipath(pth)
H A Dvdir.h259 ansi = win32_ansipath(dirTableW[index]);
H A Dwin32.c264 ansi = win32_ansipath(fullname);
2264 /* The win32_ansipath() function takes a Unicode filename and converts it
2271 * The argument to win32_ansipath() must exist before this function is
2282 win32_ansipath(const WCHAR *widename) function
5176 ansi_dir = win32_ansipath(wide_dir);

Completed in 187 milliseconds