| /freebsd/sys/x86/include/ |
| H A D | bus.h | 992 #define bus_space_read_multi_stream_1(t, h, o, a, c) \ argument 994 #define bus_space_read_multi_stream_2(t, h, o, a, c) \ argument 996 #define bus_space_read_multi_stream_4(t, h, o, a, c) \ argument 1006 #define bus_space_write_multi_stream_1(t, h, o, a, c) \ argument 1008 #define bus_space_write_multi_stream_2(t, h, o, a, c) \ argument 1010 #define bus_space_write_multi_stream_4(t, h, o, a, c) \ argument 1013 #define bus_space_set_multi_stream_1(t, h, o, v, c) \ argument 1015 #define bus_space_set_multi_stream_2(t, h, o, v, c) \ argument 1017 #define bus_space_set_multi_stream_4(t, h, o, v, c) \ argument 1020 #define bus_space_read_region_stream_1(t, h, o, a, c) \ argument [all …]
|
| /freebsd/lib/libiconv_modules/GBK2K/ |
| H A D | citrus_gbk2k.c | 104 _mb_singlebyte(int c) in _mb_singlebyte() 111 _mb_leadbyte(int c) in _mb_leadbyte() 119 _mb_trailbyte(int c) in _mb_trailbyte() 127 _mb_surrogate(int c) in _mb_surrogate() 137 uint32_t c; in _mb_count() local 148 #define _PUSH_PSENC(c) (psenc->ch[psenc->chlen++] = (c)) argument
|
| /freebsd/crypto/krb5/src/util/profile/ |
| H A D | final6.ini | 36 [c] section 45 [c] section
|
| /freebsd/contrib/tcsh/ |
| H A D | tc.os.c | 77 dosetpath(Char **arglist, struct command *c) in dosetpath() 194 dogetxvers(Char **v, struct command *c) in dogetxvers() 206 dosetxvers(Char **v, struct command *c) in dosetxvers() 283 dogetspath(Char **v, struct command *c) in dogetspath() 327 dosetspath(Char **v, struct command *c) in dosetspath() 415 domigrate(Char **v, struct command *c) in domigrate() 496 dodmmode(Char **v, struct command *c) in dodmmode() 555 dowarp(Char **v, struct command *c) in dowarp() 622 douniverse(Char **v, struct command *c) in douniverse() 758 dobs2cmd(Char **v, struct command *c) in dobs2cmd() [all …]
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
| H A D | chacha20_ref.c | 30 #define ROTATE(v, c) (ROTL32(v, c)) argument 35 #define QUARTERROUND(a, b, c, d) \ argument 81 chacha20_encrypt_bytes(chacha_ctx *ctx, const uint8_t *m, uint8_t *c, in chacha20_encrypt_bytes() 227 stream_ref(unsigned char *c, unsigned long long clen, const unsigned char *n, in stream_ref() 246 stream_ietf_ref(unsigned char *c, unsigned long long clen, in stream_ietf_ref() 265 stream_ref_xor_ic(unsigned char *c, const unsigned char *m, in stream_ref_xor_ic() 290 stream_ietf_ref_xor_ic(unsigned char *c, const unsigned char *m, in stream_ietf_ref_xor_ic()
|
| /freebsd/crypto/openssl/crypto/modes/ |
| H A D | ccm128.c | 124 u8 c; in ctr64_inc() local 148 u8 c[16]; in CRYPTO_ccm128_encrypt() member 174 u8 c[16]; in CRYPTO_ccm128_encrypt() member 232 u8 c[16]; in CRYPTO_ccm128_decrypt() member 254 u8 c[16]; in CRYPTO_ccm128_decrypt() member 321 u8 c[16]; in CRYPTO_ccm128_encrypt_ccm64() member 385 u8 c[16]; in CRYPTO_ccm128_decrypt_ccm64() member
|
| /freebsd/sys/dev/syscons/ |
| H A D | scmouse.c | 332 #define IS_SPACE_CHAR(c) (((c) & 0xff) == ' ') argument 335 #define IS_BLANK_CHAR(c) (((c) & 0xff) == ' ' || ((c) & 0xff) == '\t') argument 337 #define IS_BLANK_CHAR(c) IS_SPACE_CHAR(c) argument 341 #define IS_SEP_CHAR(c) (index(SC_CUT_SEPCHARS, (c) & 0xff) != NULL) argument 343 #define IS_SEP_CHAR(c) IS_SPACE_CHAR(c) argument 350 int c; in skip_spc_right() local 366 int c; in skip_spc_left() local 446 int c; in mouse_cut() local 533 int c; in mouse_cut_word() local
|
| /freebsd/tools/build/libc-bootstrap/ |
| H A D | namespace.h | 41 #define _read(a, b, c) read(a, b, c) argument 42 #define _write(a, b, c) write(a, b, c) argument 43 #define _writev(a, b, c) writev(a, b, c) argument
|
| /freebsd/sys/netpfil/ipfw/test/ |
| H A D | main.c | 98 #define FI2Q(c, i) ((struct dn_queue *)((c)->q + (c)->q_len * (i))) argument 99 #define Q2FI(c, q) (((char *)(q) - (c)->q)/(c)->q_len) argument 112 drop(struct cfg_s *c, struct mbuf *m) in drop() 168 gnet_stats_enq(struct cfg_s *c, struct mbuf *mb) in gnet_stats_enq() 180 gnet_stats_deq(struct cfg_s *c, struct mbuf *mb) in gnet_stats_deq() 201 mainloop(struct cfg_s *c) in mainloop() 248 dump(struct cfg_s *c) in dump() 317 parse_flowsets(struct cfg_s *c, const char *fs) in parse_flowsets() 433 init(struct cfg_s *c) in init() 602 struct cfg_s c; in main() local [all …]
|
| /freebsd/usr.sbin/bluetooth/bthidcontrol/ |
| H A D | bthidcontrol.c | 115 struct bthid_command *c = NULL; in do_bthid_command() local 175 struct bthid_command *c = NULL; in find_bthid_command() local 196 struct bthid_command *c = NULL; in print_bthid_command() local
|
| /freebsd/contrib/ntp/sntp/libopts/compat/ |
| H A D | strchr.c | 34 strchr(char const *s, int c) in strchr() 46 strrchr(char const *s, int c) in strrchr()
|
| /freebsd/lib/libc/stdio/ |
| H A D | fputc.c | 44 fputc_unlocked(int c, FILE *fp) in fputc_unlocked() 53 fputc(int c, FILE *fp) in fputc()
|
| /freebsd/lib/libmp/ |
| H A D | mpasbn.c | 146 BN_CTX *c; in mp_gcd() local 232 BN_CTX *c) in _mdiv() 252 BN_CTX *c; in mp_mdiv() local 370 BN_CTX *c; in mp_msqrt() local 490 _mult(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp, BN_CTX *c) in _mult() 505 BN_CTX *c; in mp_mult() local 522 BN_CTX *c; in mp_pow() local 544 BN_CTX *c; in mp_rpow() local 565 BN_CTX *c) in _sdiv() 597 BN_CTX *c; in mp_sdiv() local
|
| /freebsd/contrib/atf/atf-c/detail/ |
| H A D | process.c | 249 atf_process_child_init(atf_process_child_t *c) in atf_process_child_init() 260 atf_process_child_fini(atf_process_child_t *c) in atf_process_child_fini() 269 atf_process_child_wait(atf_process_child_t *c, atf_process_status_t *s) in atf_process_child_wait() 286 atf_process_child_pid(const atf_process_child_t *c) in atf_process_child_pid() 292 atf_process_child_stdout(atf_process_child_t *c) in atf_process_child_stdout() 299 atf_process_child_stderr(atf_process_child_t *c) in atf_process_child_stderr() 391 do_parent(atf_process_child_t *c, in do_parent() 453 fork_with_streams(atf_process_child_t *c, in fork_with_streams() 521 atf_process_fork(atf_process_child_t *c, in atf_process_fork() 621 atf_process_child_t c; in atf_process_exec_array() local
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/ |
| H A D | aead_chacha20poly1305.c | 20 crypto_aead_chacha20poly1305_encrypt_detached(unsigned char *c, in crypto_aead_chacha20poly1305_encrypt_detached() 60 crypto_aead_chacha20poly1305_encrypt(unsigned char *c, in crypto_aead_chacha20poly1305_encrypt() 91 crypto_aead_chacha20poly1305_ietf_encrypt_detached(unsigned char *c, in crypto_aead_chacha20poly1305_ietf_encrypt_detached() 135 crypto_aead_chacha20poly1305_ietf_encrypt(unsigned char *c, in crypto_aead_chacha20poly1305_ietf_encrypt() 168 const unsigned char *c, in crypto_aead_chacha20poly1305_decrypt_detached() 219 const unsigned char *c, in crypto_aead_chacha20poly1305_decrypt() 248 const unsigned char *c, in crypto_aead_chacha20poly1305_ietf_decrypt_detached() 303 const unsigned char *c, in crypto_aead_chacha20poly1305_ietf_decrypt()
|
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | state.c | 52 #define SB_ACCUM(c) if (subpointer < (subbuffer+sizeof subbuffer)) { \ argument 82 int c; in telrcv() local 956 int c; in suboption() local 1026 int c; in suboption() local 1291 #define ADD(c) *ncp++ = c argument 1292 #define ADD_DATA(c) { *ncp++ = c; if (c == SE || c == IAC) *ncp++ = c; } argument
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
| H A D | blake2b-compress-avx2.h | 42 #define BLAKE2B_G1_V1(a, b, c, d, m) \ argument 53 #define BLAKE2B_G2_V1(a, b, c, d, m) \ argument 64 #define BLAKE2B_DIAG_V1(a, b, c, d) \ argument 71 #define BLAKE2B_UNDIAG_V1(a, b, c, d) \ argument 80 #define BLAKE2B_ROUND_V1(a, b, c, d, r, m) \ argument 95 #define BLAKE2B_ROUNDS_V1(a, b, c, d, m) \ argument
|
| /freebsd/sys/net/altq/ |
| H A D | altq_codel.c | 261 struct codel *c; in codel_alloc() local 275 codel_destroy(struct codel *c) in codel_destroy() 283 codel_addq(struct codel *c, class_queue_t *q, struct mbuf *m) in codel_addq() 312 codel_should_drop(struct codel *c, class_queue_t *q, struct mbuf *m, in codel_should_drop() 390 codel_getq(struct codel *c, class_queue_t *q) in codel_getq() 471 codel_getstats(struct codel *c, struct codel_stats *s) in codel_getstats()
|
| /freebsd/sys/contrib/dpdk_rte_lpm/ |
| H A D | rte_jhash.h | 42 #define __rte_jhash_mix(a, b, c) do { \ argument 51 #define __rte_jhash_final(a, b, c) do { \ argument 78 uint32_t a, b, c; in __rte_jhash_2hashes() local 307 __rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval) in __rte_jhash_3words() 334 rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval) in rte_jhash_3words()
|
| /freebsd/contrib/libc-vis/ |
| H A D | unvis.c | 84 #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') argument 85 #define xtod(c) (isdigit(c) ? (c - '0') : ((tolower(c) - 'a') + 10)) argument 86 #define XTOD(c) (isdigit(c) ? (c - '0') : ((c - 'A') + 10)) argument 201 unvis(char *cp, int c, int *astate, int flag) in unvis() 504 char c; in strnunvisx() local
|
| /freebsd/crypto/heimdal/lib/gssapi/ntlm/ |
| H A D | kdc.c | 160 struct ntlmkrb5 *c; in kdc_alloc() local 198 struct ntlmkrb5 *c = ctx; in kdc_probe() local 219 struct ntlmkrb5 *c = ctx; in kdc_destroy() local 251 struct ntlmkrb5 *c = ctx; in kdc_type2() local 350 struct ntlmkrb5 *c = ctx; in kdc_type3() local
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | numbers.h | 69 # define UINT32_C(c) (c) argument 72 # define UINT64_C(c) (c##UL) argument 81 # define UINT32_C(c) (c##UL) argument 84 # define UINT64_C(c) (c##ULL) argument
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/xchacha20/ |
| H A D | stream_xchacha20.c | 29 crypto_stream_xchacha20(unsigned char *c, unsigned long long clen, in crypto_stream_xchacha20() 45 crypto_stream_xchacha20_xor_ic(unsigned char *c, const unsigned char *m, in crypto_stream_xchacha20_xor_ic() 57 crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m, in crypto_stream_xchacha20_xor()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_root.c | 46 for (uint64_t c = 0; c < vd->vdev_children; c++) { in vdev_root_core_tvds() local 99 for (int c = 0; c < vd->vdev_children; c++) { in vdev_root_open() local 128 for (int c = 0; c < vd->vdev_children; c++) in vdev_root_close() local
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_string.c | 35 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') argument 37 #define IS_ALPHA(c) \ argument 63 char c; in strident_canon() local
|