Home
last modified time | relevance | path

Searched defs:c (Results 401 – 425 of 3711) sorted by relevance

1...<<11121314151617181920>>...149

/freebsd/sys/libkern/
H A Dfnmatch.c58 char c, test; in fnmatch() local
160 char c, c2; in rangematch() local
/freebsd/contrib/nvi/regex/
H A Dregcomp.c141 #define SEE(c) (MORE() && PEEK() == (c)) argument
143 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) argument
151 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument
152 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument
153 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument
291 char c; in p_ere() local
339 char c; in p_ere_exp() local
545 int c; in p_simp_re() local
766 char c; in p_b_term() local
833 char c; in p_b_cclass() local
[all …]
/freebsd/usr.bin/diff/
H A Ddiffreg.c164 int c; /* start line in new file */ member
254 clow2low(int c) in clow2low() argument
261 cup2low(int c) in cup2low() argument
593 equiv(struct line * a,int n,struct line * b,int m,int * c) equiv() argument
621 stone(int * a,int n,int * b,int * c,int flags) stone() argument
685 search(int * c,int k,int y) search() argument
730 int i, j, /* jackpot, */ c, d; check() local
897 int i, c; skipline() local
973 #define c output() macro
1050 change(char * file1,FILE * f1,char * file2,FILE * f2,int a,int b,int c,int d,int * pflags) change() argument
1246 int i, j, c, lastc, col, nc, newcol; fetch() local
1498 int a, b, c, d; dump_context_vec() local
1601 int a, b, c, d; dump_unified_vec() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c254 #define SEE(c) (MORE() && PEEK() == (c)) argument
256 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) argument
264 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument
265 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument
266 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument
395 char c; in p_ere() local
438 char c; in p_ere_exp() local
663 int c; in p_simp_re() local
880 char c; in p_b_term() local
947 char c; in p_b_cclass() local
[all …]
/freebsd/contrib/mtree/
H A Dspecspec.c48 #define FF(a, b, c, d) \ argument
50 #define FS(a, b, c, d) \ argument
52 #define FM(a, b, c, d) \ argument
/freebsd/sys/kern/
H A Dsubr_counter.c46 counter_u64_zero(counter_u64_t c) in counter_u64_zero()
53 counter_u64_fetch(counter_u64_t c) in counter_u64_fetch()
67 counter_u64_free(counter_u64_t c) in counter_u64_free()
H A Dmd5c.c106 #define FF(a, b, c, d, x, s, ac) { \ argument
111 #define GG(a, b, c, d, x, s, ac) { \ argument
116 #define HH(a, b, c, d, x, s, ac) { \ argument
121 #define II(a, b, c, d, x, s, ac) { \ argument
229 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MD5Transform() local
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Ddefines.h38 #define NETADD(c) { *netoring.supply = c; ring_supplied(&netoring, 1); } argument
43 #define TTYADD(c) if (!(SYNCHing||flushout)) { \ argument
/freebsd/contrib/bc/src/
H A Dbc_lex.c107 char c; in bc_lex_string() local
175 char c = l->buf[l->i++], c2; in bc_lex_token() local
/freebsd/contrib/wpa/src/tls/
H A Dlibtommath.c131 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1) argument
212 static int s_mp_add (mp_int * a, mp_int * b, mp_int * c) in s_mp_add()
300 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) in s_mp_sub()
416 static int mp_add (mp_int * a, mp_int * b, mp_int * c) in mp_add()
448 static int mp_sub (mp_int * a, mp_int * b, mp_int * c) in mp_sub()
485 static int mp_mul (mp_int * a, mp_int * b, mp_int * c) in mp_mul()
532 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod()
552 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod()
725 static int mp_invmod (mp_int * a, mp_int * b, mp_int * c) in mp_invmod()
763 static int mp_invmod_slow (mp_int * a, mp_int * b, mp_int * c) in mp_invmod_slow()
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c12 const unsigned char *k, const unsigned char *c, in crypto_core_salsa()
99 const unsigned char *k, const unsigned char *c) in crypto_core_salsa20()
133 const unsigned char *k, const unsigned char *c) in crypto_core_salsa2012()
165 const unsigned char *k, const unsigned char *c) in crypto_core_salsa208()
/freebsd/stand/ficl/
H A Dstack.c178 void stackStore(FICL_STACK *pStack, int n, CELL c) in stackStore()
278 void stackPush(FICL_STACK *pStack, CELL c) in stackPush()
327 CELL c; in stackRoll() local
365 void stackSetTop(FICL_STACK *pStack, CELL c) in stackSetTop()
/freebsd/contrib/diff/src/
H A Difdef.c122 register char c; in format_group() local
267 register char c; in print_ifdef_lines() local
310 char c; in do_printf_spec() local
399 char c = *p++; in scan_char_literal() local
/freebsd/contrib/less/
H A Dprompt.c123 static void ap_char(char c) in ap_char()
193 static lbool cond(char c, int where) in cond()
256 static void protochar(char c, int where) in protochar()
496 char c; in pr_expand() local
/freebsd/usr.bin/mail/
H A Dcollect.c70 int lc, cc, escape, eofcount, fd, c, t; in collect() local
499 int c, lc; in exwrite() local
541 mesedit(FILE *fp, int c) in mesedit()
718 int c; in savedeadletter() local
/freebsd/tests/sys/opencrypto/
H A Dcryptodev.py593 c = Crypto(CRYPTO_AES_ICM, key) variable
614 c = Crypto(CRYPTO_AES_ICM, key) variable
633 c = Crypto(CRYPTO_AES_CBC, key) variable
658 c = Crypto(CRYPTO_AES_NIST_GCM_16, key) variable
694 c = Crypto(CRYPTO_AES_GCM_16, key) variable
708c = Crypto(CRYPTO_AES_XTS, binascii.unhexlify('1bbfeadf539daedcae33ced497343f3ca1f2474ad932b903997… variable
716c = Crypto(CRYPTO_AES_XTS, binascii.unhexlify('1bbfeadf539daedcae33ced497343f3ca1f2474ad932b903997… variable
732 c = Crypto(CRYPTO_AES_XTS, key) variable
/freebsd/contrib/lua/src/
H A Dllex.c57 static void save (LexState *ls, int c) { in save()
191 static int check_next1 (LexState *ls, int c) { in check_next1()
319 static void esccheck (LexState *ls, int c, const char *msg) { in esccheck()
394 int c; /* final character to be saved */ in read_string() local
555 int c = ls->current; in llex() local
/freebsd/contrib/libucl/src/
H A Ducl_emitter_utils.c105 const char *p = str, *c = str; in ucl_elt_string_write_json() local
172 const char *p = str, *c = str; in ucl_elt_string_write_squoted() local
217 ucl_utstring_append_character (unsigned char c, size_t len, void *ud) in ucl_utstring_append_character()
277 ucl_file_append_character (unsigned char c, size_t len, void *ud) in ucl_file_append_character()
332 ucl_fd_append_character (unsigned char c, size_t len, void *ud) in ucl_fd_append_character()
/freebsd/crypto/krb5/src/lib/crypto/builtin/md5/
H A Dmd5.c78 #define FF(a, b, c, d, x, s, ac) \ argument
85 #define GG(a, b, c, d, x, s, ac) \ argument
92 #define HH(a, b, c, d, x, s, ac) \ argument
99 #define II(a, b, c, d, x, s, ac) \ argument
194 krb5_ui_4 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in Transform() local
/freebsd/contrib/tcsh/
H A Dsh.dir.h52 #define ISDOT(c) (NTRM((c)[0]) == '.' && ((NTRM((c)[1]) == '\0') || \ argument
54 #define ISDOTDOT(c) (NTRM((c)[0]) == '.' && ISDOT(&((c)[1]))) argument
/freebsd/contrib/openbsm/compat/
H A Dvis.h75 #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') argument
81 vis(dst, c, flag, nextc) in vis() argument
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_seal.c24 crypto_box_seal(unsigned char *c, const unsigned char *m, in crypto_box_seal()
47 crypto_box_seal_open(unsigned char *m, const unsigned char *c, in crypto_box_seal_open()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_seal_curve25519xchacha20poly1305.c29 crypto_box_curve25519xchacha20poly1305_seal(unsigned char *c, const unsigned char *m, in crypto_box_curve25519xchacha20poly1305_seal()
54 crypto_box_curve25519xchacha20poly1305_seal_open(unsigned char *m, const unsigned char *c, in crypto_box_curve25519xchacha20poly1305_seal_open()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/ref/
H A Dsalsa20_ref.c19 stream_ref(unsigned char *c, unsigned long long clen, const unsigned char *n, in stream_ref()
64 stream_ref_xor_ic(unsigned char *c, const unsigned char *m, in stream_ref_xor_ic()
/freebsd/contrib/file/tests/
H A Dtest.c55 int c; in slurp() local
85 int e = EXIT_FAILURE, flags, c; in main() local

1...<<11121314151617181920>>...149