Home
last modified time | relevance | path

Searched defs:c (Results 1326 – 1350 of 3725) sorted by relevance

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

/freebsd/lib/libc/nameser/
H A Dns_name.c99 u_char c; in ns_name_ntop() local
218 int c, n, escaped, e = 0; in ns_name_pton2() local
356 u_char c; in ns_name_ntol() local
1031 char c; in encode_bitsring() local
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dtermios_arch.h179 #define _IOC(a,b,c,d) ( ((a)<<29) | ((b)<<8) | (c) | ((d)<<16) ) argument
185 #define _IOW(a,b,c) _IOC(_IOC_WRITE,(a),(b),sizeof(c)) argument
186 #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c)) argument
187 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE,(a),(b),sizeof(c)) argument
/freebsd/contrib/libpcap/
H A Dpcap-dag.c202 #define dag_attach_stream64(a, b, c, d) dag_attach_stream(a, b, c, d) argument
203 #define dag_get_stream_poll64(a, b, c, d, e) dag_get_stream_poll(a, b, c, d, e) argument
204 #define dag_set_stream_poll64(a, b, c, d, e) dag_set_stream_poll(a, b, c, d, e) argument
1150 int c; in dag_findalldevs() local
/freebsd/sys/kern/
H A Dsubr_sbuf.c477 sbuf_put_byte(struct sbuf *s, char c) in sbuf_put_byte()
639 sbuf_putc_func(int c, void *arg) in sbuf_putc_func()
751 sbuf_putc(struct sbuf *s, int c) in sbuf_putc()
950 sbuf_end_section(struct sbuf *s, ssize_t old_len, size_t pad, int c) in sbuf_end_section()
H A Dsubr_smr.c367 smr_poll_cpu(smr_t c, smr_seq_t s_rd_seq, smr_seq_t goal, bool wait) in smr_poll_cpu()
586 smr_t smr, c; in smr_create() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c125 int c; in txg_init() local
163 int c; in txg_fini() local
393 int c; in txg_quiesce() local
452 int c; in txg_dispatch_callbacks() local
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp37 #define MAKE_CUSTOM_STATUS(s, c) \ argument
39 #define MAKE_GCC_EXCEPTION(c) \ argument
/freebsd/contrib/lua/src/
H A Dlutf8lib.c41 #define iscont(c) (((c) & 0xC0) == 0x80) argument
64 unsigned int c = (unsigned char)s[0]; in utf8_decode() local
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c67 int c, p; in is_simple() local
147 int c; in unify() local
/freebsd/lib/libiconv_modules/EUCTW/
H A Dcitrus_euctw.c104 _citrus_EUCTW_cs(unsigned int c) in _citrus_EUCTW_cs()
184 int c, chlenbak, cs; in _citrus_EUCTW_mbrtowc_priv() local
/freebsd/lib/libiconv_modules/MSKanji/
H A Dcitrus_mskanji.c110 _mskanji1(int c) in _mskanji1()
117 _mskanji2(int c) in _mskanji2()
/freebsd/lib/libc/net/
H A Drthdr.c113 int c, b; in inet6_rthdr_add() local
156 int c, b; in inet6_rthdr_lasthop() local
/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_stat.c165 int i, c, start, newcnt; in pmc_stat_setup_stat() local
323 int c, option, runstate; in pmc_stat_internal() local
/freebsd/contrib/ldns/
H A Dsha1.c49 uint32_t a, b, c, d, e; in ldns_sha1_transform() local
51 unsigned char c[64]; in ldns_sha1_transform() member
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c49 #define COLOR_OF(c) ((c < 0) ? "default" : (c > 7 ? color_of(c) : colors[c].name)) argument
66 color_of(int c) in color_of()
/freebsd/usr.bin/mail/
H A Dsend.c56 int c = 0, length, prefixlen; in sendmessage() local
453 int c, fd; in infix() local
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_poly.h166 uint32_t c = p->coeff[i]; in poly_max() local
179 uint32_t c = p->coeff[i]; in poly_max_signed() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp44 auto ReturnType = Prototype.take_until([](char c) { return c == '('; }); in ParseTypes()
201 for (char c : Builtin->getValueAsString("Header")) { in HeaderNameParser() local
/freebsd/contrib/llvm-project/lld/Common/
H A DStrings.cpp68 llvm::all_of(s, [](char c) { return isAlnum(c) || c == '_'; }); in isValidCIdentifier() argument
/freebsd/lib/libcalendar/
H A Deaster.c40 int c, i, j, k, l, n; in easterg() local
/freebsd/sys/contrib/libsodium/test/default/
H A Daead_xchacha20poly1305.c30 unsigned char *c = (unsigned char *) sodium_malloc(CLEN); in tv() local
/freebsd/contrib/ntp/libparse/
H A Dmfp_mul.c70 u_long c[5]; /* result c - 5 items for performance - see below */ in mfp_mul() local
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-getline.c62 int c = fgetc(fp); in getdelim() local
/freebsd/usr.bin/tip/libacu/
H A Ddf.c64 char c = '\0'; in df_dialer() local
/freebsd/usr.bin/ypmatch/
H A Dypmatch.c78 int c, r; in main() local

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