Home
last modified time | relevance | path

Searched defs:c (Results 176 – 200 of 84500) sorted by relevance

12345678910>>...3380

/dports/devel/mingw32-gcc/gcc-4.8.1/include/
H A Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument
91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
103 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/dports/shells/44bsd-csh/44bsd-csh-20001106_5/
H A Dchar.h62 #define cmap(c, bits) \ argument
65 #define isglob(c) cmap(c, _GLOB) argument
66 #define isspc(c) cmap(c, _SP) argument
67 #define ismeta(c) cmap(c, _META) argument
68 #define iscmdmeta(c) cmap(c, _CMD) argument
69 #define letter(c) (((c) & QUOTE) ? 0 : \ argument
71 #define alnum(c) (((c) & QUOTE) ? 0 : \ argument
86 #define Isspace(c) cmap(c, _SP|_NL) argument
87 #define Isdigit(c) cmap(c, _DIG) argument
91 #define Tolower(c) (_cmap_lower[(unsigned char)(c)]) argument
[all …]
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Dchardefs.h43 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) argument
64 #define CTRL(c) ((c) & control_character_mask) argument
65 #define META(c) ((c) | meta_character_bit) argument
67 #define UNMETA(c) ((c) & (~meta_character_bit)) argument
71 # define IN_CTYPE_DOMAIN(c) 1 argument
73 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
80 #define NON_NEGATIVE(c) ((unsigned char)(c) == (c)) argument
95 #define _rl_digit_p(c) ((c) >= '0' && (c) <= '9') argument
114 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') argument
116 #define OCTVALUE(c) ((c) - '0') argument
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dchardefs.h43 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) argument
64 #define CTRL(c) ((c) & control_character_mask) argument
65 #define META(c) ((c) | meta_character_bit) argument
67 #define UNMETA(c) ((c) & (~meta_character_bit)) argument
71 # define IN_CTYPE_DOMAIN(c) 1 argument
73 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
80 #define NON_NEGATIVE(c) ((unsigned char)(c) == (c)) argument
95 #define _rl_digit_p(c) ((c) >= '0' && (c) <= '9') argument
114 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') argument
116 #define OCTVALUE(c) ((c) - '0') argument
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dchardefs.h43 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) argument
64 #define CTRL(c) ((c) & control_character_mask) argument
65 #define META(c) ((c) | meta_character_bit) argument
67 #define UNMETA(c) ((c) & (~meta_character_bit)) argument
71 # define IN_CTYPE_DOMAIN(c) 1 argument
73 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
80 #define NON_NEGATIVE(c) ((unsigned char)(c) == (c)) argument
95 #define _rl_digit_p(c) ((c) >= '0' && (c) <= '9') argument
114 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') argument
116 #define OCTVALUE(c) ((c) - '0') argument
[all …]
/dports/databases/gqlplus/gqlplus-1.16/readline/
H A Dchardefs.h43 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) argument
64 #define CTRL(c) ((c) & control_character_mask) argument
65 #define META(c) ((c) | meta_character_bit) argument
67 #define UNMETA(c) ((c) & (~meta_character_bit)) argument
71 # define IN_CTYPE_DOMAIN(c) 1 argument
73 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
80 #define NON_NEGATIVE(c) ((unsigned char)(c) == (c)) argument
95 #define _rl_digit_p(c) ((c) >= '0' && (c) <= '9') argument
114 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') argument
116 #define OCTVALUE(c) ((c) - '0') argument
[all …]
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/
H A Dchardefs.h43 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) argument
64 #define CTRL(c) ((c) & control_character_mask) argument
65 #define META(c) ((c) | meta_character_bit) argument
67 #define UNMETA(c) ((c) & (~meta_character_bit)) argument
71 # define IN_CTYPE_DOMAIN(c) 1 argument
73 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
80 #define NON_NEGATIVE(c) ((unsigned char)(c) == (c)) argument
95 #define _rl_digit_p(c) ((c) >= '0' && (c) <= '9') argument
114 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') argument
116 #define OCTVALUE(c) ((c) - '0') argument
[all …]
/dports/security/krb5/krb5-1.19.2/src/include/
H A Dk5-trace.h108 #define TRACE_CC_DESTROY(c, cache) \ argument
162 #define TRACE_DNS_SRV_NOTFOUND(c) \ argument
164 #define TRACE_DNS_SRV_SEND(c, domain) \ argument
168 #define TRACE_DNS_URI_NOTFOUND(c) \ argument
181 #define TRACE_FAST_DECODE(c) \ argument
242 #define TRACE_INIT_CREDS_PREAUTH_NONE(c) \ argument
244 #define TRACE_INIT_CREDS_PREAUTH_OPTIMISTIC(c) \ argument
249 #define TRACE_INIT_CREDS_RESTART_FAST(c) \ argument
294 #define TRACE_MSPAC_DISCARD_UNVERF(c) \ argument
440 #define TRACE_TLS_ERROR(c, errs) \ argument
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Dchardefs.h43 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) argument
64 #define CTRL(c) ((c) & control_character_mask) argument
65 #define META(c) ((c) | meta_character_bit) argument
67 #define UNMETA(c) ((c) & (~meta_character_bit)) argument
71 # define IN_CTYPE_DOMAIN(c) 1 argument
73 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
81 # define NON_NEGATIVE(c) 1 argument
101 #define _rl_digit_p(c) ((c) >= '0' && (c) <= '9') argument
120 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') argument
122 #define OCTVALUE(c) ((c) - '0') argument
[all …]
/dports/shells/bash/bash-5.1/lib/readline/
H A Dchardefs.h42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) argument
63 #define CTRL(c) ((c) & control_character_mask) argument
64 #define META(c) ((c) | meta_character_bit) argument
66 #define UNMETA(c) ((c) & (~meta_character_bit)) argument
70 # define IN_CTYPE_DOMAIN(c) 1 argument
72 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
80 # define NON_NEGATIVE(c) 1 argument
100 #define _rl_digit_p(c) ((c) >= '0' && (c) <= '9') argument
119 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') argument
121 #define OCTVALUE(c) ((c) - '0') argument
[all …]
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dchardefs.h42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) argument
63 #define CTRL(c) ((c) & control_character_mask) argument
64 #define META(c) ((c) | meta_character_bit) argument
66 #define UNMETA(c) ((c) & (~meta_character_bit)) argument
70 # define IN_CTYPE_DOMAIN(c) 1 argument
72 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
80 # define NON_NEGATIVE(c) 1 argument
100 #define _rl_digit_p(c) ((c) >= '0' && (c) <= '9') argument
119 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') argument
121 #define OCTVALUE(c) ((c) - '0') argument
[all …]
/dports/devel/gdb761/gdb-7.6.1/readline/
H A Dchardefs.h42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) argument
63 #define CTRL(c) ((c) & control_character_mask) argument
64 #define META(c) ((c) | meta_character_bit) argument
66 #define UNMETA(c) ((c) & (~meta_character_bit)) argument
70 # define IN_CTYPE_DOMAIN(c) 1 argument
72 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
80 # define NON_NEGATIVE(c) 1 argument
100 #define _rl_digit_p(c) ((c) >= '0' && (c) <= '9') argument
119 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') argument
121 #define OCTVALUE(c) ((c) - '0') argument
[all …]
/dports/devel/readline/readline-8.1/
H A Dchardefs.h42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) argument
63 #define CTRL(c) ((c) & control_character_mask) argument
64 #define META(c) ((c) | meta_character_bit) argument
66 #define UNMETA(c) ((c) & (~meta_character_bit)) argument
70 # define IN_CTYPE_DOMAIN(c) 1 argument
72 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
80 # define NON_NEGATIVE(c) 1 argument
100 #define _rl_digit_p(c) ((c) >= '0' && (c) <= '9') argument
119 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') argument
121 #define OCTVALUE(c) ((c) - '0') argument
[all …]
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Dcharacter.cpp12 bool character::isAlphanumeric(int32_t c) { in isAlphanumeric()
16 bool character::isAlphabetical(int32_t c) { in isAlphabetical()
35 bool character::isDigit(int32_t c) { in isDigit()
39 bool character::isLowerCase(int32_t c) { in isLowerCase()
62 bool character::isPrintable(int32_t c) { in isPrintable()
66 bool character::isPunctuation(int32_t c) { in isPunctuation()
70 bool character::isUpperCase(int32_t c) { in isUpperCase()
91 bool character::isHexDigit(int32_t c) { in isHexDigit()
95 bool character::isBlank(int32_t c) { in isBlank()
106 bool character::isAscii(int32_t c) { in isAscii()
[all …]
/dports/devel/py-fabric/fabric-2.5.0/tests/_support/
H A Dfabfile.py6 def build(c): argument
11 def deploy(c): argument
16 def basic_run(c): argument
27 def expect_from_env(c): argument
41 def mutate(c): argument
46 def expect_mutation(c): argument
51 def expect_identity(c): argument
56 def expect_identities(c): argument
69 def first(c): argument
74 def third(c): argument
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/include/
H A Dk5-trace.h108 #define TRACE_CC_DESTROY(c, cache) \ argument
162 #define TRACE_DNS_SRV_NOTFOUND(c) \ argument
164 #define TRACE_DNS_SRV_SEND(c, domain) \ argument
168 #define TRACE_DNS_URI_NOTFOUND(c) \ argument
181 #define TRACE_FAST_DECODE(c) \ argument
242 #define TRACE_INIT_CREDS_PREAUTH_NONE(c) \ argument
244 #define TRACE_INIT_CREDS_PREAUTH_OPTIMISTIC(c) \ argument
249 #define TRACE_INIT_CREDS_RESTART_FAST(c) \ argument
294 #define TRACE_MSPAC_DISCARD_UNVERF(c) \ argument
435 #define TRACE_TLS_ERROR(c, errs) \ argument
[all …]
/dports/lang/gcc10/gcc-10.3.0/include/
H A Dsha1.h88 sha1_uint32 total[2];
89 sha1_uint32 buflen;
94 /* Initialize structure containing state of computation. */
97 /* Starting with the result of former calls of this function (or the
99 starting at BUFFER.
104 /* Starting with the result of former calls of this function (or the
106 starting at BUFFER.
130 /* Compute SHA1 message digest for bytes read from STREAM. The
138 digest. */
141 #ifdef __cplusplus
[all …]
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_ctype.h38 #define pdc_isalnum(c) \ argument
42 #define pdc_isalpha(c) \ argument
45 #define pdc_isdigit(c) \ argument
48 #define pdc_islower(c) \ argument
51 #define pdc_isprint(c) \ argument
56 #define pdc_ispunct(c) \ argument
59 #define pdc_isspace(c) \ argument
62 #define pdc_isupper(c) \ argument
65 #define pdc_isxdigit(c) \ argument
69 #define pdc_tolower(c) \ argument
[all …]
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_ctype.h38 #define pdc_isalnum(c) \ argument
42 #define pdc_isalpha(c) \ argument
45 #define pdc_isdigit(c) \ argument
48 #define pdc_islower(c) \ argument
51 #define pdc_isprint(c) \ argument
56 #define pdc_ispunct(c) \ argument
59 #define pdc_isspace(c) \ argument
62 #define pdc_isupper(c) \ argument
65 #define pdc_isxdigit(c) \ argument
69 #define pdc_tolower(c) \ argument
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dctype_inline.h49 #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) argument
50 #define iscntrl(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_C)) argument
51 #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) argument
52 #define isgraph(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_G)) argument
53 #define islower(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_L)) argument
59 #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) argument
60 #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) argument
63 #define isascii(c) ((unsigned)(c) <= 0177) argument
64 #define toascii(c) ((c) & 0177) argument
65 #define _tolower(c) ((c) - 'A' + 'a') argument
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/rio-prettyprint-0.1.1.0/src/RIO/PrettyPrint/
H A DStylesUpdate.hs71 c = mapMaybe readMaybe s' function
81 split c s = case rest of function
102 | c == 0 = (Just Reset, cs) function
144 | c == 0 = Black function
145 | c == 1 = Red function
146 | c == 2 = Green function
147 | c == 3 = Yellow function
148 | c == 4 = Blue function
149 | c == 5 = Magenta function
150 | c == 6 = Cyan function
[all …]
/dports/audio/libcddb/libcddb-1.3.2/lib/
H A Dcddb_conn.c70 cddb_conn_t *c; in cddb_new() local
130 static void cddb_close_iconv(cddb_conn_t *c) in cddb_close_iconv()
144 void cddb_destroy(cddb_conn_t *c) in cddb_destroy()
320 void cddb_http_enable(cddb_conn_t *c) in cddb_http_enable()
326 void cddb_http_disable(cddb_conn_t *c) in cddb_http_disable()
514 void cddb_cache_enable(cddb_conn_t *c) in cddb_cache_enable()
521 void cddb_cache_only(cddb_conn_t *c) in cddb_cache_only()
528 void cddb_cache_disable(cddb_conn_t *c) in cddb_cache_disable()
599 static int cddb_handshake(cddb_conn_t *c) in cddb_handshake()
654 int cddb_connect(cddb_conn_t *c) in cddb_connect()
[all …]
/dports/devel/py-confusable_homoglyphs/confusable_homoglyphs-3.2.0/confusable_homoglyphs/
H A Dconfusables.json1 {"\u05ad": [{"c": "\u0596", "n": "HEBREW ACCENT TIPEHA"}], "\u0596": [{"c": "\u05ad", "n": "HEBREW … string
/dports/lang/v8/v8-9.6.180.12/src/strings/
H A Dchar-predicates-inl.h28 inline constexpr bool IsAlphaNumeric(base::uc32 c) { in IsAlphaNumeric()
32 inline constexpr bool IsDecimalDigit(base::uc32 c) { in IsDecimalDigit()
37 inline constexpr bool IsHexDigit(base::uc32 c) { in IsHexDigit()
42 inline constexpr bool IsOctalDigit(base::uc32 c) { in IsOctalDigit()
56 inline constexpr bool IsAsciiLower(base::uc32 c) { in IsAsciiLower()
60 inline constexpr bool IsAsciiUpper(base::uc32 c) { in IsAsciiUpper()
72 inline constexpr bool IsRegExpWord(base::uc32 c) { in IsRegExpWord()
87 constexpr bool IsOneByteIDStart(base::uc32 c) { in IsOneByteIDStart()
133 bool IsIdentifierStart(base::uc32 c) { in IsIdentifierStart()
140 bool IsIdentifierPart(base::uc32 c) { in IsIdentifierPart()
[all …]
/dports/vietnamese/libviet/libviet-20010210/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 …]

12345678910>>...3380