Home
last modified time | relevance | path

Searched defs:c (Results 626 – 650 of 3724) sorted by relevance

1...<<21222324252627282930>>...149

/freebsd/contrib/wireguard-tools/
H A Dterminal.h40 #define TERMINAL_RIGHT_CURSOR(c) "\x1b[" #c "C" argument
41 #define TERMINAL_LEFT_CURSOR(c) "\x1b[" #c "D" argument
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h206 for (uptr c = 1; c < kNumClasses; c++) { in Validate() local
221 uptr c = ClassID(s); in Validate() local
/freebsd/crypto/openssl/crypto/ripemd/
H A Drmd_dgst.c27 int RIPEMD160_Init(RIPEMD160_CTX *c) in RIPEMD160_Init()
46 unsigned MD32_REG_T a, b, c, d, e, l; in ripemd160_block_data_order() local
/freebsd/sys/dev/syscons/
H A Dscterm-dumb.c146 dumb_input(scr_stat *scp, int c, struct tty *tp) in dumb_input()
152 dumb_fkeystr(scr_stat *scp, int c) in dumb_fkeystr()
H A Dscterm-teken.c231 scteken_input(scr_stat *scp, int c, struct tty *tp) in scteken_input()
238 scteken_fkeystr(scr_stat *scp, int c) in scteken_fkeystr()
492 scteken_get_cp437(teken_char_t *c, int *attr) in scteken_get_cp437()
524 scteken_putchar(void *arg, const teken_pos_t *tp, teken_char_t c, in scteken_putchar()
561 scteken_fill(void *arg, const teken_rect_t *r, teken_char_t c, in scteken_fill()
/freebsd/usr.bin/locate/locate/
H A Dfastfind.c45 int c; in statistic() local
146 int c, cc; local
/freebsd/sys/dev/dcons/
H A Ddcons.c79 unsigned char c; in dcons_checkc() local
113 dcons_putc(struct dcons_softc *dc, int c) in dcons_putc()
/freebsd/usr.sbin/smbmsg/
H A Dsmbmsg.c108 struct smbcmd c; in probe_i2c() local
133 struct smbcmd c; in do_io() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_blake2_impl.h144 static BLAKE2_INLINE uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32()
149 static BLAKE2_INLINE uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64()
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher_superscalar.c78 uint64_t a, b, c, d; in fletcher_4_superscalar_native() local
117 uint64_t a, b, c, d; in fletcher_4_superscalar_byteswap() local
/freebsd/contrib/blocklist/test/
H A Dsrvtest.c169 usage(int c) in usage()
189 int type = SOCK_STREAM, c; in main() local
/freebsd/sys/dev/fxp/
H A Dif_fxpreg.h128 #define __FXP_BITFIELD3(a, b, c) a, b, c argument
129 #define __FXP_BITFIELD4(a, b, c, d) a, b, c, d argument
130 #define __FXP_BITFIELD5(a, b, c, d, e) a, b, c, d, e argument
131 #define __FXP_BITFIELD6(a, b, c, d, e, f) a, b, c, d, e, f argument
132 #define __FXP_BITFIELD7(a, b, c, d, e, f, g) a, b, c, d, e, f, g argument
133 #define __FXP_BITFIELD8(a, b, c, d, e, f, g, h) a, b, c, d, e, f, g, h argument
136 #define __FXP_BITFIELD3(a, b, c) c, b, a argument
137 #define __FXP_BITFIELD4(a, b, c, d) d, c, b, a argument
138 #define __FXP_BITFIELD5(a, b, c, d, e) e, d, c, b, a argument
139 #define __FXP_BITFIELD6(a, b, c, d, e, f) f, e, d, c, b, a argument
[all …]
/freebsd/contrib/tcsh/
H A Dglob.c126 #define LCHAR(c) ((c)&M_ASCII) argument
127 #define META(c) ((c)|M_META) argument
135 #define ismeta(c) (((c)&M_META) != 0) argument
300 int c, not; in glob() local
705 Char c; in match() local
/freebsd/contrib/flex/src/
H A Dmisc.c202 void check_char (int c) in check_char()
218 unsigned char clower (int c) in clower()
479 unsigned char c, esc_char; in myesc() local
589 void outc (int c) in outc()
616 char *readable_form (int c) in readable_form()
/freebsd/lib/libc/stdio/
H A Dvfscanf.c308 parseint_fsm(int c, enum parseint_state *state, int *base) in parseint_fsm()
429 int c; in parseint() local
490 int c; /* character from format, or conversion */ in __svfscanf() local
883 int c, n, v, i; in __sccl() local
997 unsigned char c; in parsefloat() local
H A Dwbuf.c47 __swbuf(int c, FILE *fp) in __swbuf()
/freebsd/crypto/krb5/src/lib/apputils/
H A Dudppktinfo.c70 char c; member
213 #define check_cmsg_v4_pktinfo(c, t, l, a) 0 argument
243 #define check_cmsg_v6_pktinfo(c, t, l, a) 0 argument
366 #define set_msg_from_ipv4(m, c, f, l, a) EINVAL argument
401 #define set_msg_from_ipv6(m, c, f, l, a) EINVAL argument
/freebsd/sys/kern/
H A Dsubr_prf.c330 int c, error, nl; in log_console() local
417 prf_putchar(int c, int flags, int pri) in prf_putchar()
454 putbuf(int c, struct putchar_arg *ap) in putbuf()
495 putchar(int c, void *arg) in putchar()
618 char *p, c; in ksprintn() local
660 #define PCHAR(c) {int cc=(c); if (func) (*func)(cc,arg); else *d++ = cc; retval++; } in kvprintf() argument
995 msglogchar(int c, int pri) in msglogchar()
1268 unsigned c; in counted_warning() local
/freebsd/bin/sh/
H A Dparser.c900 int c; in xxreadtoken() local
990 checkend(int c, const char *eofmark, int striptabs) in checkend()
1028 parseredir(char *out, int c) in parseredir()
1128 int c; in parsebackq() local
1239 int c, vc, i, n; in readcstyleesc() local
1403 int c = firstc; in readtoken1() local
1841 char c; in noexpand() local
1952 int c; in pgetc_linecont() local
/freebsd/contrib/unifdef/tests/
H A Dfunlike.h1 #define FOO(a,b,c) a+b+c argument
/freebsd/contrib/sendmail/libsm/
H A Dilenx.c30 char c; local
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_union_init1.c5 } c[] = { variable
H A Dd_c99_union_init2.c5 } c[] = { variable
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_tsc.c35 unsigned char c; in ossl_prov_acquire_entropy_from_tsc() local
/freebsd/tools/build/libc-bootstrap/
H A Dlibc_private.h38 #define __libc_sigprocmask(a, b, c) sigprocmask(a, b, c) argument

1...<<21222324252627282930>>...149