Searched refs:to_up (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtailor.h208 * to_up is used to force upper case even on Unix (for dosify option).
212 # define to_up(c) upper[(c) & 0xff] macro
215 # define to_up(c) ((c) >= 'a' && (c) <= 'z' ? (c)-'a'+'A' : (c)) macro
H A Dfileio.c304 *POSTINCSTR(q) = (char)(to_up(c));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2.c64 label = getVolumeLabel((w != NULL && w[1] == ':') ? to_up(w[0]) : '\0',
H A Dos2zip.c295 nDrive = to_up(dir[0]) - '@';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atari/
H A Datari.c107 label = getVolumeLabel(w[1] == ':' ? to_up(w[0]) : '\0',
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmsdos.c285 label = getVolumeLabel((w != NULL && w[1] == ':') ? to_up(w[0]) : '\0',
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c88 root[0] = to_up(dir[0]);
H A Dwin32zip.c994 ? to_up(w[0]) : '\0',

Completed in 147 milliseconds