Home
last modified time | relevance | path

Searched defs:c (Results 1951 – 1975 of 3725) sorted by relevance

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

/freebsd/usr.bin/ctags/
H A Dctags.c287 int c; in find_entries() local
/freebsd/usr.bin/getconf/
H A Dgetconf.c62 int c, key, valid; in main() local
/freebsd/tools/tools/ath/athpow/
H A Dathpow.c74 int s, i, verbose = 0, c; in main() local
/freebsd/lib/libpmc/pmu-events/
H A Djson.c121 static int countchar(char *map, char c, int end) in countchar()
/freebsd/sys/contrib/openzfs/cmd/
H A Dmount_zfs.c162 int error, c; in main() local
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dt_std_conf.c181 int c; in main() local
/freebsd/contrib/pam-krb5/tests/pam-util/
H A Doptions-t.c81 #define TEST_BOOL(a, c, v) \ argument
/freebsd/contrib/libyaml/tests/
H A Drun-emitter-test-suite.c236 char *c; in get_value() local
/freebsd/crypto/libecc/src/hash/
H A Dsha256.c25 u32 a, b, c, d, e, f, g, h; in sha256_process() local
H A Dsha224.c25 u32 a, b, c, d, e, f, g, h; in sha224_process() local
/freebsd/crypto/openssl/test/
H A Dexptest.c154 unsigned char c; in test_mod_exp() local
H A Dconstant_time_test.c99 uint64_t c = op(a, b); in test_binary_op_64() local
336 int c = signed_test_values[i]; in test_signed() local
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_conv.c123 int neg = 0, h, m, i, j, k, c; in BN_hex2bn() local
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c629 for (uint64_t c = 0; c < rvd->vdev_children; c++) { in livelist_metaslab_validate() local
1453 for (unsigned c = 0; c < vd->vdev_children; c++) in get_dtl_refcount() local
1472 for (unsigned c = 0; c < vd->vdev_children; c++) in get_metaslab_refcount() local
1496 for (unsigned c = 0; c < vd->vdev_children; c++) { in get_obsolete_refcount() local
1528 for (uint64_t c = 0; c < vd->vdev_children; c++) in get_checkpoint_refcount() local
1823 for (unsigned c = 0; c < rvd->vdev_children; c++) { in dump_metaslab_groups() local
1934 uint64_t m, c = 0, children = rvd->vdev_children; in dump_metaslabs() local
2053 int c = 1; in dump_ddt_log() local
2163 int c = 1; in dump_ddt() local
2198 for (enum zio_checksum c = 0; c < ZIO_CHECKSUM_FUNCTIONS; c++) in dump_all_ddts() local
[all …]
/freebsd/sys/ufs/ffs/
H A Dfs.h653 #define cgbase(fs, c) (((ufs2_daddr_t)(fs)->fs_fpg) * (c)) argument
654 #define cgdata(fs, c) (cgdmin(fs, c) + (fs)->fs_metaspace) /* data zone */ argument
655 #define cgmeta(fs, c) (cgdmin(fs, c)) /* meta data */ argument
656 #define cgdmin(fs, c) (cgstart(fs, c) + (fs)->fs_dblkno) /* 1st data */ argument
657 #define cgimin(fs, c) (cgstar argument
652 cgbase(fs,c) global() argument
658 cgtod(fs,c) global() argument
659 cgstart(fs,c) global() argument
[all...]
/freebsd/crypto/openssl/crypto/evp/
H A De_aes.c125 unsigned char c; in ctr64_inc() local
1436 static int s390x_aes_gcm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in s390x_aes_gcm_ctrl()
1760 static int s390x_aes_gcm_cleanup(EVP_CIPHER_CTX *c) in s390x_aes_gcm_cleanup()
2149 static int s390x_aes_ccm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in s390x_aes_ccm_ctrl()
2639 static int aes_gcm_cleanup(EVP_CIPHER_CTX *c) in aes_gcm_cleanup()
2650 static int aes_gcm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in aes_gcm_ctrl()
3191 static int aes_xts_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in aes_xts_ctrl()
3377 static int aes_ccm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in aes_ccm_ctrl()
3415 EVP_CIPHER_CTX_buf_noconst(c)[arg - 2] = len >> 8; in aes_ccm_ctrl() local
3416 EVP_CIPHER_CTX_buf_noconst(c)[arg - 1] = len & 0xff; in aes_ccm_ctrl() local
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_arc.c598 char c; in arc_event_handler() local
876 char c; arc_receive() local
[all...]
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp96 DecodedCharBuffer attemptASCIIEscape(llvm::UTF32 c, in attemptASCIIEscape() argument
346 for (unsigned c = 0; c < printable_size; c++) in DumpEncodedBufferToStream() local
[all...]
/freebsd/stand/ficl/
H A Dvm.c437 void vmPush(FICL_VM *pVM, CELL c) in vmPush()
611 char c; in strrev() local
/freebsd/usr.sbin/boot0cfg/
H A Dboot0cfg.c125 int up, c; in main() local
280 int ofs, i, c; in set_bell() local
/freebsd/usr.bin/mail/
H A Dcmd3.c143 int c; in help() local
700 int c; in alternates() local
/freebsd/contrib/libedit/
H A Dtty.c983 tty_update_char(EditLine *el, int mode, int c) { in tty_update_char()
1268 int c = ffs((int)m->m_value); in tty_stty() local
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Deddsa.c116 unsigned int c; in ossl_c448_ed448_derive_public_key() local
168 unsigned int c; in ossl_c448_ed448_sign() local
/freebsd/contrib/less/
H A Dtags.c13 #define WHITESP(c) ((c)==' ' || (c)=='\t') argument
570 int c; in findgtag() local
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_lib.c321 static int default_is_number(const CONF *conf, char c) in default_is_number()
326 static int default_to_int(const CONF *conf, char c) in default_to_int()

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