Home
last modified time | relevance | path

Searched refs:c (Results 201 – 225 of 12186) sorted by relevance

12345678910>>...488

/freebsd/contrib/tcsh/
H A Dsh.dol.c53 #define unDgetC(c) Dpeekc = c argument
176 c = ' '; in Dpack()
246 if (c == '\n' || c == DEOF) { in Dword()
287 if (c == '\n' || c == DEOF) in Dword()
516 } while (c != DEOF && Isdigit(c)); in Dgetdol()
553 if (c == DEOF || !alnum(c)) { in Dgetdol()
570 if (c == DEOF || !alnum(c)) in Dgetdol()
612 if (c == '\n' || c == DEOF) in Dgetdol()
729 if (c == 'g' || c == 'a') { in fixDolMod()
1043 if (c == CHAR_ERR || c == '\n') in heredoc()
[all …]
H A Dtc.nls.c59 NLSWidth(Char c) in NLSWidth() argument
80 Char c; in NLSStringWidth() local
83 c = *s++; in NLSStringWidth()
104 c2 = Toupper(c); in NLSChangeCase()
107 c2 = Tolower(c); in NLSChangeCase()
130 if ((c & INVALID_BYTE) == QUOTE && (c & 0x80) == 0) /* c >= QUOTE */ in NLSClassify()
142 if (Iscntrl(c) && (c & CHAR) < 0x100) { in NLSClassify()
143 if (c == '\n') in NLSClassify()
145 if (c == '\t') in NLSClassify()
149 w = NLSWidth(c); in NLSClassify()
[all …]
/freebsd/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc1 JEMALLOCSRCS:= jemalloc.c arena.c background_thread.c base.c bin.c bitmap.c \
2 ckh.c ctl.c div.c extent.c extent_dss.c extent_mmap.c hash.c hook.c \
3 large.c log.c malloc_io.c mutex.c mutex_pool.c nstime.c pages.c \
4 prng.c prof.c rtree.c safety_check.c sc.c stats.c sz.c tcache.c \
5 test_hooks.c ticker.c tsd.c witness.c
/freebsd/kerberos5/lib/libkrb5/
H A DMakefile496 acl.c \
513 crc.c \
526 data.c \
535 free.c \
549 kcm.c \
558 log.c \
560 misc.c \
571 pac.c \
592 salt.c \
604 time.c \
[all …]
/freebsd/contrib/byacc/
H A DCHANGES1479 * verbose.c, output.c, mkpar.c, main.c, warshall.c, lr0.c, lalr.c,
2370 * mkpar.c, verbose.c, lr0.c, reader.c, error.c, output.c: indented
4410 * output.c, main.c, verbose.c, mkpar.c, lr0.c:
5144 * output.c, mkpar.c, defs.h, lalr.c, closure.c, graph.c, lr0.c,
5197 * closure.c, defs.h, error.c, graph.c, lalr.c, lr0.c, main.c, mkpar.c,
5244 mkpar.c, main.c, lr0.c, lalr.c, graph.c, error.c, closure.c:
5323 * lalr.c, output.c, reader.c, mkpar.c, lr0.c:
5432 verbose.c, graph.c, reader.c, main.c, symtab.c:
5463 * lr0.c, reader.c, main.c, skeleton.c, graph.c, symtab.c, closure.c,
5464 mkpar.c, lalr.c, error.c, warshall.c, verbose.c, output.c:
[all …]
/freebsd/contrib/bearssl/mk/
H A DRules.mk381 $(OBJDIR)$Pccm$O: src$Paead$Pccm.c $(HEADERSPRIV)
384 $(OBJDIR)$Peax$O: src$Paead$Peax.c $(HEADERSPRIV)
387 $(OBJDIR)$Pgcm$O: src$Paead$Pgcm.c $(HEADERSPRIV)
567 $(OBJDIR)$Pmd5$O: src$Phash$Pmd5.c $(HEADERSPRIV)
756 $(OBJDIR)$Phkdf$O: src$Pkdf$Phkdf.c $(HEADERSPRIV)
960 $(OBJDIR)$Pprf$O: src$Pssl$Pprf.c $(HEADERSPRIV)
1278 $(OBJDIR)$Pimpl$O: tools$Pimpl.c $(HEADERSTOOLS)
1281 $(OBJDIR)$Pkeys$O: tools$Pkeys.c $(HEADERSTOOLS)
1290 $(OBJDIR)$Pskey$O: tools$Pskey.c $(HEADERSTOOLS)
1296 $(OBJDIR)$Pta$O: tools$Pta.c $(HEADERSTOOLS)
[all …]
/freebsd/crypto/openssl/crypto/rsa/
H A Dbuild.info3 $COMMON=rsa_ossl.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_pk1.c \
4 rsa_none.c rsa_oaep.c rsa_chk.c rsa_pss.c rsa_x931.c rsa_crpt.c \
5 rsa_sp800_56b_gen.c rsa_sp800_56b_check.c rsa_backend.c \
6 rsa_mp_names.c rsa_schemes.c
9 rsa_saos.c rsa_err.c rsa_asn1.c rsa_ameth.c rsa_prn.c \
10 rsa_pmeth.c rsa_meth.c rsa_mp.c
12 SOURCE[../../libcrypto]=rsa_depr.c
15 SOURCE[../../libcrypto]=rsa_x931g.c
21 SOURCE[../../providers/libfips.a]=rsa_acvp_test_params.c
/freebsd/sys/modules/krpc/
H A DMakefile5 auth_unix.c \
7 clnt_bck.c \
8 clnt_dg.c \
9 clnt_rc.c \
10 clnt_vc.c \
17 replay.c \
18 svc.c \
21 svc_dg.c \
23 svc_vc.c
25 SRCS+= rpctls_impl.c auth_tls.c
[all …]
/freebsd/crypto/openssl/crypto/modes/
H A Dxts128.c41 (*ctx->block2) (tweak.c, tweak.c, ctx->key2); in CRYPTO_xts128_encrypt()
85 c += ((size_t)tweak.c[i]) << 1; in CRYPTO_xts128_encrypt()
86 tweak.c[i] = (u8)c; in CRYPTO_xts128_encrypt()
87 c = c >> 8; in CRYPTO_xts128_encrypt()
89 tweak.c[0] ^= (u8)(0x87 & (0 - c)); in CRYPTO_xts128_encrypt()
96 scratch.c[i] = c; in CRYPTO_xts128_encrypt()
124 c += ((size_t)tweak.c[i]) << 1; in CRYPTO_xts128_encrypt()
125 tweak1.c[i] = (u8)c; in CRYPTO_xts128_encrypt()
126 c = c >> 8; in CRYPTO_xts128_encrypt()
128 tweak1.c[0] ^= (u8)(0x87 & (0 - c)); in CRYPTO_xts128_encrypt()
[all …]
/freebsd/sys/amd64/vmm/io/
H A Dvatpit.c204 callout_reset_sbt(&c->callout, bttosbt(c->callout_bt), in pit_timer_start_cntr0()
235 lval = c->initial - delta_ticks % c->initial; in pit_update_counter()
238 c->olbyte = 2; in pit_update_counter()
328 c->mode = mode; in vatpit_update_mode()
376 c->status = 0; in vatpit_handler()
389 if (c->frbyte) in vatpit_handler()
395 *eax = c->ol[--c->olbyte]; in vatpit_handler()
397 c->cr[c->crbyte++] = *eax; in vatpit_handler()
400 c->frbyte = 0; in vatpit_handler()
402 c->initial = c->cr[0] | (uint16_t)c->cr[1] << 8; in vatpit_handler()
[all …]
/freebsd/sys/conf/
H A Dfiles.arm2 arm/arm/autoconf.c standard
11 arm/arm/cpufunc.c standard
16 arm/arm/cpuinfo.c standard
31 arm/arm/gic.c optional gic
37 kern/subr_intr.c standard
40 arm/arm/machdep.c standard
45 arm/arm/mem.c optional mem
49 arm/arm/nexus.c standard
56 arm/arm/pmap-v6.c standard
70 arm/arm/syscall.c standard
[all …]
H A Dfiles.amd6464 amd64/amd64/bios.c standard
66 amd64/amd64/copyout.c standard
76 amd64/amd64/fpu.c standard
79 amd64/amd64/io.c optional io
89 amd64/amd64/pmap.c standard
93 amd64/amd64/trap.c standard
197 clean "ice_ddp.c"
402 x86/isa/isa.c standard
403 x86/isa/isa_dma.c standard
405 x86/x86/io_apic.c standard
[all …]
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c139 c->done = 0; in init_completion()
156 c->done++; in complete()
186 c->done = 0; in INIT_COMPLETION_locked()
199 c->done--; in _completion_claim()
208 if (!c->done) in wait_for_completion()
209 cv_wait(&c->cv, &c->lock); in wait_for_completion()
210 c->done--; in wait_for_completion()
220 if (!c->done) in try_wait_for_completion()
223 c->done--; in try_wait_for_completion()
237 res = cv_timedwait_sig(&c->cv, &c->lock, timeout); in wait_for_completion_interruptible_timeout()
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Dsha1-internal.c198 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform()
199 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform()
200 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform()
201 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform()
202 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in SHA1Transform()
203 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform()
204 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform()
205 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1Transform()
206 R2(d,e,a,b,c,32); R2(c,d,e,a,b,33); R2(b,c,d,e,a,34); R2(a,b,c,d,e,35); in SHA1Transform()
207 R2(e,a,b,c,d,36); R2(d,e,a,b,c,37); R2(c,d,e,a,b,38); R2(b,c,d,e,a,39); in SHA1Transform()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha1.c73 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform()
74 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform()
75 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform()
76 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform()
77 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in SHA1Transform()
78 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform()
79 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform()
80 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1Transform()
81 R2(d,e,a,b,c,32); R2(c,d,e,a,b,33); R2(b,c,d,e,a,34); R2(a,b,c,d,e,35); in SHA1Transform()
82 R2(e,a,b,c,d,36); R2(d,e,a,b,c,37); R2(c,d,e,a,b,38); R2(b,c,d,e,a,39); in SHA1Transform()
[all …]
/freebsd/contrib/ldns/
H A Dsha1.c71 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in ldns_sha1_transform()
72 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in ldns_sha1_transform()
73 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in ldns_sha1_transform()
74 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in ldns_sha1_transform()
75 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in ldns_sha1_transform()
76 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in ldns_sha1_transform()
77 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in ldns_sha1_transform()
78 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in ldns_sha1_transform()
79 R2(d,e,a,b,c,32); R2(c,d,e,a,b,33); R2(b,c,d,e,a,34); R2(a,b,c,d,e,35); in ldns_sha1_transform()
80 R2(e,a,b,c,d,36); R2(d,e,a,b,c,37); R2(c,d,e,a,b,38); R2(b,c,d,e,a,39); in ldns_sha1_transform()
[all …]
/freebsd/stand/libsa/zfs/
H A DMakefile.inc11 ZFS_SRC= zfs.c nvlist.c skein.c skein_block.c list.c
12 ZFS_SRC+= zfs_zstd.c
13 ZFS_SRC+= blake3.c blake3_generic.c blake3_impl.c
14 ZSTD_SRC+= entropy_common.c error_private.c
15 ZSTD_SRC+= fse_decompress.c hist.c
16 ZSTD_SRC+= huf_decompress.c pool.c xxhash.c
17 ZSTD_SRC+= zstd_common.c
18 ZSTD_SRC+= zstd_ddict.c zstd_decompress.c zstd_decompress_block.c
19 ZSTD_SRC+= zstd_double_fast.c zstd_fast.c zstd_lazy.c zstd_ldm.c
52 CFLAGS_EARLY.list.c+= ${ZFS_EARLY}
[all …]
/freebsd/sys/modules/hwpmc/
H A DMakefile9 SRCS= bus_if.h device_if.h hwpmc_mod.c hwpmc_logging.c hwpmc_soft.c
13 SRCS+= hwpmc_arm64.c hwpmc_arm64_md.c
14 SRCS.DEV_ACPI= cmn600.c hwpmc_cmn600.c
15 SRCS.DEV_ACPI+= hwpmc_dmc620.c pmu_dmc620.c
19 SRCS+= hwpmc_amd.c hwpmc_core.c hwpmc_intel.c hwpmc_tsc.c
20 SRCS+= hwpmc_x86.c hwpmc_uncore.c
24 SRCS+= hwpmc_arm.c
32 SRCS+= hwpmc_amd.c hwpmc_core.c hwpmc_intel.c
33 SRCS+= hwpmc_tsc.c hwpmc_x86.c hwpmc_uncore.c
37 SRCS+= hwpmc_powerpc.c hwpmc_e500.c hwpmc_mpc7xxx.c hwpmc_ppc970.c \
[all …]
/freebsd/lib/libipt/
H A DMakefile19 pt_asid.c \
22 pt_config.c \
23 pt_cpu.c \
24 pt_cpuid.c \
27 pt_error.c \
29 pt_ild.c \
31 pt_image.c \
33 pt_insn.c \
43 pt_sync.c \
44 pt_time.c \
[all …]
/freebsd/usr.bin/systat/
H A DMakefile5 SRCS= cmds.c cmdtab.c devs.c fetch.c iolat.c iostat.c keyboard.c main.c sysput.c \
6 netcmds.c netstat.c pigs.c proc.c swap.c icmp.c \
7 mode.c ip.c sctp.c tcp.c zarc.c \
8 vmstat.c convtbl.c ifcmds.c ifstat.c
11 SRCS+= icmp6.c ip6.c
/freebsd/sys/compat/linux/
H A Dlinux_dtrace.h46 #define _LIN_SDT_PROBE_DECLARE(a, b, c, d) SDT_PROBE_DECLARE(a, b, c, d) argument
51 b, c, d)
55 b, c, d, e)
59 b, c, d, e, f)
63 b, c, d, e, f, g)
76 c)
78 c, d)
80 c, d, e)
82 c, d, e, f)
84 c, d, e, f, g)
[all …]
/freebsd/kerberos5/lib/libkadm5srv/
H A DMakefile10 SRCS= acl.c \
12 chpass_s.c \
15 create_s.c \
16 delete_s.c \
19 error.c \
20 flush_s.c \
21 free.c \
23 get_s.c \
24 init_s.c \
27 keys.c \
[all …]
/freebsd/crypto/openssl/crypto/aria/
H A Daria.c1023 y->c[ 0] = x->c[ 3] ^ x->c[ 4] ^ x->c[ 6] ^ x->c[ 8] ^ in a()
1025 y->c[ 1] = x->c[ 2] ^ x->c[ 5] ^ x->c[ 7] ^ x->c[ 8] ^ in a()
1027 y->c[ 2] = x->c[ 1] ^ x->c[ 4] ^ x->c[ 6] ^ x->c[10] ^ in a()
1029 y->c[ 3] = x->c[ 0] ^ x->c[ 5] ^ x->c[ 7] ^ x->c[10] ^ in a()
1031 y->c[ 4] = x->c[ 0] ^ x->c[ 2] ^ x->c[ 5] ^ x->c[ 8] ^ in a()
1033 y->c[ 5] = x->c[ 1] ^ x->c[ 3] ^ x->c[ 4] ^ x->c[ 9] ^ in a()
1035 y->c[ 6] = x->c[ 0] ^ x->c[ 2] ^ x->c[ 7] ^ x->c[ 9] ^ in a()
1037 y->c[ 7] = x->c[ 1] ^ x->c[ 3] ^ x->c[ 6] ^ x->c[ 8] ^ in a()
1039 y->c[ 8] = x->c[ 0] ^ x->c[ 1] ^ x->c[ 4] ^ x->c[ 7] ^ in a()
1041 y->c[ 9] = x->c[ 0] ^ x->c[ 1] ^ x->c[ 5] ^ x->c[ 6] ^ in a()
[all …]
/freebsd/usr.sbin/bhyve/amd64/
H A DMakefile.inc4 atkbdc.c \
5 e820.c \
6 fwctl.c \
7 inout.c \
8 ioapic.c \
10 mptbl.c \
16 pm.c \
20 rfb.c \
21 rtc.c \
24 vga.c \
[all …]
/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmask.c699 ret = connect(fd, (struct sockaddr *)&c->sa, c->salen); in HandleOP()
713 store_string(c->logging, c->moniker); in HandleOP()
841 putstring(c, c->moniker); in HandleOP()
1092 c = ecalloc(1, sizeof(*c)); in create_client()
1103 c->salen = sizeof(c->sa); in create_client()
1104 getpeername(fd, (struct sockaddr *)&c->sa, &c->salen); in create_client()
1106 getnameinfo((struct sockaddr *)&c->sa, c->salen, in create_client()
1107 c->servername, sizeof(c->servername), in create_client()
1117 return c; in create_client()
1124 del_handle(&c->handles, c->handles->idx); in free_client()
[all …]

12345678910>>...488