Home
last modified time | relevance | path

Searched defs:c (Results 201 – 225 of 91284) sorted by relevance

12345678910>>...3652

/dports/vietnamese/vn7to8/DONT.include/
H A Dctype.h71 #define isupper(c) (_pvntype[(_uchar)(c)]&_U) argument
72 #define islower(c) (_pvntype[(_uchar)(c)]&_L) argument
73 #define isdigit(c) (_pvntype[(_uchar)(c)]&_N) argument
74 #define isspace(c) (_pvntype[(_uchar)(c)]&_S) argument
75 #define ispunct(c) (_pvntype[(_uchar)(c)]&_P) argument
76 #define iscntrl(c) (_pvntype[(_uchar)(c)]&_C) argument
78 #define isblank(c) (_pvntype[(_uchar)(c)]&_B) argument
80 #define toupper(c) (_vntoupper[(_uchar)(c)]) argument
81 #define tolower(c) (_vntolower[(_uchar)(c)]) argument
84 #define isascii(c) ((unsigned)(c)<=0177) argument
[all …]
H A Dvntype.h71 #define isupper(c) (_pvntype[(_uchar)(c)]&_U) argument
72 #define islower(c) (_pvntype[(_uchar)(c)]&_L) argument
73 #define isdigit(c) (_pvntype[(_uchar)(c)]&_N) argument
74 #define isspace(c) (_pvntype[(_uchar)(c)]&_S) argument
75 #define ispunct(c) (_pvntype[(_uchar)(c)]&_P) argument
76 #define iscntrl(c) (_pvntype[(_uchar)(c)]&_C) argument
78 #define isblank(c) (_pvntype[(_uchar)(c)]&_B) argument
80 #define toupper(c) (_vntoupper[(_uchar)(c)]) argument
81 #define tolower(c) (_vntolower[(_uchar)(c)]) argument
84 #define isascii(c) ((unsigned)(c)<=0177) argument
[all …]
/dports/vietnamese/vnpstext/include/
H A Dvntype.h71 #define isupper(c) (_pvntype[(_uchar)(c)]&_U) argument
72 #define islower(c) (_pvntype[(_uchar)(c)]&_L) argument
73 #define isdigit(c) (_pvntype[(_uchar)(c)]&_N) argument
74 #define isspace(c) (_pvntype[(_uchar)(c)]&_S) argument
75 #define ispunct(c) (_pvntype[(_uchar)(c)]&_P) argument
76 #define iscntrl(c) (_pvntype[(_uchar)(c)]&_C) argument
78 #define isblank(c) (_pvntype[(_uchar)(c)]&_B) argument
80 #define toupper(c) (_vntoupper[(_uchar)(c)]) argument
81 #define tolower(c) (_vntolower[(_uchar)(c)]) argument
84 #define isascii(c) ((unsigned)(c)<=0177) argument
[all …]
H A Dctype.h71 #define isupper(c) (_pvntype[(_uchar)(c)]&_U) argument
72 #define islower(c) (_pvntype[(_uchar)(c)]&_L) argument
73 #define isdigit(c) (_pvntype[(_uchar)(c)]&_N) argument
74 #define isspace(c) (_pvntype[(_uchar)(c)]&_S) argument
75 #define ispunct(c) (_pvntype[(_uchar)(c)]&_P) argument
76 #define iscntrl(c) (_pvntype[(_uchar)(c)]&_C) argument
78 #define isblank(c) (_pvntype[(_uchar)(c)]&_B) argument
80 #define toupper(c) (_vntoupper[(_uchar)(c)]) argument
81 #define tolower(c) (_vntolower[(_uchar)(c)]) argument
84 #define isascii(c) ((unsigned)(c)<=0177) argument
[all …]
/dports/vietnamese/libviet/libviet-20010210/include/
H A Dvntype.h71 #define isupper(c) (_pvntype[(_uchar)(c)]&_U) argument
72 #define islower(c) (_pvntype[(_uchar)(c)]&_L) argument
73 #define isdigit(c) (_pvntype[(_uchar)(c)]&_N) argument
74 #define isspace(c) (_pvntype[(_uchar)(c)]&_S) argument
75 #define ispunct(c) (_pvntype[(_uchar)(c)]&_P) argument
76 #define iscntrl(c) (_pvntype[(_uchar)(c)]&_C) argument
78 #define isblank(c) (_pvntype[(_uchar)(c)]&_B) argument
80 #define toupper(c) (_vntoupper[(_uchar)(c)]) argument
81 #define tolower(c) (_vntolower[(_uchar)(c)]) argument
84 #define isascii(c) ((unsigned)(c)<=0177) argument
[all …]
/dports/vietnamese/vnconvert/vi-vnconvert-1.0_1/
H A Dctype.h71 #define isupper(c) (_pvntype[(_uchar)(c)]&_U) argument
72 #define islower(c) (_pvntype[(_uchar)(c)]&_L) argument
73 #define isdigit(c) (_pvntype[(_uchar)(c)]&_N) argument
74 #define isspace(c) (_pvntype[(_uchar)(c)]&_S) argument
75 #define ispunct(c) (_pvntype[(_uchar)(c)]&_P) argument
76 #define iscntrl(c) (_pvntype[(_uchar)(c)]&_C) argument
78 #define isblank(c) (_pvntype[(_uchar)(c)]&_B) argument
80 #define toupper(c) (_vntoupper[(_uchar)(c)]) argument
81 #define tolower(c) (_vntolower[(_uchar)(c)]) argument
84 #define isascii(c) ((unsigned)(c)<=0177) argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/strings/
H A Dchar-predicates-inl.h28 inline constexpr bool IsAlphaNumeric(uc32 c) { in IsAlphaNumeric()
37 inline constexpr bool IsHexDigit(uc32 c) { in IsHexDigit()
42 inline constexpr bool IsOctalDigit(uc32 c) { in IsOctalDigit()
56 inline constexpr bool IsAsciiLower(uc32 c) { in IsAsciiLower()
60 inline constexpr bool IsAsciiUpper(uc32 c) { in IsAsciiUpper()
64 inline constexpr uc32 ToAsciiUpper(uc32 c) { in ToAsciiUpper()
68 inline constexpr uc32 ToAsciiLower(uc32 c) { in ToAsciiLower()
87 constexpr bool IsOneByteIDStart(uc32 c) { in IsOneByteIDStart()
133 bool IsIdentifierStart(uc32 c) { in IsIdentifierStart()
140 bool IsIdentifierPart(uc32 c) { in IsIdentifierPart()
[all …]
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuxla.c2530 xl1as(CHAR c) in xl1as()
2639 xw1as(CHAR c) in xw1as()
2682 xw1l1(CHAR c) in xw1l1()
2693 xl1ge(CHAR c) in xl1ge()
2703 xgel1(CHAR c) in xgel1()
2715 xgeas(CHAR c) in xgeas()
2750 xl1w1(CHAR c) in xl1w1()
2763 xduas(CHAR c) in xduas()
2787 xfias(CHAR c) in xfias()
2830 xfras(CHAR c) in xfras()
[all …]
/dports/misc/lastools/LAStools-8ff2694/ArcGIS_toolbox/scripts_production/
H A DlasgridPro.py78 c = 1 variable
85 c = c + 2 variable
90 c = c + 1 variable
96 c = c + 1 variable
101 c = c + 1 variable
106 c = c + 1 variable
112 c = c + 1 variable
126 c = c + 3 variable
144 c = c + 1 variable
149 c = c + 1 variable
[all …]
H A DlasinfoPro.py77 c = 1 variable
84 c = c + 2 variable
89 c = c + 1 variable
94 c = c + 1 variable
99 c = c + 1 variable
104 c = c + 1 variable
109 c = c + 1 variable
114 c = c + 1 variable
120 c = c + 1 variable
125 c = c + 1 variable
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/strings/
H A Dchar-predicates-inl.h28 inline constexpr bool IsAlphaNumeric(uc32 c) { in IsAlphaNumeric()
37 inline constexpr bool IsHexDigit(uc32 c) { in IsHexDigit()
42 inline constexpr bool IsOctalDigit(uc32 c) { in IsOctalDigit()
56 inline constexpr bool IsAsciiLower(uc32 c) { in IsAsciiLower()
60 inline constexpr bool IsAsciiUpper(uc32 c) { in IsAsciiUpper()
64 inline constexpr uc32 ToAsciiUpper(uc32 c) { in ToAsciiUpper()
68 inline constexpr uc32 ToAsciiLower(uc32 c) { in ToAsciiLower()
72 inline constexpr bool IsRegExpWord(uc16 c) { in IsRegExpWord()
105 bool IsIdentifierStart(uc32 c) { in IsIdentifierStart()
112 bool IsIdentifierPart(uc32 c) { in IsIdentifierPart()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/pugixml/tests/
H A Dtest_xpath_functions.cpp7 xml_node c; variable
45 xml_node c; variable
68 xml_node c; in TEST() local
96 xml_node c; in TEST() local
125 xml_node c; in TEST() local
157 xml_node c; variable
184 xml_node c; in TEST() local
199 xml_node c; in TEST() local
210 xml_node c; in TEST() local
221 xml_node c; variable
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/pugixml/tests/
H A Dtest_xpath_functions.cpp7 xml_node c; variable
45 xml_node c; variable
68 xml_node c; in TEST() local
96 xml_node c; in TEST() local
125 xml_node c; in TEST() local
157 xml_node c; variable
184 xml_node c; in TEST() local
199 xml_node c; in TEST() local
210 xml_node c; in TEST() local
221 xml_node c; variable
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/include/LiDIA/
H A Dbigmod.h914 bigmod c; variable
925 bigmod c; variable
936 bigmod c; variable
947 bigmod c; variable
958 bigmod c; variable
969 bigmod c; variable
980 bigmod c; variable
991 bigmod c; variable
1002 bigmod c; variable
1013 bigmod c; variable
[all …]
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dctype-checked.h18 #define isalnum(c) CTYPE_CHECK(isalnum, c) argument
23 #define isalpha(c) CTYPE_CHECK(isalpha, c) argument
28 #define iscntrl(c) CTYPE_CHECK(iscntrl, c) argument
33 #define isdigit(c) CTYPE_CHECK(isdigit, c) argument
38 #define isgraph(c) CTYPE_CHECK(isgraph, c) argument
43 #define islower(c) CTYPE_CHECK(islower, c) argument
48 #define isprint(c) CTYPE_CHECK(isprint, c) argument
53 #define ispunct(c) CTYPE_CHECK(ispunct, c) argument
58 #define isspace(c) CTYPE_CHECK(isspace, c) argument
63 #define isupper(c) CTYPE_CHECK(isupper, c) argument
[all …]
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dbytes_methods.h39 #define ISLOWER(c) Py_ISLOWER(c) argument
40 #define ISUPPER(c) Py_ISUPPER(c) argument
41 #define ISALPHA(c) Py_ISALPHA(c) argument
42 #define ISDIGIT(c) Py_ISDIGIT(c) argument
43 #define ISXDIGIT(c) Py_ISXDIGIT(c) argument
44 #define ISALNUM(c) Py_ISALNUM(c) argument
45 #define ISSPACE(c) Py_ISSPACE(c) argument
48 #define islower(c) undefined_islower(c) argument
50 #define isupper(c) undefined_isupper(c) argument
64 #define TOLOWER(c) Py_TOLOWER(c) argument
[all …]
/dports/lang/python27/Python-2.7.18/Include/
H A Dbytes_methods.h39 #define ISLOWER(c) Py_ISLOWER(c) argument
40 #define ISUPPER(c) Py_ISUPPER(c) argument
41 #define ISALPHA(c) Py_ISALPHA(c) argument
42 #define ISDIGIT(c) Py_ISDIGIT(c) argument
43 #define ISXDIGIT(c) Py_ISXDIGIT(c) argument
44 #define ISALNUM(c) Py_ISALNUM(c) argument
45 #define ISSPACE(c) Py_ISSPACE(c) argument
48 #define islower(c) undefined_islower(c) argument
50 #define isupper(c) undefined_isupper(c) argument
64 #define TOLOWER(c) Py_TOLOWER(c) argument
[all …]
/dports/misc/amanda-server/amanda-3.3.9/gnulib/
H A Dc-ctype.h144 #define c_isascii(c) \ argument
153 #define c_isalnum(c) \ argument
160 #define c_isalnum(c) \ argument
172 #define c_isalpha(c) \ argument
178 #define c_isalpha(c) \ argument
186 #define c_isblank(c) \ argument
193 #define c_iscntrl(c) \ argument
201 #define c_isdigit(c) \ argument
209 #define c_islower(c) \ argument
217 #define c_isgraph(c) \ argument
[all …]
/dports/misc/amanda-client/amanda-3.3.9/gnulib/
H A Dc-ctype.h144 #define c_isascii(c) \ argument
153 #define c_isalnum(c) \ argument
160 #define c_isalnum(c) \ argument
172 #define c_isalpha(c) \ argument
178 #define c_isalpha(c) \ argument
186 #define c_isblank(c) \ argument
193 #define c_iscntrl(c) \ argument
201 #define c_isdigit(c) \ argument
209 #define c_islower(c) \ argument
217 #define c_isgraph(c) \ argument
[all …]
/dports/archivers/sharutils/sharutils-4.15.2/lib/
H A Dc-ctype.h145 #define c_isascii(c) \ argument
154 #define c_isalnum(c) \ argument
161 #define c_isalnum(c) \ argument
173 #define c_isalpha(c) \ argument
179 #define c_isalpha(c) \ argument
187 #define c_isblank(c) \ argument
194 #define c_iscntrl(c) \ argument
202 #define c_isdigit(c) \ argument
210 #define c_islower(c) \ argument
218 #define c_isgraph(c) \ argument
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dbytes_methods.h39 #define ISLOWER(c) Py_ISLOWER(c) argument
40 #define ISUPPER(c) Py_ISUPPER(c) argument
41 #define ISALPHA(c) Py_ISALPHA(c) argument
42 #define ISDIGIT(c) Py_ISDIGIT(c) argument
43 #define ISXDIGIT(c) Py_ISXDIGIT(c) argument
44 #define ISALNUM(c) Py_ISALNUM(c) argument
45 #define ISSPACE(c) Py_ISSPACE(c) argument
48 #define islower(c) undefined_islower(c) argument
50 #define isupper(c) undefined_isupper(c) argument
64 #define TOLOWER(c) Py_TOLOWER(c) argument
[all …]
/dports/games/freedink-engine/freedink-108.4/gnulib/lib/
H A Dc-ctype.h145 #define c_isascii(c) \ argument
154 #define c_isalnum(c) \ argument
161 #define c_isalnum(c) \ argument
173 #define c_isalpha(c) \ argument
179 #define c_isalpha(c) \ argument
187 #define c_isblank(c) \ argument
194 #define c_iscntrl(c) \ argument
202 #define c_isdigit(c) \ argument
210 #define c_islower(c) \ argument
218 #define c_isgraph(c) \ argument
[all …]
/dports/devel/idutils/idutils-4.6/lib/
H A Dc-ctype.h145 #define c_isascii(c) \ argument
154 #define c_isalnum(c) \ argument
161 #define c_isalnum(c) \ argument
173 #define c_isalpha(c) \ argument
179 #define c_isalpha(c) \ argument
187 #define c_isblank(c) \ argument
194 #define c_iscntrl(c) \ argument
202 #define c_isdigit(c) \ argument
210 #define c_islower(c) \ argument
218 #define c_isgraph(c) \ argument
[all …]
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/gl/
H A Dc-ctype.h145 #define c_isascii(c) \ argument
154 #define c_isalnum(c) \ argument
161 #define c_isalnum(c) \ argument
173 #define c_isalpha(c) \ argument
179 #define c_isalpha(c) \ argument
187 #define c_isblank(c) \ argument
194 #define c_iscntrl(c) \ argument
202 #define c_isdigit(c) \ argument
210 #define c_islower(c) \ argument
218 #define c_isgraph(c) \ argument
[all …]
/dports/security/libprelude/libprelude-1.2.6/libmissing/
H A Dc-ctype.h145 #define c_isascii(c) \ argument
154 #define c_isalnum(c) \ argument
161 #define c_isalnum(c) \ argument
173 #define c_isalpha(c) \ argument
179 #define c_isalpha(c) \ argument
187 #define c_isblank(c) \ argument
194 #define c_iscntrl(c) \ argument
202 #define c_isdigit(c) \ argument
210 #define c_islower(c) \ argument
218 #define c_isgraph(c) \ argument
[all …]

12345678910>>...3652