Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 2883) sorted by relevance

12345678910>>...116

/freebsd/contrib/tcsh/
H A Dsh.char.h151 # define cmap(c, bits) \ argument
155 # define cmap(c, bits) \ argument
159 # define cmap(c, bits) \ argument
163 #define isglob(c) cmap((c), _GLOB) argument
164 #define isspc(c) cmap((c), _SP) argument
165 #define ismeta(c) cmap((c), _META) argument
166 #define iscmdmeta(c) cmap((c), _CMD) argument
168 #define letter(c) (((c) & QUOTE) ? 0 : \ argument
170 #define alnum(c) (((c) & QUOTE) ? 0 : \ argument
173 #define letter(c) (((Char)(c) & QUOTE) ? 0 : \ argument
[all …]
H A Ded.chared.c1388 v_cmd_mode(Char c) in v_cmd_mode()
1416 e_unassigned(Char c) in e_unassigned()
1426 e_insert_str(Char *c) in e_insert_str()
1447 e_insert(Char c) in e_insert()
1522 e_digit(Char c) /* gray magic here */ in e_digit()
1555 e_argdigit(Char c) /* for ESC-n */ in e_argdigit()
1579 v_zero(Char c) /* command mode 0 for vi */ in v_zero()
1600 e_newline(Char c) in e_newline()
1621 e_newline_hold(Char c) in e_newline_hold()
1633 e_newline_down_hist(Char c) in e_newline_down_hist()
[all …]
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_trace.h38 #define TRACE_PKINIT_CLIENT_EKU_ACCEPT(c) \ argument
40 #define TRACE_PKINIT_CLIENT_EKU_REJECT(c) \ argument
42 #define TRACE_PKINIT_CLIENT_EKU_SKIP(c) \ argument
44 #define TRACE_PKINIT_CLIENT_FRESHNESS_TOKEN(c) \ argument
46 #define TRACE_PKINIT_CLIENT_KDF_ALG(c, kdf, keyblock) \ argument
49 #define TRACE_PKINIT_CLIENT_KDF_OS2K(c, keyblock) \ argument
52 #define TRACE_PKINIT_CLIENT_NO_IDENTITY(c) \ argument
54 #define TRACE_PKINIT_CLIENT_REP_CHECKSUM_FAIL(c, expected, received) \ argument
57 #define TRACE_PKINIT_CLIENT_REP_DH(c) \ argument
59 #define TRACE_PKINIT_CLIENT_REP_DH_FAIL(c) \ argument
[all …]
/freebsd/include/
H A Dctype.h87 #define isalnum(c) __sbistype((c), _CTYPE_A|_CTYPE_D|_CTYPE_N) argument
88 #define isalpha(c) __sbistype((c), _CTYPE_A) argument
89 #define iscntrl(c) __sbistype((c), _CTYPE_C) argument
90 #define isdigit(c) __sbistype((c), _CTYPE_D) argument
91 #define isgraph(c) __sbistype((c), _CTYPE_G) argument
92 #define islower(c) __sbistype((c), _CTYPE_L) argument
93 #define isprint(c) __sbistype((c), _CTYPE_R) argument
94 #define ispunct(c) __sbistype((c), _CTYPE_P) argument
95 #define isspace(c) __sbistype((c), _CTYPE_S) argument
96 #define isupper(c) __sbistype((c), _CTYPE_U) argument
[all …]
/freebsd/crypto/krb5/src/include/
H A Dk5-trace.h108 #define TRACE_CC_CACHE_MATCH(c, princ, ret) \ argument
111 #define TRACE_CC_DESTROY(c, cache) \ argument
113 #define TRACE_CC_GEN_NEW(c, cache) \ argument
115 #define TRACE_CC_GET_CONFIG(c, cache, princ, key, data) \ argument
118 #define TRACE_CC_INIT(c, cache, princ) \ argument
121 #define TRACE_CC_MOVE(c, src, dst) \ argument
123 #define TRACE_CC_NEW_UNIQUE(c, type) \ argument
125 #define TRACE_CC_REMOVE(c, cache, creds) \ argument
127 #define TRACE_CC_RETRIEVE(c, cache, creds, ret) \ argument
130 #define TRACE_CC_RETRIEVE_REF(c, cache, creds, ret) \ argument
[all …]
/freebsd/lib/libc/locale/
H A Disctype.c44 digittoint(int c) in digittoint()
51 isalnum(int c) in isalnum()
58 isalpha(int c) in isalpha()
65 isascii(int c) in isascii()
72 isblank(int c) in isblank()
79 iscntrl(int c) in iscntrl()
86 isdigit(int c) in isdigit()
93 isgraph(int c) in isgraph()
100 ishexnumber(int c) in ishexnumber()
107 isideogram(int c) in isideogram()
[all …]
/freebsd/contrib/libedit/
H A Dvi.c67 cv_action(EditLine *el, wint_t c) in cv_action()
99 cv_paste(EditLine *el, wint_t c) in cv_paste()
132 vi_paste_next(EditLine *el, wint_t c __attribute__((__unused__))) in vi_paste_next()
145 vi_paste_prev(EditLine *el, wint_t c __attribute__((__unused__))) in vi_paste_prev()
158 vi_prev_big_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_prev_big_word()
183 vi_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_prev_word()
208 vi_next_big_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_next_big_word()
232 vi_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_next_word()
255 vi_change_case(EditLine *el, wint_t c) in vi_change_case()
287 vi_change_meta(EditLine *el, wint_t c __attribute__((__unused__))) in vi_change_meta()
[all …]
H A Dcommon.c62 ed_end_of_file(EditLine *el, wint_t c __attribute__((__unused__))) in ed_end_of_file()
76 ed_insert(EditLine *el, wint_t c) in ed_insert()
119 ed_delete_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in ed_delete_prev_word()
147 ed_delete_next_char(EditLine *el, wint_t c __attribute__((__unused__))) in ed_delete_next_char()
194 ed_kill_line(EditLine *el, wint_t c __attribute__((__unused__))) in ed_kill_line()
215 ed_move_to_end(EditLine *el, wint_t c __attribute__((__unused__))) in ed_move_to_end()
239 ed_move_to_beg(EditLine *el, wint_t c __attribute__((__unused__))) in ed_move_to_beg()
262 ed_transpose_chars(EditLine *el, wint_t c) in ed_transpose_chars()
288 ed_next_char(EditLine *el, wint_t c __attribute__((__unused__))) in ed_next_char()
317 ed_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in ed_prev_word()
[all …]
H A Demacs.c59 em_delete_or_list(EditLine *el, wint_t c) in em_delete_or_list()
95 em_delete_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in em_delete_next_word()
124 em_yank(EditLine *el, wint_t c __attribute__((__unused__))) in em_yank()
160 em_kill_line(EditLine *el, wint_t c __attribute__((__unused__))) in em_kill_line()
182 em_kill_region(EditLine *el, wint_t c __attribute__((__unused__))) in em_kill_region()
215 em_copy_region(EditLine *el, wint_t c __attribute__((__unused__))) in em_copy_region()
244 em_gosmacs_transpose(EditLine *el, wint_t c) in em_gosmacs_transpose()
264 em_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in em_next_word()
289 em_upper_case(EditLine *el, wint_t c __attribute__((__unused__))) in em_upper_case()
313 em_capitol_case(EditLine *el, wint_t c __attribute__((__unused__))) in em_capitol_case()
[all …]
/freebsd/sys/contrib/ncsw/inc/
H A Dctype_ext.h56 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument
57 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument
58 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument
59 #define isdigit(c) ((__ismask(c)&(_D)) != 0) argument
60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument
61 #define islower(c) ((__ismask(c)&(_L)) != 0) argument
62 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument
63 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument
64 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument
65 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlctype.h51 #define testprop(c,p) (luai_ctype_[(lu_byte)(c)+1] & (p)) argument
56 #define lislalpha(c) testprop(c, MASK(ALPHABIT)) argument
57 #define lislalnum(c) testprop(c, (MASK(ALPHABIT) | MASK(DIGITBIT))) argument
58 #define lisdigit(c) testprop(c, MASK(DIGITBIT)) argument
59 #define lisspace(c) testprop(c, MASK(SPACEBIT)) argument
60 #define lisprint(c) testprop(c, MASK(PRINTBIT)) argument
61 #define lisxdigit(c) testprop(c, MASK(XDIGITBIT)) argument
66 #define ltolower(c) ((c) | ('A' ^ 'a')) argument
82 #define lislalpha(c) (isalpha(c) || (c) == '_') argument
83 #define lislalnum(c) (isalnum(c) || (c) == '_') argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h41 LLVM_READNONE inline bool isASCII(char c) { in isASCII()
45 LLVM_READNONE inline bool isASCII(unsigned char c) { return c <= 127; } in isASCII()
48 LLVM_READNONE inline bool isASCII(uint32_t c) { return c <= 127; } in isASCII()
49 LLVM_READNONE inline bool isASCII(int64_t c) { return 0 <= c && c <= 127; } in isASCII()
61 LLVM_READONLY inline bool isAsciiIdentifierContinue(unsigned char c) { in isAsciiIdentifierContinue()
80 LLVM_READONLY inline bool isAsciiIdentifierContinue(unsigned char c, in isAsciiIdentifierContinue()
91 LLVM_READONLY inline bool isHorizontalWhitespace(unsigned char c) { in isHorizontalWhitespace()
99 LLVM_READONLY inline bool isVerticalWhitespace(unsigned char c) { in isVerticalWhitespace()
108 LLVM_READONLY inline bool isWhitespace(unsigned char c) { in isWhitespace()
114 LLVM_READONLY inline bool isDigit(unsigned char c) { in isDigit()
[all …]
/freebsd/crypto/openssh/
H A Dnchan.c93 chan_set_istate(Channel *c, u_int next) in chan_set_istate()
103 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate()
113 chan_read_failed(struct ssh *ssh, Channel *c) in chan_read_failed()
129 chan_ibuf_empty(struct ssh *ssh, Channel *c) in chan_ibuf_empty()
151 chan_obuf_empty(struct ssh *ssh, Channel *c) in chan_obuf_empty()
172 chan_rcvd_eow(struct ssh *ssh, Channel *c) in chan_rcvd_eow()
184 chan_send_eof2(struct ssh *ssh, Channel *c) in chan_send_eof2()
207 chan_send_close2(struct ssh *ssh, Channel *c) in chan_send_close2()
232 chan_send_eow2(struct ssh *ssh, Channel *c) in chan_send_eow2()
257 chan_rcvd_ieof(struct ssh *ssh, Channel *c) in chan_rcvd_ieof()
[all …]
/freebsd/crypto/openssl/include/crypto/
H A Dctype.h56 # define ossl_toascii(c) (c) argument
57 # define ossl_fromascii(c) (c) argument
70 # define ossl_isalnum(c) (ossl_ctype_check((c), CTYPE_MASK_alnum)) argument
71 # define ossl_isalpha(c) (ossl_ctype_check((c), CTYPE_MASK_alpha)) argument
73 # define ossl_isascii(c) (ossl_ctype_check((c), CTYPE_MASK_ascii)) argument
75 # define ossl_isascii(c) (((c) & ~127) == 0) argument
77 # define ossl_isblank(c) (ossl_ctype_check((c), CTYPE_MASK_blank)) argument
78 # define ossl_iscntrl(c) (ossl_ctype_check((c), CTYPE_MASK_cntrl)) argument
79 # define ossl_isgraph(c) (ossl_ctype_check((c), CTYPE_MASK_graph)) argument
80 # define ossl_isprint(c) (ossl_ctype_check((c), CTYPE_MASK_print)) argument
[all …]
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dtrace.h44 #define TRACE_SPAKE_CLIENT_THASH(c, thash) \ argument
46 #define TRACE_SPAKE_DERIVE_KEY(c, n, kb) \ argument
48 #define TRACE_SPAKE_KDC_THASH(c, thash) \ argument
50 #define TRACE_SPAKE_KEYGEN(c, pubkey) \ argument
52 #define TRACE_SPAKE_RECEIVE_CHALLENGE(c, group, pubkey) \ argument
55 #define TRACE_SPAKE_RECEIVE_RESPONSE(c, pubkey) \ argument
57 #define TRACE_SPAKE_RECEIVE_SUPPORT(c, group) \ argument
59 #define TRACE_SPAKE_REJECT_CHALLENGE(c, group) \ argument
61 #define TRACE_SPAKE_REJECT_SUPPORT(c) \ argument
63 #define TRACE_SPAKE_RESULT(c, result) \ argument
[all …]
/freebsd/sys/sys/
H A Dctype.h43 isspace(int c) in isspace()
49 isascii(int c) in isascii()
55 isupper(int c) in isupper()
61 islower(int c) in islower()
67 isalpha(int c) in isalpha()
73 isdigit(int c) in isdigit()
79 isxdigit(int c) in isxdigit()
85 isprint(int c) in isprint()
91 toupper(int c) in toupper()
97 tolower(int c) in tolower()
H A Dcallout.h82 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE) argument
83 #define callout_deactivate(c) ((c)->c_flags &= ~CALLOUT_ACTIVE) argument
84 #define callout_drain(c) _callout_stop_safe(c, CS_DRAIN) argument
87 #define callout_init_mtx(c, mtx, flags) \ argument
89 #define callout_init_rm(c, rm, flags) \ argument
91 #define callout_init_rw(c, rw, flags) \ argument
93 #define callout_pending(c) ((c)->c_iflags & CALLOUT_PENDING) argument
96 #define callout_reset_sbt(c, sbt, pr, fn, arg, flags) \ argument
98 #define callout_reset_sbt_curcpu(c, sbt, pr, fn, arg, flags) \ argument
101 #define callout_reset_on(c, to_ticks, fn, arg, cpu) \ argument
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcompletion.h38 #define INIT_COMPLETION(c) \ argument
40 #define init_completion(c) \ argument
42 #define reinit_completion(c) \ argument
44 #define complete(c) \ argument
46 #define complete_all(c) \ argument
48 #define wait_for_completion(c) \ argument
50 #define wait_for_completion_interruptible(c) \ argument
52 #define wait_for_completion_timeout(c, timeout) \ argument
54 #define wait_for_completion_interruptible_timeout(c, timeout) \ argument
56 #define try_wait_for_completion(c) \ argument
[all …]
/freebsd/crypto/openssl/crypto/
H A Dctype.c227 int ossl_toascii(int c) in ossl_toascii()
242 int ossl_fromascii(int c) in ossl_fromascii()
252 int ossl_ctype_check(int c, unsigned int mask) in ossl_ctype_check()
265 #define ASCII_IS_DIGIT(c) (c >= 0x30 && c <= 0x39) argument
266 #define ASCII_IS_UPPER(c) (c >= 0x41 && c <= 0x5A) argument
267 #define ASCII_IS_LOWER(c) (c >= 0x61 && c <= 0x7A) argument
269 int ossl_isdigit(int c) in ossl_isdigit()
276 int ossl_isupper(int c) in ossl_isupper()
283 int ossl_islower(int c) in ossl_islower()
296 int ossl_tolower(int c) in ossl_tolower()
[all …]
/freebsd/contrib/less/
H A Dcharset.h10 #define IS_ASCII_OCTET(c) (((c) & 0x80) == 0) argument
11 #define IS_UTF8_TRAIL(c) (((c) & 0xC0) == 0x80) argument
12 #define IS_UTF8_LEAD2(c) (((c) & 0xE0) == 0xC0) argument
13 #define IS_UTF8_LEAD3(c) (((c) & 0xF0) == 0xE0) argument
14 #define IS_UTF8_LEAD4(c) (((c) & 0xF8) == 0xF0) argument
15 #define IS_UTF8_LEAD5(c) (((c) & 0xFC) == 0xF8) argument
16 #define IS_UTF8_LEAD6(c) (((c) & 0xFE) == 0xFC) argument
17 #define IS_UTF8_INVALID(c) (((c) & 0xFE) == 0xFE) argument
18 #define IS_UTF8_LEAD(c) (((c) & 0xC0) == 0xC0 && !IS_UTF8_INVALID(c)) argument
/freebsd/contrib/libfido2/regress/
H A Dcred.c1427 fido_cred_t *c; alloc_cred() local
1436 free_cred(fido_cred_t * c) free_cred() argument
1463 fido_cred_t *c; empty_cred() local
1517 fido_cred_t *c; valid_cred() local
1543 fido_cred_t *c; no_cdh() local
1567 fido_cred_t *c; no_rp_id() local
1591 fido_cred_t *c; no_rp_name() local
1616 fido_cred_t *c; no_authdata() local
1645 fido_cred_t *c; no_x509() local
1669 fido_cred_t *c; no_sig() local
1693 fido_cred_t *c; no_fmt() local
1717 fido_cred_t *c; wrong_options() local
1742 fido_cred_t *c; junk_cdh() local
1774 fido_cred_t *c; junk_fmt() local
1793 fido_cred_t *c; junk_rp_id() local
1818 fido_cred_t *c; junk_rp_name() local
1843 fido_cred_t *c; junk_authdata() local
1885 fido_cred_t *c; junk_sig() local
1917 fido_cred_t *c; junk_x509() local
1950 fido_cred_t *c; invalid_type() local
1981 fido_cred_t *c; bad_cbor_serialize() local
1993 fido_cred_t *c; duplicate_keys() local
2005 fido_cred_t *c; unsorted_keys() local
2017 fido_cred_t *c; wrong_credprot() local
2035 fido_cred_t *c; raw_authdata() local
2075 fido_cred_t *c; fmt_none() local
2099 fido_cred_t *c; valid_tpm_rs256_cred() local
2124 fido_cred_t *c; valid_tpm_es256_cred() local
[all...]
/freebsd/contrib/tcpdump/
H A Dnetdissect-ctype.h38 #define ND_ISASCII(c) (!((c) & 0x80)) /* value is an ASCII code point */ argument
39 #define ND_ASCII_ISPRINT(c) ((c) >= 0x20 && (c) <= 0x7E) argument
40 #define ND_ASCII_ISGRAPH(c) ((c) > 0x20 && (c) <= 0x7E) argument
41 #define ND_ASCII_ISDIGIT(c) ((c) >= '0' && (c) <= '9') argument
42 #define ND_TOASCII(c) ((c) & 0x7F) argument
52 #define ND_ASCII_TOLOWER(c) (((c) >= 'A' && (c) <= 'Z') ? (c) - 'A' + 'a' : (c)) argument
53 #define ND_ASCII_TOUPPER(c) (((c) >= 'a' && (c) <= 'z') ? (c) - 'a' + 'A' : (c)) argument
/freebsd/sys/powerpc/include/
H A Dpio.h181 __outsb(volatile u_int8_t *a, const u_int8_t *s, size_t c) in __outsb()
189 __outsw(volatile u_int16_t *a, const u_int16_t *s, size_t c) in __outsw()
197 __outsl(volatile u_int32_t *a, const u_int32_t *s, size_t c) in __outsl()
205 __outsll(volatile u_int64_t *a, const u_int64_t *s, size_t c) in __outsll()
213 __outswrb(volatile u_int16_t *a, const u_int16_t *s, size_t c) in __outswrb()
221 __outslrb(volatile u_int32_t *a, const u_int32_t *s, size_t c) in __outslrb()
229 __insb(volatile u_int8_t *a, u_int8_t *d, size_t c) in __insb()
237 __insw(volatile u_int16_t *a, u_int16_t *d, size_t c) in __insw()
245 __insl(volatile u_int32_t *a, u_int32_t *d, size_t c) in __insl()
253 __insll(volatile u_int64_t *a, u_int64_t *d, size_t c) in __insll()
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dchannel.c132 struct pcm_channel *c; in chn_vpc_proc() local
227 chn_lockinit(struct pcm_channel *c, int dir) in chn_lockinit()
255 chn_lockdestroy(struct pcm_channel *c) in chn_lockdestroy()
275 chn_polltrigger(struct pcm_channel *c) in chn_polltrigger()
298 chn_pollreset(struct pcm_channel *c) in chn_pollreset()
306 chn_wakeup(struct pcm_channel *c) in chn_wakeup()
329 chn_sleep(struct pcm_channel *c, int timeout) in chn_sleep()
351 chn_dmaupdate(struct pcm_channel *c) in chn_dmaupdate()
387 chn_wrfeed(struct pcm_channel *c) in chn_wrfeed()
417 chn_wrintr(struct pcm_channel *c) in chn_wrintr()
[all …]
/freebsd/contrib/ntp/include/
H A Dntp_md5.h44 # define EVP_MD_CTX_init(c) argument
45 # define EVP_MD_CTX_set_flags(c, argument
28 MD5Init(c) global() argument
29 MD5Update(c,p,s) global() argument
30 MD5Final(d,c) global() argument
37 EVP_MD_CTX_free(c) global() argument
41 EVP_MD_CTX_init(c) global() argument
42 EVP_MD_CTX_set_flags(c,f) global() argument
43 EVP_DigestInit(c,dt) global() argument
47 EVP_DigestFinal(c,d,pdl) global() argument
[all...]

12345678910>>...116