| /freebsd-14.2/usr.sbin/acpi/acpidb/ |
| H A D | Makefile | 6 SRCS+= acfileio.c acgetline.c ahids.c ahuuids.c cmfsize.c 9 SRCS+= dbcmds.c dbconvert.c dbdisply.c dbexec.c dbfileio.c \ 10 dbhistry.c dbinput.c dbmethod.c dbnames.c dbobject.c \ 11 dbstats.c dbtest.c dbutils.c dbxface.c 15 dmresrc.c dmresrcl.c dmresrcl2.c dmresrcs.c dmutils.c \ 19 SRCS+= dsargs.c dscontrol.c dsdebug.c dsfield.c dsinit.c \ 21 dsutils.c dswexec.c dswload.c dswload2.c dswscope.c \ 31 exdump.c exfield.c exfldio.c exmisc.c exmutex.c \ 38 SRCS+= hwacpi.c hwesleep.c hwgpe.c hwpci.c hwregs.c hwsleep.c \ 55 rsinfo.c rsio.c rsirq.c rslist.c rsmemory.c rsmisc.c \ [all …]
|
| /freebsd-14.2/usr.sbin/tcpdump/tcpdump/ |
| H A D | Makefile | 11 af.c \ 13 checksum.c \ 14 cpack.c \ 15 fptype.c \ 16 gmpls.c \ 18 ipproto.c \ 19 l2vpn.c \ 23 nlpid.c \ 24 ntp.c \ 25 oui.c \ [all …]
|
| /freebsd-14.2/sbin/ipf/libipf/ |
| H A D | Makefile | 6 SRCS= addicmp.c addipopt.c alist_free.c alist_new.c allocmbt.c \ 8 binprint.c buildopts.c checkrev.c connecttcp.c \ 13 flags.c freembt.c ftov.c \ 16 getnattype.c getport.c getportproto.c getproto.c getsumd.c \ 17 hostname.c icmpcode.c icmptypename.c icmptypes.c \ 19 ipf_dotuning.c ipf_perror.c ipft_hx.c ipft_pc.c \ 20 ipft_tx.c ipoptsec.c kmem.c kmemcpywrap.c \ 26 optname.c optprint.c optprintv6.c optvalue.c parsefields.c \ 35 printhostmask.c printifname.c printip.c printipfexpr.c printiphdr.c printlog.c printlookup.c \ 36 …printmask.c printnat.c printnataddr.c printnatfield.c printnatside.c printpacket.c printpacket6.c \ [all …]
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | sh.char.h | 183 # define IsmbyteU(c) (Ismbyte1((Char)(c))||(Ismbyte2((Char)(c))&&((c)&0200))) argument 188 # define Isspace(c) (((c) & QUOTE) ? 0 : iswspace(c)) argument 189 # define Isdigit(c) (((c) & QUOTE) ? 0 : iswdigit(c)) argument 190 # define Isalpha(c) (((c) & QUOTE) ? 0 : iswalpha(c)) argument 191 # define Islower(c) (((c) & QUOTE) ? 0 : iswlower(c)) argument 192 # define Isupper(c) (((c) & QUOTE) ? 0 : iswupper(c)) argument 195 # define Isxdigit(c) (((c) & QUOTE) ? 0 : iswxdigit(c)) argument 196 # define Isalnum(c) (((c) & QUOTE) ? 0 : iswalnum(c)) argument 197 # define Iscntrl(c) (((c) & QUOTE) ? 0 : iswcntrl(c)) argument 198 # define Isprint(c) (((c) & QUOTE) ? 0 : iswprint(c)) argument [all …]
|
| /freebsd-14.2/usr.sbin/acpi/iasl/ |
| H A D | Makefile | 5 SRCS= acfileio.c adfile.c adisasm.c adwalk.c ahids.c \ 6 ahpredef.c ahtable.c ahuuids.c cmfsize.c dmextern.c \ 7 dmrestag.c dmswitch.c dmtable.c dmtables.c dmtbdump.c \ 8 dmtbdump1.c dmtbdump2.c dmtbdump3.c dmtbinfo.c \ 9 dmtbinfo1.c dmtbinfo2.c dmtbinfo3.c getopt.c 16 aslfold.c aslhelp.c aslhex.c asllength.c asllisting.c \ 17 asllistsup.c aslload.c asllookup.c aslmain.c aslmap.c \ 26 asltree.c aslutils.c asluuid.c aslwalks.c aslxref.c \ 52 exstore.c exstoren.c exstorob.c exsystem.c exutils.c 56 psparse.c psscope.c pstree.c psutils.c pswalk.c [all …]
|
| /freebsd-14.2/secure/lib/libcrypto/ |
| H A D | Makefile | 21 SRCS= asn1_dsa.c bsearch.c cpt_err.c context.c core_algorithm.c core_fetch.c core_namemap.c cpuid.c… 22 SRCS+= cversion.c der_writer.c ebcdic.c ex_data.c getenv.c info.c init.c initthread.c 23 SRCS+= mem.c mem_sec.c o_dir.c o_fopen.c o_init.c o_str.c o_time.c packet.c 25 …c provider.c provider_child.c provider_conf.c provider_core.c provider_predefined.c punycode.c sel… 46 SRCS+= aes_cfb.c aes_ecb.c aes_ige.c aes_misc.c aes_ofb.c aes_wrap.c 69 SRCS+= a_int.c a_mbstr.c a_object.c a_octet.c a_print.c a_sign.c a_strex.c 73 SRCS+= bio_ndef.c d2i_param.c d2i_pr.c d2i_pu.c evp_asn1.c f_int.c f_string.c 74 SRCS+= i2d_evp.c n_pkey.c nsseq.c p5_pbe.c p5_pbev2.c p5_scrypt.c p8_pkey.c 77 SRCS+= x_bignum.c x_info.c x_int64.c x_long.c x_pkey.c x_sig.c x_spki.c 98 SRCS+= bn_add.c bn_blind.c bn_const.c bn_conv.c bn_ctx.c bn_depr.c bn_dh.c [all …]
|
| /freebsd-14.2/lib/libbearssl/ |
| H A D | Makefile | 12 codec/dec16be.c \ 13 codec/dec16le.c \ 14 codec/dec32le.c \ 15 codec/dec64le.c \ 16 codec/enc16be.c \ 17 codec/enc16le.c \ 18 codec/enc32le.c \ 20 codec/pemenc.c \ 46 hash/md5.c \ 95 kdf/hkdf.c \ [all …]
|
| /freebsd-14.2/cddl/lib/libzpool/ |
| H A D | Makefile | 40 util.c 54 abd.c \ 57 arc.c \ 66 brt.c \ 70 ddt.c \ 72 dmu.c \ 99 fm.c \ 108 lz4.c \ 111 mmp.c \ 119 sa.c \ [all …]
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | nchan.c | 123 c->self, c->istate); in chan_read_failed() 145 c->self, c->istate); in chan_ibuf_empty() 166 c->self, c->ostate); in chan_obuf_empty() 201 c->self, c->istate); in chan_send_eof2() 215 c->self, c->istate, c->ostate); in chan_send_close2() 321 c->self, c->ostate); in chan_write_failed() 346 c->self, c->efd, sshbuf_len(c->extended)); in chan_is_dead() 382 c->self, c->istate, c->ostate, c->sock, c->wfd, c->efd, in chan_shutdown_write() 405 c->self, c->istate, c->ostate, c->sock, c->rfd, c->efd, in chan_shutdown_read() 436 c->self, c->istate, c->ostate, c->sock, c->rfd, c->efd, in chan_shutdown_extended_read() [all …]
|
| /freebsd-14.2/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 40 scic_sds_phy.c scic_sds_port.c \ 75 sati_device.c sati_inquiry.c sati_log_sense.c \ 76 sati_lun_reset.c sati_mode_pages.c sati_mode_select.c \ 77 sati_mode_sense.c sati_mode_sense_6.c sati_mode_sense_10.c \ 78 sati_move.c sati_passthrough.c sati_read.c sati_read_buffer.c \ 82 sati_test_unit_ready.c sati_unmap.c sati_util.c \ [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/ |
| H A D | Makefile.bsd | 142 ldo.c \ 144 lgc.c \ 155 ltm.c \ 156 lvm.c \ 157 lzio.c 241 arc.c \ 246 brt.c \ 254 ddt.c \ 281 fm.c \ 294 sa.c \ [all …]
|
| /freebsd-14.2/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 \ 56 ex_init.c ex_join.c ex_map.c ex_mark.c ex_mkexrc.c ex_move.c \ 60 ex_txt.c ex_undo.c ex_usage.c ex_util.c ex_version.c ex_visual.c \ 64 SRCS+= getc.c v_at.c v_ch.c v_cmd.c v_delete.c v_ex.c v_increment.c v_init.c \ 65 v_itxt.c v_left.c v_mark.c v_match.c v_paragraph.c v_put.c v_redraw.c \ 66 v_replace.c v_right.c v_screen.c v_scroll.c v_search.c v_section.c \ [all …]
|
| /freebsd-14.2/sys/modules/zfs/ |
| H A D | Makefile | 128 ldo.c \ 130 lgc.c \ 141 ltm.c \ 142 lvm.c \ 143 lzio.c 227 arc.c \ 232 brt.c \ 240 ddt.c \ 267 fm.c \ 280 sa.c \ [all …]
|
| /freebsd-14.2/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 \ 21 machines.c mktime.c modetoa.c \ 22 mstolfp.c msyslog.c netof.c ntp_calendar.c \ 30 socktoa.c socktohost.c ssl_init.c statestr.c \ [all …]
|
| /freebsd-14.2/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 \ 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 \ 13 v3_pku.c v3_int.c v3_enum.c v3_sxnet.c v3_cpols.c v3_crld.c v3_purp.c \ [all …]
|
| /freebsd-14.2/contrib/libfido2/regress/ |
| H A D | cred.c | 1434 return (c); in alloc_cred() 1512 free_cred(c); in empty_cred() 1539 free_cred(c); in valid_cred() 1563 free_cred(c); in no_cdh() 1587 free_cred(c); in no_rp_id() 1612 free_cred(c); in no_rp_name() 1640 free_cred(c); in no_authdata() 1665 free_cred(c); in no_x509() 1689 free_cred(c); in no_sig() 1713 free_cred(c); in no_fmt() [all …]
|
| /freebsd-14.2/sys/ddb/ |
| H A D | db_lex.c | 191 if (c == '\n' || c == -1) in db_lex() 200 if ((c >= '0' && c <= '9') || in db_lex() 202 ((c >= 'a' && c <= 'f') || in db_lex() 213 if (c == 'O' || c == 'o') in db_lex() 242 (c >= 'A' && c <= 'Z') || in db_lex() 243 (c >= 'a' && c <= 'z') || in db_lex() 253 if ((c >= 'A' && c <= 'Z') || in db_lex() 255 c == '_' || c == '\\') in db_lex() 263 if (c == '\n' || c == -1) in db_lex() 272 c == '_' || c == '\\' || c == ':' || c == '.') in db_lex() [all …]
|
| /freebsd-14.2/usr.bin/ofed/opensm/ |
| H A D | Makefile | 9 main.c \ 11 osm_console.c \ 16 osm_dump.c \ 28 osm_mesh.c \ 32 osm_node.c \ 38 osm_pkey.c \ 45 osm_qos.c \ 50 osm_req.c \ 53 osm_sa.c \ 74 osm_sm.c \ [all …]
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | chat.c | 81 #define BUFLEFT(c) (sizeof (c)->buf - ((c)->bufend - (c)->buf)) argument 101 c->pause.arg = c; in chat_Pause() 121 c->timeout.arg = c; in chat_SetTimeout() 171 if (c->arg < c->argc && (c->arg < 0 || *c->argptr == '\0')) { in chat_UpdateSet() 194 if ((c->argptr = c->argv[++c->arg]) == NULL) { in chat_UpdateSet() 229 ExpandString(c, c->argptr, c->exp + 2, sizeof c->exp - 2, needcr); in chat_UpdateSet() 269 ExecStr(c->physical, c->exp + 3, c->exp + 3, sizeof c->exp - 3); in chat_UpdateSet() 293 c->argptr = c->exp + (c->exp[2] == '!' ? 3 : 2); in chat_UpdateSet() 423 if (c->bufend > c->buf + sizeof c->buf / 2) { in chat_Read() 563 c->bufstart = c->bufend = c->buf; in chat_Init() [all …]
|
| /freebsd-14.2/secure/lib/libssh/ |
| H A D | Makefile | 10 sshbuf-misc.c sshbuf-getput-crypto.c krl.c bitmap.c 12 canohost.c channels.c cipher.c cipher-aes.c cipher-aesctr.c \ 14 compat.c fatal.c hostfile.c \ 15 log.c match.c moduli.c nchan.c packet.c \ 16 readpass.c ttymodes.c xmalloc.c addr.c addrmatch.c \ 17 atomicio.c dispatch.c mac.c misc.c utf8.c \ 18 monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-ecdsa-sk.c \ 20 msg.c progressmeter.c dns.c entropy.c umac.c umac128.c \ 24 hmac.c ed25519.c hash.c \ 25 kex.c kexdh.c kexgex.c kexecdh.c kexc25519.c \ [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzpool/ |
| H A D | Makefile.am | 12 %D%/kernel.c \ 13 %D%/taskq.c \ 14 %D%/util.c 17 module/lua/lapi.c \ 20 module/lua/lcode.c \ 25 module/lua/ldo.c \ 27 module/lua/lgc.c \ 28 module/lua/llex.c \ 29 module/lua/lmem.c \ 38 module/lua/ltm.c \ [all …]
|
| /freebsd-14.2/lib/ncurses/ncurses/ |
| H A D | Makefile | 15 expanded.c \ 16 lib_gen.c 22 new_pair.c \ 25 lib_addch.c \ 27 lib_beep.c \ 28 lib_bkgd.c \ 29 lib_box.c \ 30 lib_chgat.c \ 39 lib_echo.c \ 60 lib_nl.c \ [all …]
|
| /freebsd-14.2/contrib/gdtoa/ |
| H A D | makefile | 49 gdtoa.a: dmisc.c dtoa.c g_Qfmt.c g__fmt.c g_ddfmt.c g_dfmt.c\ 50 g_ffmt.c g_xLfmt.c g_xfmt.c gdtoa.c gethex.c gmisc.c hd_init.c\ 51 hexnan.c misc.c smisc.c strtoIQ.c strtoId.c strtoIdd.c\ 52 strtoIf.c strtoIg.c strtoIx.c strtoIxL.c strtod.c strtodI.c\ 53 strtodg.c strtof.c strtopQ.c strtopd.c strtopdd.c strtopf.c\ 54 strtopx.c strtopxL.c strtorQ.c strtord.c strtordd.c strtorf.c\ 55 strtorx.c strtorxL.c sum.c ulp.c 72 strtoIQ.c strtoId.c strtoIdd.c strtoIf.c strtoIg.c strtoIx.c\ 73 strtoIxL.c strtod.c strtodI.c strtodg.c strtodnrp.c strtof.c\ 74 strtopQ.c strtopd.c strtopdd.c strtopf.c strtopx.c strtopxL.c\ [all …]
|
| /freebsd-14.2/lib/msun/ |
| H A D | Makefile | 62 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \ 63 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \ 64 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \ 65 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \ 67 e_log.c e_log10.c e_log10f.c e_log2.c e_log2f.c e_logf.c \ 70 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \ 71 k_cos.c k_cosf.c k_exp.c k_expf.c k_rem_pio2.c k_sin.c k_sinf.c \ 73 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_carg.c s_cargf.c s_cargl.c \ 74 s_cbrt.c s_cbrtf.c s_ceil.c s_ceilf.c s_clog.c s_clogf.c \ 77 s_exp2.c s_exp2f.c s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c \ [all …]
|
| /freebsd-14.2/lib/libsm/ |
| H A D | Makefile | 24 SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \ 25 strdup.c strerror.c strl.c clrerr.c fclose.c feof.c ferror.c \ 26 fflush.c fget.c fpos.c findfp.c flags.c fopen.c fprintf.c \ 27 fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c \ 28 fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c \ 29 smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c \ 31 wbuf.c wsetup.c string.c stringf.c \ 32 xtrap.c strto.c test.c strcasecmp.c strrevcmp.c \ 33 signal.c clock.c config.c sem.c shm.c mbdb.c strexit.c cf.c ldap.c \ 34 niprop.c mpeix.c memstat.c util.c inet6_ntop.c notify.c \ [all …]
|