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

/haiku/src/bin/unzip/
H A Dunzpriv.h2371 #if (!defined(INTERN_TO_OEM) && !defined(ASCII2OEM))
2374 # define ASCII2OEM(c) (c) macro
2377 # define ASCII2OEM(c) (((c) & 0x80) ? iso2oem[(c) & 0x7f] : (c)) macro
H A Dfileio.c2320 *dstp++ = (char)ASCII2OEM(c);

Completed in 54 milliseconds