Home
last modified time | relevance | path

Searched defs:c (Results 1851 – 1875 of 3724) sorted by relevance

1...<<71727374757677787980>>...149

/freebsd/crypto/krb5/src/lib/krb5/unicode/
H A Ducstr.c89 #define TOLOWER(c) (isupper(c) ? tolower(c) : (c)) argument
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dparse.c134 char c; in parse_name_into_princ() local
/freebsd/sys/riscv/include/
H A Delf.h76 #define HWCAP_ISA_BIT(c) (1 << ((c) - 'a')) argument
/freebsd/contrib/less/
H A Dlessecho.c163 char * strchr(char *s, char c) in strchr()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_bitstr.c151 unsigned char *c; in ASN1_BIT_STRING_set_bit() local
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformAIX.c90 static uint8_t StrToHex(char c) { in StrToHex()
/freebsd/sys/dev/ipmi/
H A Dipmi_ssif.c155 char c = 0; in ssif_polled_request() local
/freebsd/contrib/bc/src/
H A Dparse.c118 BcConst* c; in bc_parse_addNum() local
/freebsd/usr.bin/beep/
H A Dbeep.c164 int c; in main() local
/freebsd/contrib/ldns/
H A Dstr2host.c130 int c; in ldns_str2rdf_nsec3_salt() local
696 ssize_t c; in ldns_str2rdf_nsec() local
1108 char *c; in ldns_str2rdf_wks() local
1432 unsigned int a, b, c, d; in ldns_str2rdf_ilnp64() local
1455 unsigned int a, b, c, d, e, f; in ldns_str2rdf_eui48() local
1478 unsigned int a, b, c, d, e, f, g, h; in ldns_str2rdf_eui64() local
/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1458 int c; main() local
1606 worker_handle_request(struct comm_point * ATTR_UNUSED (c),void * ATTR_UNUSED (arg),int ATTR_UNUSED (error),struct comm_reply * ATTR_UNUSED (repinfo)) worker_handle_request() argument
1614 worker_handle_service_reply(struct comm_point * ATTR_UNUSED (c),void * ATTR_UNUSED (arg),int ATTR_UNUSED (error),struct comm_reply * ATTR_UNUSED (reply_info)) worker_handle_service_reply() argument
1622 remote_accept_callback(struct comm_point * ATTR_UNUSED (c),void * ATTR_UNUSED (arg),int ATTR_UNUSED (error),struct comm_reply * ATTR_UNUSED (repinfo)) remote_accept_callback() argument
1630 remote_control_callback(struct comm_point * ATTR_UNUSED (c),void * ATTR_UNUSED (arg),int ATTR_UNUSED (error),struct comm_reply * ATTR_UNUSED (repinfo)) remote_control_callback() argument
1691 libworker_handle_service_reply(struct comm_point * ATTR_UNUSED (c),void * ATTR_UNUSED (arg),int ATTR_UNUSED (error),struct comm_reply * ATTR_UNUSED (reply_info)) libworker_handle_service_reply() argument
[all...]
/freebsd/sys/dev/usb/
H A Dusbdi.h479 #define usb_callout_init_mtx(c,m,f) callout_init_mtx(&(c)->co,m,f) argument
480 #define usb_callout_reset(c,...) do { \ argument
484 #define usb_callout_reset_sbt(c,...) do { \ argument
488 #define usb_callout_stop(c) do { \ argument
500 #define usb_callout_drain(c) callout_drain(&(c)->co) argument
501 #define usb_callout_pending(c) callout_pending(&(c)->co) argument
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c1594 int c; in validate_old_timelog() local
1786 int c; in delete_classiclog() local
1840 int c; in get_logfile_suffix() local
2144 int c, errsav, fcount, zstatus; in do_zipwork() local
2565 int c; in age_old_log() local
2673 int c, res; in savelog() local
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c1490 listen_cp_insert(struct comm_point* c, struct listen_dnsport* front) in listen_cp_insert()
2343 struct comm_point* c = req->cp; in tcp_req_info_handle_readdone() local
3552 doq_conn_create(struct comm_point* c, struct doq_pkt_addr* paddr, in doq_conn_create()
3654 struct doq_conn* c = (struct doq_conn*)key1; in doq_conn_cmp() local
3698 struct doq_conid* c = (struct doq_conid*)key1; in doq_conid_cmp() local
3725 struct doq_stream* c = (struct doq_stream*)key1; in doq_stream_cmp() local
4049 struct comm_point* c; in doq_stream_data_complete() local
5133 doq_conn_start_closing_period(struct comm_point* c, struct doq_conn* conn) in doq_conn_start_closing_period()
5197 doq_conn_send_close(struct comm_point* c, struct doq_conn* conn) in doq_conn_send_close()
5217 doq_conn_close_error(struct comm_point* c, struct doq_conn* conn) in doq_conn_close_error()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c199 size_t c; in zio_init() local
386 zio_buf_put_canary(ulong_t *p, size_t size, kmem_cache_t **cache, size_t c) in zio_buf_put_canary()
399 zio_buf_check_canary(ulong_t *p, size_t size, kmem_cache_t **cache, size_t c) in zio_buf_check_canary()
426 size_t c = (size - 1) >> SPA_MINBLOCKSHIFT; in zio_buf_alloc() local
449 size_t c = (size - 1) >> SPA_MINBLOCKSHIFT; in zio_data_buf_alloc() local
463 size_t c = (size - 1) >> SPA_MINBLOCKSHIFT; in zio_buf_free() local
479 size_t c = (size - 1) >> SPA_MINBLOCKSHIFT; in zio_data_buf_free() local
825 for (int c = 0; c < ZIO_CHILD_TYPES; c++) { in zio_wait_for_children() local
902 zio_inherit_child_errors(zio_t *zio, enum zio_child c) in zio_inherit_child_errors()
1742 for (uint64_t c = 0; c < vd->vdev_children; c++) in zio_flush() local
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c292 toggled_colors(int c) in toggled_colors()
545 drv_getsize(TERMINAL_CONTROL_BLOCK * TCB, int *l, int *c) in drv_getsize()
555 drv_setsize(TERMINAL_CONTROL_BLOCK * TCB, int l, int c) in drv_setsize()
1369 drv_keyok(TERMINAL_CONTROL_BLOCK * TCB, int c, int flag) in drv_keyok()
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c925 int c; in ucom_inwakeup() local
1685 int c; in ucom_cngetc() local
1713 ucom_cnputc(struct consdev *cd, int c) in ucom_cnputc()
1835 ucom_gdbputc(int c) in ucom_gdbputc()
/freebsd/crypto/krb5/src/util/support/
H A Djson.c717 unsigned char c; in white_spaces() local
729 is_digit(unsigned char c) in is_digit()
736 is_hex_digit(unsigned char c) in is_hex_digit()
743 hexval(unsigned char c) in hexval()
/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c4253 SSL_CIPHER c; in ssl3_get_cipher_by_id() local
4297 int ssl3_put_cipher_by_char(const SSL_CIPHER *c, WPACKET *pkt, size_t *len) in ssl3_put_cipher_by_char()
4322 const SSL_CIPHER *c, *ret = NULL; in ssl3_choose_cipher() local
4566 static int ssl3_set_req_cert_type(CERT *c, const unsigned char *p, size_t len) in ssl3_set_req_cert_type()
/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h54 OutputSection *getOutputSection(const Chunk *c) const { in getOutputSection()
/freebsd/secure/lib/libcrypt/
H A Dcrypt-blowfish.c94 #define CHAR64(c) ( (c) > 127 ? 255 : index_64[(c)]) argument
/freebsd/usr.bin/tip/libacu/
H A Dv831.c185 char c; in dialit() local
/freebsd/contrib/libcbor/
H A DCMakeLists.txt126 option(c "Enable code coverage instrumentation" OFF) global() option
/freebsd/usr.bin/locate/locate/
H A Dutil.c84 char *c, *ch, *p; in colon() local
/freebsd/crypto/heimdal/lib/roken/
H A Dstrptime.c243 char c; in strptime() local

1...<<71727374757677787980>>...149