Searched refs:ASCII2OEM (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/bin/unzip/
H A Dfileio.c2320 *dstp++ = (char)ASCII2OEM(c);
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

Completed in 55 milliseconds