ishex              30 lib/modules/swfcgi.c #define ishex(x) (((x) >= '0' && (x) <= '9') || ((x) >= 'a' && (x) <= 'f') || ((x) >= 'A' && (x) <= 'F'))
ishex             192 lib/modules/swfcgi.c #undef ishex