filecp           1211 win32/win32.c  #define filecp_to_wstr(str, plen) mbstr_to_wstr(filecp(), str, -1, plen)
filecp           1212 win32/win32.c  #define wstr_to_filecp(str, plen) wstr_to_mbstr(filecp(), str, -1, plen)
filecp           1345 win32/win32.c      return w32_spawn(mode, cmd, prog, filecp());
filecp           1430 win32/win32.c      return w32_aspawn_flags(mode, prog, argv, flags, filecp());
filecp           2212 win32/win32.c  	const UINT cp = filecp();
filecp           4586 win32/win32.c      translate_char(p, '\\', '/', filecp());
filecp           4928 win32/win32.c      return w32_readlink(filecp(), path, buf, bufsize);
filecp           4991 win32/win32.c      return w32_symlink(filecp(), src, link);
filecp           5619 win32/win32.c      return w32_stati64(path, st, filecp());
filecp           5647 win32/win32.c      return w32_lstati64(path, st, filecp());
filecp           5756 win32/win32.c      return w32_truncate(path, length, filecp());