/freebsd/crypto/libecc/src/hash/ |
H A D | sha512_core.c | 24 u64 a, b, c, d, e, f, g, h; in sha512_core_process() local
|
/freebsd/sbin/ifconfig/ |
H A D | ifieee80211.c | 358 const struct ieee80211_channel *c = &chaninfo->ic_chans[i]; in mapfreq() local 378 const struct ieee80211_channel *c = &chaninfo->ic_chans[i]; in mapchan() local 410 chan2mode(const struct ieee80211_channel *c) in chan2mode() 682 int c = *cp; in getchannelflags() local 1137 int first, last, f, c; in set80211chanlist() local 1507 int c = *cp; in getmodeflags() local 2079 const struct ieee80211_channel *c = &chans[i]; in chanlookup() local 2091 const struct ieee80211_channel *c = &chans[i]; in chanfind() local 2154 struct ieee80211_channel *c, *prev; in regdomain_addchans() local 2564 LINE_INIT(char c) in LINE_INIT() [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa.c | 1341 char *next = cfg, *tok, *c; in spa_taskq_param_set() local 1978 for (int c = 0; c < children; c++) { in spa_config_parse() local 2685 for (uint64_t c = 0; c < vd->vdev_children; c++) in spa_check_removed() local 2713 for (uint64_t c = 0; c < rvd->vdev_children; c++) { in spa_check_for_missing_logs() local 2746 for (uint64_t c = 0; c < rvd->vdev_children; c++) { in spa_check_for_missing_logs() local 2798 for (int c = 0; c < rvd->vdev_children; c++) { in spa_passivate_log() local 2821 for (int c = 0; c < rvd->vdev_children; c++) { in spa_activate_log() local 5226 for (int c = 0; c < rvd->vdev_children; c++) local 5422 for (int c = 0; c < children; c++) { local 6683 for (int c = 0; error == 0 && c < rvd->vdev_children; c++) { local [all …]
|
/freebsd/contrib/tcsh/ |
H A D | ed.xmap.c | 304 unsigned char c = (unsigned char) *(in->buf); in ClearXkey() local 611 Char c; in parseescape() local
|
/freebsd/sys/contrib/dev/athk/ |
H A D | dfs_pri_detector.c | 26 #define DFS_POOL_STAT_INC(c) (global_dfs_pool_stats.c++) argument 27 #define DFS_POOL_STAT_DEC(c) (global_dfs_pool_stats.c--) argument
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | sha256.c | 130 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local 161 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; in SHA512Transform() local
|
/freebsd/libexec/getty/ |
H A D | main.c | 505 int c; in getname() local 664 char c; in putchr() local
|
H A D | subr.c | 602 char c, baud[20]; in portselector() local 638 char c; in autobaud() local
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | MainLoopPosix.cpp | 233 char c; local 405 char c = '.'; local
|
/freebsd/contrib/bzip2/ |
H A D | bzip2recover.c | 242 static void bsPutUChar ( BitStream* bs, UChar c ) in bsPutUChar() 251 static void bsPutUInt32 ( BitStream* bs, UInt32 c ) in bsPutUInt32()
|
/freebsd/crypto/heimdal/lib/kafs/ |
H A D | common.c | 42 #define IsAsciiLower(c) ('a' <= (c) && (c) <= 'z') argument 44 #define ToAsciiUpper(c) ((c) - 'a' + 'A') argument
|
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcstat.c | 272 int c, w; in pmcstat_print_headers() local 445 int c, check_driver_stats; in main() local
|
/freebsd/contrib/sendmail/src/ |
H A D | alias.c | 664 int c; local 743 int c; local
|
/freebsd/sys/dev/speaker/ |
H A D | spkr.c | 124 #define dtoi(c) ((c) - '0') argument 231 char c = toupper(*cp); in playstring() local
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | sra.c | 78 Data(Authenticator *ap, int type, void *d, int c) in Data() 359 #define ADDC(buf, len, c) if ((len) > 0) {*(buf)++ = (c); --(len);} argument
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lgc.h | 123 #define luaC_condGC(L,c) \ argument 141 #define luaC_barrierproto(L,p,c) \ argument
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_acpt.c | 119 BIO_ACCEPT *c; in acpt_close_socket() local 148 static int acpt_state(BIO *b, BIO_ACCEPT *c) in acpt_state()
|
/freebsd/stand/libsa/ |
H A D | printf.c | 198 char *p, c; in ksprintn() local 240 #define PCHAR(c) { \ in kvprintf() argument
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | limits_conf.c | 131 int c; in read_limits_conf() local
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | limits_conf.c | 131 int c; in read_limits_conf() local
|
/freebsd/crypto/openssl/crypto/ec/curve448/arch_64/ |
H A D | f_impl.h | 17 # define FIELD_LITERAL(a,b,c,d,e,f,g,h) {{a,b,c,d,e,f,g,h}} argument
|
/freebsd/bin/sh/ |
H A D | mksyntax.c | 279 char c = *p; in add() local
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctfconvert.c | 155 int c; in main() local
|
/freebsd/usr.bin/m4/ |
H A D | trace.c | 69 letter_to_flag(int c) in letter_to_flag()
|
/freebsd/sys/crypto/ |
H A D | sha1.h | 50 } c; member
|