/freebsd/secure/lib/libcrypto/ |
H A D | Makefile | 20 SRCS= asn1_dsa.c bsearch.c cpt_err.c context.c core_algorithm.c core_fetch.c core_namemap.c cpuid.c… 21 SRCS+= cversion.c der_writer.c ebcdic.c ex_data.c getenv.c info.c init.c initthread.c 22 SRCS+= mem.c mem_sec.c o_dir.c o_fopen.c o_init.c o_str.c o_time.c packet.c 23 SRCS+= param_build.c param_build_set.c params.c params_dup.c params_from_text.c 24 …c provider.c provider_child.c provider_conf.c provider_core.c provider_predefined.c punycode.c sel… 26 SRCS+= arm64cpuid.S armcap.c 31 SRCS+= armv4cpuid.S armcap.c 35 SRCS+= ppccpuid.S ppccap.c 37 SRCS+= ppccpuid.S ppccap.c 39 SRCS+= ppccpuid.S ppccap.c [all …]
|
/freebsd/usr.sbin/acpi/acpidb/ |
H A D | Makefile | 2 SRCS= acpidb.c 5 SRCS+= acfileio.c acgetline.c ahids.c ahuuids.c cmfsize.c 8 SRCS+= dbcmds.c dbconvert.c dbdisply.c dbexec.c dbfileio.c \ 9 dbhistry.c dbinput.c dbmethod.c dbnames.c dbobject.c \ 10 dbstats.c dbtest.c dbutils.c dbxface.c 13 SRCS+= dmbuffer.c dmcstyle.c dmdeferred.c dmnames.c dmopcode.c \ 14 dmresrc.c dmresrcl.c dmresrcl2.c dmresrcs.c dmutils.c \ 15 dmwalk.c 18 SRCS+= dsargs.c dscontrol.c dsdebug.c dsfield.c dsinit.c \ 19 dsmethod.c dsmthdat.c dsobject.c dsopcode.c dspkginit.c \ [all …]
|
/freebsd/usr.sbin/acpi/iasl/ |
H A D | Makefile | 4 SRCS= acfileio.c adfile.c adisasm.c adwalk.c ahids.c \ 5 ahpredef.c ahtable.c ahuuids.c cmfsize.c dmextern.c \ 6 dmrestag.c dmswitch.c dmtable.c dmtables.c dmtbdump.c \ 7 dmtbdump1.c dmtbdump2.c dmtbdump3.c dmtbinfo.c \ 8 dmtbinfo1.c dmtbinfo2.c dmtbinfo3.c getopt.c 11 SRCS+= aslallocate.c aslanalyze.c aslascii.c aslbtypes.c \ 12 aslcache.c aslcodegen.c aslcompile.c aslcompiler.y.h \ 13 aslcompilerlex.c aslcompilerparse.c asldebug.c \ 14 aslerror.c aslexternal.c aslfileio.c aslfiles.c \ 15 aslfold.c aslhelp.c aslhex.c asllength.c asllisting.c \ [all …]
|
/freebsd/sbin/ipf/libipf/ |
H A D | Makefile | 5 SRCS= addicmp.c addipopt.c alist_free.c alist_new.c allocmbt.c \ 6 assigndefined.c bcopywrap.c \ 7 binprint.c buildopts.c checkrev.c connecttcp.c \ 8 count4bits.c count6bits.c \ 9 debug.c dupmbt.c \ 10 facpri.c familyname.c \ 11 fill6bits.c findword.c \ 12 flags.c freembt.c ftov.c \ 13 genmask.c \ 14 gethost.c getifname.c geticmptype.c \ [all …]
|
/freebsd/lib/libbearssl/ |
H A D | Makefile | 11 codec/dec16be.c \ 12 codec/dec16le.c \ 13 codec/dec32le.c \ 14 codec/dec64le.c \ 15 codec/enc16be.c \ 16 codec/enc16le.c \ 17 codec/enc32le.c \ 18 codec/enc64le.c \ 19 codec/pemenc.c \ 20 ec/ec_all_m15.c \ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | UnicodeCaseFold.cpp | 16 int llvm::sys::unicode::foldCharSimple(int C) { in foldCharSimple() argument 17 if (C < 0x0041) in foldCharSimple() 18 return C; in foldCharSimple() 20 if (C <= 0x005a) in foldCharSimple() 21 return C + 32; in foldCharSimple() 23 if (C == 0x00b5) in foldCharSimple() 25 if (C < 0x00c0) in foldCharSimple() 26 return C; in foldCharSimple() 28 if (C <= 0x00d6) in foldCharSimple() 29 return C in foldCharSimple() [all...] |
/freebsd/cddl/lib/libzpool/ |
H A D | Makefile | 23 ATOMIC_SRCS= opensolaris_atomic.c 35 arc_os.c \ 36 kernel.c \ 37 taskq.c \ 38 util.c \ 39 zfs_debug.c 44 simd_stat.c \ 45 zfeature_common.c \ 46 zfs_comutil.c \ 47 zfs_deleg.c \ [all …]
|
/freebsd/usr.sbin/tcpdump/tcpdump/ |
H A D | Makefile | 8 SRCS= addrtoname.c \ 9 addrtostr.c \ 10 af.c \ 11 ascii_strcasecmp.c \ 12 checksum.c \ 13 cpack.c \ 14 fptype.c \ 15 gmpls.c \ 16 in_cksum.c \ 17 ipproto.c \ [all …]
|
/freebsd/sys/contrib/openzfs/module/ |
H A D | Makefile.bsd | 86 SRCS+= avl.c 89 SRCS+= blake3.c \ 90 blake3_generic.c \ 91 blake3_impl.c 108 SRCS+= edonr.c 111 SRCS+= sha256_impl.c \ 112 sha2_generic.c \ 113 sha512_impl.c 134 SRCS+= lapi.c \ 135 lauxlib.c \ [all …]
|
/freebsd/sys/modules/zfs/ |
H A D | Makefile | 56 SRCS+= avl.c 59 SRCS+= edonr.c 62 SRCS+= blake3.c \ 63 blake3_generic.c \ 64 blake3_impl.c 88 SRCS+= sha2_generic.c \ 89 sha256_impl.c \ 90 sha512_impl.c 119 SRCS+= lapi.c \ 120 lauxlib.c \ [all …]
|
/freebsd/sys/modules/isci/ |
H A D | Makefile | 9 SRCS = isci.c isci_oem_parameters.c \ 10 isci_controller.c isci_domain.c isci_io_request.c \ 11 isci_timer.c isci_remote_device.c isci_logger.c \ 12 isci_task_request.c isci_sysctl.c isci_interrupt.c 15 sci_base_controller.c \ 16 sci_base_domain.c \ 17 sci_base_iterator.c \ 18 sci_base_library.c \ 19 sci_base_logger.c \ 20 sci_base_memory_descriptor_list.c \ [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | Makefile.am | 14 %D%/abd_os.c \ 15 %D%/arc_os.c \ 16 %D%/kernel.c \ 17 %D%/taskq.c \ 18 %D%/util.c \ 19 %D%/vdev_label_os.c \ 20 %D%/zfs_racct.c \ 21 %D%/zfs_debug.c 24 module/lua/lapi.c \ 25 module/lua/lauxlib.c \ [all …]
|
/freebsd/sys/conf/ |
H A D | files.x86 | 19 cddl/dev/fbt/x86/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}" 20 cddl/dev/dtrace/x86/dis_tables.c optional dtrace_fbt | dtraceall compile-with "${DTRACE_C}" 21 cddl/dev/dtrace/x86/instr_size.c optional dtrace_fbt | dtraceall compile-with "${DTRACE_C}" 22 crypto/aesni/aesni.c optional aesni 24 dependency "$S/crypto/aesni/aesni_ghash.c" \ 25 …compile-with "${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${NO_WCAST_QUAL} -mmmx -msse -m… 29 dependency "$S/crypto/aesni/aesni_ccm.c" \ 30 …compile-with "${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${NO_WCAST_QUAL} -mmmx -msse -m… 34 dependency "$S/crypto/aesni/aesni_wrap.c" \ 35 …compile-with "${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${NO_WCAST_QUAL} -mmmx -msse -m… [all …]
|
H A D | files | 22 compile-with "sh -c 'MACHINE=${MACHINE} $S/tools/fdt/make_dtbh.sh ${FDT_DTS_FILE} ${.OBJDIR}'" \ 83 cam/cam.c optional scbus 84 cam/cam_compat.c optional scbus 85 cam/cam_iosched.c optional scbus 86 cam/cam_periph.c optional scbus 87 cam/cam_queue.c optional scbus 88 cam/cam_sim.c optional scbus 89 cam/cam_xpt.c optional scbus 90 cam/ata/ata_all.c optional scbus 91 cam/ata/ata_xpt.c optional scbus [all …]
|
H A D | files.arm64 | 8 kern/subr_devmap.c standard 9 kern/subr_intr.c optional intrng 10 kern/subr_physmem.c standard 11 libkern/strlen.c standard 14 arm/arm/generic_timer.c standard 15 arm/arm/gic.c standard 16 arm/arm/gic_acpi.c optional acpi 17 arm/arm/gic_fdt.c optional fdt 19 arm/arm/pmu.c standard 20 arm/arm/pmu_acpi.c optiona [all...] |
/freebsd/usr.bin/vi/ |
H A D | Makefile | 46 SRCS+= cl_funcs.c cl_main.c cl_read.c cl_screen.c cl_term.c 49 SRCS+= conv.c cut.c delete.c encoding.c exf.c key.c line.c log.c main.c mark.c msg.c options.c \ 50 options_f.c put.c recover.c screen.c search.c seq.c util.c 53 SRCS+= ex.c ex_abbrev.c ex_append.c ex_args.c ex_argv.c ex_at.c ex_bang.c \ 54 ex_cd.c ex_cmd.c ex_cscope.c ex_delete.c ex_display.c \ 55 ex_edit.c ex_equal.c ex_file.c ex_filter.c ex_global.c \ 56 ex_init.c ex_join.c ex_map.c ex_mark.c ex_mkexrc.c ex_move.c \ 57 ex_open.c ex_preserve.c ex_print.c ex_put.c ex_quit.c \ 58 ex_read.c ex_screen.c ex_script.c ex_set.c ex_shell.c \ 59 ex_shift.c ex_source.c ex_stop.c ex_subst.c ex_tag.c \ [all …]
|
/freebsd/usr.sbin/ntp/libntp/ |
H A D | Makefile | 11 NTP_SRCS= systime.c a_md5encrypt.c adjtime.c atoint.c \ 12 atolfp.c atouint.c audio.c authkeys.c \ 13 authreadkeys.c authusekey.c bsd_strerror.c buftvtots.c \ 14 caljulian.c caltontp.c calyearstart.c clocktime.c \ 15 clocktypes.c decodenetnum.c dofptoa.c dolfptoa.c \ 16 emalloc.c findconfig.c getopt.c hextoint.c \ 17 hextolfp.c humandate.c icom.c iosignal.c \ 18 is_ip_address.c \ 19 lib_strbuf.c \ 20 libssl_compat.c \ [all …]
|
/freebsd/contrib/bearssl/mk/ |
H A D | mkrules.sh | 5 # Copyright (c) 2017 Thomas Pornin <pornin@bolet.org> 52 src/settings.c \ 53 src/aead/ccm.c \ 54 src/aead/eax.c \ 55 src/aead/gcm.c \ 56 src/codec/ccopy.c \ 57 src/codec/dec16be.c \ 58 src/codec/dec16le.c \ 59 src/codec/dec32be.c \ 60 src/codec/dec32le.c \ [all …]
|
/freebsd/secure/lib/libssh/ |
H A D | Makefile | 7 SRCS= ssh_api.c ssherr.c \ 8 sshbuf.c sshkey.c sshbuf-getput-basic.c \ 9 sshbuf-misc.c sshbuf-getput-crypto.c krl.c bitmap.c 10 SRCS+= authfd.c authfile.c \ 11 canohost.c channels.c cipher.c cipher-aes.c cipher-aesctr.c \ 12 cleanup.c \ 13 compat.c fatal.c hostfile.c \ 14 log.c match.c moduli.c nchan.c packet.c \ 15 readpass.c ttymodes.c xmalloc.c addr.c addrmatch.c \ 16 atomicio.c dispatch.c mac.c misc.c utf8.c \ [all …]
|
/freebsd/lib/ncurses/ncurses/ |
H A D | Makefile | 14 expanded.c \ 15 lib_gen.c 21 new_pair.c \ 22 lib_dft_fgbg.c \ 23 legacy_coding.c \ 24 lib_addch.c \ 25 lib_addstr.c \ 26 lib_beep.c \ 27 lib_bkgd.c \ 28 lib_box.c \ [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | Makefile.am | 97 ERR_FILES = krb5_err.c krb_err.c heim_err.c k524_err.c 110 acache.c \ 111 acl.c \ 112 add_et_list.c \ 113 addr_families.c \ 114 aname_to_localname.c \ 115 appdefault.c \ 116 asn1_glue.c \ 117 auth_context.c \ 118 build_ap_req.c \ [all …]
|
/freebsd/usr.bin/ofed/opensm/ |
H A D | Makefile | 8 main.c \ 9 osm_congestion_control.c \ 10 osm_console.c \ 11 osm_console_io.c \ 12 osm_db_files.c \ 13 osm_db_pack.c \ 14 osm_drop_mgr.c \ 15 osm_dump.c \ 16 osm_event_plugin.c \ 17 osm_guid_info_rcv.c \ [all …]
|
/freebsd/lib/msun/ |
H A D | Makefile | 2 # Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 59 COMMON_SRCS= b_tgamma.c \ 60 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \ 61 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \ 62 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \ 63 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \ 64 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \ 65 e_log.c e_log10.c e_log10f.c e_log2.c e_log2f.c e_logf.c \ 66 e_pow.c e_powf.c e_rem_pio2.c \ 67 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \ [all …]
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | Makefile.am | 22 krb5/8003.c \ 23 krb5/accept_sec_context.c \ 24 krb5/acquire_cred.c \ 25 krb5/add_cred.c \ 26 krb5/address_to_krb5addr.c \ 27 krb5/aeap.c \ 28 krb5/arcfour.c \ 29 krb5/canonicalize_name.c \ 30 krb5/creds.c \ 31 krb5/ccache_name.c \ [all …]
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | build.info | 3 x509_def.c x509_d2.c x509_r2x.c x509_cmp.c \ 4 x509_obj.c x509_req.c x509spki.c x509_vfy.c \ 5 x509_set.c x509cset.c x509rset.c x509_err.c \ 6 x509name.c x509_v3.c x509_ext.c x509_att.c \ 7 x509_meth.c x509_lu.c x_all.c x509_txt.c \ 8 x509_trust.c by_file.c by_dir.c by_store.c x509_vpm.c \ 9 x_crl.c t_crl.c x_req.c t_req.c x_x509.c t_x509.c \ 10 x_pubkey.c x_x509a.c x_attrib.c x_exten.c x_name.c \ 11 v3_bcons.c v3_bitst.c v3_conf.c v3_extku.c v3_ia5.c v3_utf8.c v3_lib.c \ 12 v3_prn.c v3_utl.c v3err.c v3_genn.c v3_san.c v3_skid.c v3_akid.c \ [all …]
|