Searched refs:ISO_TO_INTERN (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Ddoscfg.h277 # define ISO_TO_INTERN(src, dst) {if ((src) != (dst)) strcpy((dst), (src));} macro
283 # define ISO_TO_INTERN(src, dst) AnsiToOem(src, dst) macro
289 # define _ISO_INTERN(str1) ISO_TO_INTERN(str1, str1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dosdep.h376 # define ISO_TO_INTERN(src, dst) {if ((src) != (dst)) strcpy((dst), (src));} macro
387 # define ISO_TO_INTERN(src, dst) AnsiToOem(src, dst) macro
392 # define _ISO_INTERN(str1) ISO_TO_INTERN(str1, str1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dw32cfg.h270 # define ISO_TO_INTERN(src, dst) {if ((src) != (dst)) strcpy((dst), (src));} macro
277 # define ISO_TO_INTERN(src, dst) AnsiToOem(src, dst) macro
283 #define _ISO_INTERN(str1) ISO_TO_INTERN(str1, str1)
H A Dwin32.c279 ISO_TO_INTERN(fd.cFileName, d->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dwindll.c405 ISO_TO_INTERN(lpDCL->lpszExtractDir, pExDirRoot);
526 ISO_TO_INTERN(ifnv[f_cnt], intern_ifv[f_cnt]);
586 ISO_TO_INTERN(xfnv[f_cnt], intern_xfv[f_cnt]);
930 ISO_TO_INTERN(zip, intern_zip);
931 ISO_TO_INTERN(file, intern_file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dapi.c291 ISO_TO_INTERN(zip, intern_zip);
292 ISO_TO_INTERN(file, intern_file);

Completed in 83 milliseconds