Searched refs:isnonalpha (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngerror.c106 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
121 if (isnonalpha(c))
H A Dpngrutil.c2228 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
2234 if (isnonalpha(chunk_name[0]) || isnonalpha(chunk_name[1]) ||
2235 isnonalpha(chunk_name[2]) || isnonalpha(chunk_name[3]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngerror.c153 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
170 if (isnonalpha(c))
H A Dpngrutil.c2478 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
2484 if (isnonalpha(chunk_name[0]) || isnonalpha(chunk_name[1]) ||
2485 isnonalpha(chunk_name[2]) || isnonalpha(chunk_name[3]))

Completed in 192 milliseconds