Searched defs:ASCII2OEM (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwcecfg.h129 #define ASCII2OEM(c) (((c) & 0x80) ? iso2oem[(c) & 0x7f] : (c)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzpriv.h2957 # define ASCII2OEM(c) (c) macro
2960 # define ASCII2OEM(c) \ macro

Completed in 114 milliseconds