Searched refs:UPP (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DHTMLparser.c222 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
243 #define UPP(val) (toupper(ctxt->input->cur[(val)])) macro
2861 if ((UPPER == 'S') && (UPP(1) == 'Y') &&
2862 (UPP(2) == 'S') && (UPP(3) == 'T') &&
2863 (UPP(4) == 'E') && (UPP(5) == 'M')) {
2875 } else if ((UPPER == 'P') && (UPP(1) == 'U') &&
2876 (UPP(2) == 'B') && (UPP(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c222 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
243 #define UPP(val) (toupper(ctxt->input->cur[(val)])) macro
2822 if ((UPPER == 'S') && (UPP(1) == 'Y') &&
2823 (UPP(2) == 'S') && (UPP(3) == 'T') &&
2824 (UPP(4) == 'E') && (UPP(5) == 'M')) {
2836 } else if ((UPPER == 'P') && (UPP(1) == 'U') &&
2837 (UPP(2) == 'B') && (UPP(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c222 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
243 #define UPP(val) (toupper(ctxt->input->cur[(val)])) macro
2861 if ((UPPER == 'S') && (UPP(1) == 'Y') &&
2862 (UPP(2) == 'S') && (UPP(3) == 'T') &&
2863 (UPP(4) == 'E') && (UPP(5) == 'M')) {
2875 } else if ((UPPER == 'P') && (UPP(1) == 'U') &&
2876 (UPP(2) == 'B') && (UPP(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c222 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
243 #define UPP(val) (toupper(ctxt->input->cur[(val)])) macro
2822 if ((UPPER == 'S') && (UPP(1) == 'Y') &&
2823 (UPP(2) == 'S') && (UPP(3) == 'T') &&
2824 (UPP(4) == 'E') && (UPP(5) == 'M')) {
2836 } else if ((UPPER == 'P') && (UPP(1) == 'U') &&
2837 (UPP(2) == 'B') && (UPP(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dprivate.h1383 #define wxMAC_DEFINE_PROC_GETTER( UPP , x ) \
1384 UPP Get##x() \
1386 static UPP sHandler = NULL; \
1388 sHandler = New##UPP( x ); \

Completed in 75 milliseconds