| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | test-map.c | 62 try(const struct example *c) in try()
|
| /freebsd/lib/libc/gen/ |
| H A D | getcwd.c | 68 char *ept, c; in __ssp_real() local
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.h | 49 SymbolTable(COFFLinkerContext &c) : ctx(c) {} in SymbolTable()
|
| /freebsd/sys/dev/random/ |
| H A D | rdseed.c | 87 random_rdseed_read(void *buf, u_int c) in random_rdseed_read()
|
| /freebsd/contrib/ntp/libparse/ |
| H A D | clk_rawdcf.c | 232 unsigned int c; in zeller_expand() local 285 const unsigned char *c = dcfprm->zerobits; convert_rawdcf() local 406 const unsigned char *c = dcfparameter.zerobits; cvt_rawdcf() local [all...] |
| /freebsd/contrib/bearssl/src/x509/ |
| H A D | skey_decoder.c | 422 int c = (int)T0_POPi(); in br_skey_decoder_run() local 467 int c = (int)T0_POPi(); in br_skey_decoder_run() local 634 int c = (int)T0_POPi(); in br_skey_decoder_run() local
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_conn.c | 93 static int conn_create_dgram_bio(BIO *b, BIO_CONNECT *c) in conn_create_dgram_bio() 111 static int conn_state(BIO *b, BIO_CONNECT *c) in conn_state() 334 BIO_CONNECT *c; in conn_close_socket() local
|
| /freebsd/crypto/openssl/test/ |
| H A D | rsa_test.c | 48 static int key1(RSA *key, unsigned char *c) in key1() 97 static int key2(RSA *key, unsigned char *c) in key2() 142 static int key3(RSA *key, unsigned char *c) in key3()
|
| /freebsd/stand/kshim/ |
| H A D | bsd_kernel.c | 436 callout_callback(struct callout *c) in callout_callback() 464 struct callout *c; in callout_proc_msg() local 485 callout_init_mtx(struct callout *c, struct mtx *mtx, int flags) in callout_init_mtx() 497 callout_reset(struct callout *c, int to_ticks, in callout_reset() 512 callout_stop(struct callout *c) in callout_stop() 527 callout_drain(struct callout *c) in callout_drain() 538 callout_pending(struct callout *c) in callout_pending()
|
| /freebsd/contrib/nvi/regex/ |
| H A D | engine.c | 119 #define SP(t, s, c) print(m, t, s, c, stdout) argument 123 #define SP(t, s, c) /* nothing */ argument 687 RCHAR_T c = (start == m->beginp) ? OUT : *(start-1); in fast() local 772 RCHAR_T c = (start == m->beginp) ? OUT : *(start-1); in slow() local
|
| /freebsd/sys/arm/xilinx/ |
| H A D | uart_dev_cdnc.c | 164 #define SIGCHG(c, i, s, d) \ argument 329 cdnc_uart_putc(struct uart_bas *bas, int c) in cdnc_uart_putc() 361 int c; in cdnc_uart_getc() local 510 int c, c_status = 0; in cdnc_uart_bus_receive() local
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_data_btxt.c | 94 char c; in bhnd_nvram_btxt_probe() local 822 char c = baseptr[*line_len - i - 1]; in bhnd_nvram_btxt_entry_len() local 848 char c = *p; in bhnd_nvram_btxt_seek_eol() local 889 char c = *p; in bhnd_nvram_btxt_seek_next() local
|
| /freebsd/lib/libc/nameser/ |
| H A D | ns_name.c | 99 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 D | termios_arch.h | 179 #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 D | pcap-dag.c | 202 #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 D | subr_sbuf.c | 477 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()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | txg.c | 125 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/sys/contrib/libsodium/test/default/ |
| H A D | box_easy2.c | 24 unsigned char *c; in main() local
|
| /freebsd/sbin/ipf/ipsend/ |
| H A D | iptest.c | 70 int mtu = 1500, tests = 0, pointtest = 0, c; in main() local
|
| /freebsd/contrib/bearssl/src/codec/ |
| H A D | pemenc.c | 41 uint32_t a, b, c; in b64char() local
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | tipout.c | 72 char c, line[256]; in intEMT() local
|
| /freebsd/contrib/expat/xmlwf/ |
| H A D | win32filemap.c | 84 static const char c = '\0'; in filemap() local
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | rd_safe.c | 45 Checksum c; in verify_checksum() local
|
| /freebsd/tools/test/stress2/testcases/swap/ |
| H A D | swap.c | 136 char *c; in test() local
|
| /freebsd/crypto/openssh/ |
| H A D | cipher-aesctr.c | 69 aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes) in aesctr_encrypt_bytes()
|