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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dw32cfg.h288 # define STR_TO_CP2(dst, src) (AnsiToOem(src, dst), dst) macro
292 # define STR_TO_CP2(dst, src) (AnsiToOem(src, dst), dst) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Ddoscfg.h291 # define STR_TO_CP2(dst, src) (AnsiToOem(src, dst), dst) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzpriv.h2970 # ifndef STR_TO_CP2
2971 # define STR_TO_CP2 STR_TO_OEM macro
2975 # ifndef STR_TO_CP2
2976 # define STR_TO_CP2 STR_TO_ISO macro
2982 # ifndef STR_TO_CP2
2983 # define STR_TO_CP2 STR_TO_OEM macro
H A Dcrypt.c551 #ifdef STR_TO_CP2
559 r = testkey(__G__ h, STR_TO_CP2(key_translated, GLOBAL(key)));
569 #endif /* STR_TO_CP2 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dcrypt.c586 #ifdef STR_TO_CP2
594 r = testkey(__G__ h, STR_TO_CP2(key_translated, GLOBAL(key)));
604 #endif /* STR_TO_CP2 */

Completed in 108 milliseconds