Home
last modified time | relevance | path

Searched defs:c (Results 1426 – 1450 of 3724) sorted by relevance

1...<<51525354555657585960>>...149

/freebsd/sys/sys/
H A Dbitset.h96 #define __BIT_SUBSET(_s, p, c) __extension__ ({ \ argument
107 #define __BIT_OVERLAP(_s, p, c) __extension__ ({ \ argument
117 #define __BIT_CMP(_s, p, c) __extension__ ({ \ argument
329 #define BIT_CMP(_s, p, c) __BIT_CMP(_s, p, c) argument
348 #define BIT_OVERLAP(_s, p, c) __BIT_OVERLAP(_s, p, c) argument
353 #define BIT_SUBSET(_s, p, c) __BIT_SUBSET(_s, p, c) argument
/freebsd/sys/contrib/dev/acpica/include/
H A Dacoutput.h576 #define ACPI_DUMP_OPERANDS(a, b ,c) AcpiExDumpOperands(a, b, c) argument
578 #define ACPI_DUMP_PATHNAME(a, b, c, d) AcpiNsDumpPathname(a, b, c, d) argument
581 #define ACPI_TRACE_POINT(a, b, c, d) AcpiTracePoint (a, b, c, d) argument
599 #define ACPI_DUMP_OPERANDS(a, b, c) argument
601 #define ACPI_DUMP_PATHNAME(a, b, c, d) argument
604 #define ACPI_TRACE_POINT(a, b, c, d) argument
/freebsd/contrib/file/src/
H A Dsoftmagic.c158 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__) argument
177 #define F(a, b, c) fmtcheck((b), (c)) argument
1344 const char *c; in mcopy() local
1564 save_cont(struct magic_set *ms, struct cont *c) in save_cont()
1579 restore_cont(struct magic_set *ms, struct cont *c) in restore_cont()
1600 struct cont c; in mget() local
H A Dis_tar.c51 #define isodigit(c) ( ((c) >= '0') && ((c) <= '7') ) argument
/freebsd/usr.bin/sort/
H A Dbwstring.c913 char c; in ignore_nonprinting() local
932 wchar_t c; in ignore_nonprinting() local
966 char c; in dictionary_order() local
985 wchar_t c; in dictionary_order() local
/freebsd/lib/libc/yp/
H A Dyplib.c129 struct ypmatch_ent *n, *c = ypdb->cache; in ypmatch_cache_flush() local
143 struct ypmatch_ent *c = ypdb->cache; in ypmatch_cache_expire() local
178 struct ypmatch_ent *o = NULL, *c = ypdb->cache; in ypmatch_cache_insert() local
238 struct ypmatch_ent *c; in ypmatch_cache_lookup() local
/freebsd/contrib/sendmail/src/
H A Dheaders.c101 int c; local
1375 #define SM_APPEND_CHAR(c) \ argument
1395 register char c; local
2177 register int c; local
/freebsd/sys/dev/xen/console/
H A Dxen_console.c148 putchar(int c, void *arg) in putchar()
478 xencons_putc(struct xencons_priv *cons, int c, bool force_flush) in xencons_putc()
514 char c; in xencons_tx() local
631 xencons_cnputc(struct consdev *dev, int c) in xencons_cnputc()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlvm.c413 const TValue *b, *c; in luaV_arith() local
441 Closure *c = p->cache; in getcached() local
546 #define luai_runtimecheck(L, c) /* void */ argument
574 #define checkGC(L,c) \ argument
/freebsd/crypto/openssl/ssl/quic/
H A Dqlog.c520 static ossl_inline int is_term_sep_ws(char c) in is_term_sep_ws()
525 static ossl_inline int is_name_char(char c) in is_name_char()
596 static int lex_extract_to(struct lexer *lex, char c, in lex_extract_to()
683 char c; in ossl_qlog_set_filter() local
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c120 unsigned int c; in zfs_toplevel_state() local
214 uint_t c; in zfs_process_add() local
619 uint_t c, children; in zfs_iter_vdev() local
1008 uint_t c; in vdev_size_from_config() local
/freebsd/contrib/mandoc/
H A Ddba_write.c107 dba_char_write(int c) in dba_char_write()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c20 const unsigned char *c) in crypto_core_hsalsa20()
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt_long.c59 int c; in main() local
/freebsd/contrib/atf/atf-c++/detail/
H A Dtest_helpers.hpp105 atf::process::child c = atf::process::fork( in run_h_tc() local
/freebsd/share/examples/libusb20/
H A Dbulk.c160 int c; in main() local
/freebsd/lib/msun/src/
H A Ds_log1pf.c39 float hfsq,f,c,s,z,R,u; in log1pf() local
H A Ds_log1p.c100 double hfsq,f,c,s,z,R,u; in log1p() local
H A Dk_exp.c88 double c, exp_x, s, scale1, scale2, x, y; in __ldexp_cexp() local
H A Dk_expf.c71 float c, exp_x, s, scale1, scale2, x, y; in __ldexp_cexpf() local
/freebsd/crypto/openssh/regress/unittests/sshkey/
H A Dtest_fuzz.c81 u_char *sig, c[] = "some junk to be signed"; in sig_fuzz() local
/freebsd/contrib/expat/xmlwf/
H A Dreadfilemap.c119 static const char c = '\0'; in filemap() local
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_util.c88 uint_t c, children; in num_logs() local
/freebsd/sys/dev/random/
H A Divy.c97 random_ivy_read(void *buf, u_int c) in random_ivy_read()
/freebsd/contrib/libarchive/cat/
H A Dbsdcat.c106 int c; in main() local

1...<<51525354555657585960>>...149