/freebsd/contrib/mandoc/ |
H A D | Makefile.depend | 1 arch.o: arch.c config.h roff.h 2 att.o: att.c config.h roff.h libmdoc.h 3 catman.o: catman.c config.h compat_fts.h 4 cgi.o: cgi.c config.h mandoc_aux.h mandoc_dbg.h mandoc.h roff.h mdoc.h man.h mandoc_parse.h main.h … 5 chars.o: chars.c config.h mandoc.h mandoc_aux.h mandoc_dbg.h mandoc_ohash.h compat_ohash.h libmando… 6 compat_err.o: compat_err.c config.h 7 compat_fts.o: compat_fts.c config.h compat_fts.h 8 compat_getline.o: compat_getline.c config.h 9 compat_getsubopt.o: compat_getsubopt.c config.h 10 compat_isblank.o: compat_isblank.c config.h [all …]
|
H A D | html.c | 142 struct html *h; in html_alloc() local 144 h = mandoc_calloc(1, sizeof(struct html)); in html_alloc() 146 h->tag = NULL; in html_alloc() 147 h->metac = h->metal = ESCAPE_FONTROMAN; in html_alloc() 148 h->style = outopts->style; in html_alloc() 149 if ((h->base_man1 = outopts->man) == NULL) in html_alloc() 150 h->base_man2 = NULL; in html_alloc() 151 else if ((h->base_man2 = strchr(h->base_man1, ';')) != NULL) in html_alloc() 152 *h->base_man2++ = '\0'; in html_alloc() 153 h->base_includes = outopts->includes; in html_alloc() [all …]
|
H A D | compat_ohash.c | 33 #define DELETED ((const char *)h) 34 #define NONE (h->size) 64 ohash_delete(struct ohash *h) in ohash_delete() argument 66 (h->info.free)(h->t, h->info.data); in ohash_delete() 68 h->t = NULL; in ohash_delete() 73 ohash_resize(struct ohash *h) in ohash_resize() argument 80 if (4 * h->deleted < h->total) { in ohash_resize() 81 if (h->size >= (UINT_MAX >> 1U)) in ohash_resize() 84 ns = h->size << 1U; in ohash_resize() 85 } else if (3 * h->deleted > 2 * h->total) in ohash_resize() [all …]
|
/freebsd/contrib/lua/src/ |
H A D | Makefile | 159 lapi.o: lapi.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \ 160 lobject.h ltm.h lzio.h lmem.h ldebug.h ldo.h lfunc.h lgc.h lstring.h \ 161 ltable.h lundump.h lvm.h 162 lauxlib.o: lauxlib.c lprefix.h lua.h luaconf.h lauxlib.h 163 lbaselib.o: lbaselib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h 164 lcode.o: lcode.c lprefix.h lua.h luaconf.h lcode.h llex.h lobject.h \ 165 llimits.h lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h \ 166 ldo.h lgc.h lstring.h ltable.h lvm.h 167 lcorolib.o: lcorolib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h 168 lctype.o: lctype.c lprefix.h lctype.h lua.h luaconf.h llimits.h [all …]
|
/freebsd/tools/build/test-includes/ |
H A D | badfiles.inc | 3 sys/aac_ioctl.h \ 4 sys/agpio.h \ 5 sys/atomic_common.h \ 6 sys/atomic_san.h \ 7 sys/bio.h \ 8 sys/bitstring.h \ 9 sys/blist.h \ 10 sys/buf.h \ 11 sys/buf_ring.h \ 12 sys/bus.h \ [all …]
|
/freebsd/crypto/openssh/ |
H A D | .depend | 5 …h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-co… 6 …h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-co… 7 …h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-co… 8 …h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-co… 9 …h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-co… 10 …h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-co… 11 …h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-co… 12 …h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-co… 13 …h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-co… 14 …h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-co… [all …]
|
/freebsd/lib/libc++/ |
H A D | Makefile | 126 STD_HEADERS+= __mbstate_t.h 130 STD_HEADERS+= __std_mbstate_t.h 157 STD_HEADERS+= complex.h 172 STD_HEADERS+= ctype.h 177 STD_HEADERS+= errno.h 181 STD_HEADERS+= fenv.h 183 STD_HEADERS+= float.h 190 STD_HEADERS+= inttypes.h 201 STD_HEADERS+= locale.h 203 STD_HEADERS+= math.h [all …]
|
H A D | libcxx.imp | 2 { include: [ "<__algorithm/adjacent_find.h>", "private", "<algorithm>", "public" ] }, 3 { include: [ "<__algorithm/all_of.h>", "private", "<algorithm>", "public" ] }, 4 { include: [ "<__algorithm/any_of.h>", "private", "<algorithm>", "public" ] }, 5 { include: [ "<__algorithm/binary_search.h>", "private", "<algorithm>", "public" ] }, 6 { include: [ "<__algorithm/clamp.h>", "private", "<algorithm>", "public" ] }, 7 { include: [ "<__algorithm/comp.h>", "private", "<algorithm>", "public" ] }, 8 { include: [ "<__algorithm/comp_ref_type.h>", "private", "<algorithm>", "public" ] }, 9 { include: [ "<__algorithm/copy.h>", "private", "<algorithm>", "public" ] }, 10 { include: [ "<__algorithm/copy_backward.h>", "private", "<algorithm>", "public" ] }, 11 { include: [ "<__algorithm/copy_if.h>", "private", "<algorithm>", "public" ] }, [all …]
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | Makefile.am | 10 cityhash.h \ 11 zfeature_common.h \ 12 zfs_comutil.h \ 13 zfs_deleg.h \ 14 zfs_fletcher.h \ 15 zfs_namecheck.h \ 16 zfs_prop.h \ 17 zfs_valstr.h \ 19 sys/abd.h \ 20 sys/abd_impl.h \ [all …]
|
/freebsd/sys/conf/ |
H A D | options | 15 # <xxx>.[c|s] should be directed into "opt_<xxx>.h", while options 16 # that affect multiple files should either go in "opt_global.h" if 18 # "opt_<option-name-in-lower-case>.h" if it affects only some files. 30 # opt_<name-of-option-in-lower-case>.h 32 AAC_DEBUG opt_aac.h 33 AACRAID_DEBUG opt_aacraid.h 34 AHC_ALLOW_MEMIO opt_aic7xxx.h 35 AHC_TMODE_ENABLE opt_aic7xxx.h 36 AHC_DUMP_EEPROM opt_aic7xxx.h 37 AHC_DEBUG opt_aic7xxx.h [all …]
|
/freebsd/crypto/libecc/include/libecc/ |
H A D | meson.build | 2 'fp/fp.h', 3 'fp/fp_pow.h', 4 'fp/fp_rand.h', 5 'fp/fp_add.h', 6 'fp/fp_sqrt.h', 7 'fp/fp_montgomery.h', 8 'fp/fp_mul.h', 9 'fp/fp_config.h', 10 'fp/fp_mul_redc1.h', 11 'lib_ecc_config.h', [all …]
|
/freebsd/lib/clang/headers/ |
H A D | Makefile | 8 INCS+= __clang_cuda_builtin_vars.h 9 INCS+= __clang_cuda_cmath.h 10 INCS+= __clang_cuda_complex_builtins.h 11 INCS+= __clang_cuda_device_functions.h 12 INCS+= __clang_cuda_intrinsics.h 13 INCS+= __clang_cuda_libdevice_declares.h 14 INCS+= __clang_cuda_math.h 15 INCS+= __clang_cuda_math_forward_declares.h 16 INCS+= __clang_cuda_runtime_wrapper.h 17 INCS+= __clang_cuda_texture_intrinsics.h [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 12 SYMBOL(ATOMIC_BOOL_LOCK_FREE, None, <stdatomic.h>) 13 SYMBOL(ATOMIC_CHAR16_T_LOCK_FREE, None, <stdatomic.h>) 14 SYMBOL(ATOMIC_CHAR32_T_LOCK_FREE, None, <stdatomic.h>) 15 SYMBOL(ATOMIC_CHAR_LOCK_FREE, None, <stdatomic.h>) 16 SYMBOL(ATOMIC_FLAG_INIT, None, <stdatomic.h>) 17 SYMBOL(ATOMIC_INT_LOCK_FREE, None, <stdatomic.h>) 18 SYMBOL(ATOMIC_LLONG_LOCK_FREE, None, <stdatomic.h>) 19 SYMBOL(ATOMIC_LONG_LOGK_FREE, None, <stdatomic.h>) 20 SYMBOL(ATOMIC_POINTER_LOCK_FREE, None, <stdatomic.h>) 21 SYMBOL(ATOMIC_SHORT_LOCK_FREE, None, <stdatomic.h>) [all …]
|
/freebsd/contrib/ldns/ |
H A D | Makefile.in | 97 …h dane.h dname.h dnssec.h dnssec_sign.h dnssec_verify.h dnssec_zone.h duration.h error.h higher.h … 98 LDNS_HEADERS_EX = ^config\.h|common\.h|util\.h|net\.h$$ 99 LDNS_HEADERS_GEN= common.h util.h net.h 130 .SUFFIXES: .c .o .a .lo .h .i 146 @if test ! -h config.h ; then ln -s ldns/config.h . ; fi 153 rm -f include/ldns lib config.h 162 @if test -e $(srcdir)/drill/config.h -o -e drill/config.h ; \ 193 @if test -e $(srcdir)/examples/config.h -o -e examples/config.h ; \ 295 cat $(srcdir)/ldns/*.h \ 302 @cat $(srcdir)/ldns/*.h \ [all …]
|
/freebsd/contrib/ntp/include/ |
H A D | Makefile.am | 6 adjtime.h \ 7 audio.h \ 8 ascii.h \ 9 audio.h \ 10 binio.h \ 11 c99_snprintf.h \ 12 declcond.h \ 13 gps.h \ 14 hopf6039.h \ 15 icom.h \ [all...] |
/freebsd/contrib/unbound/ |
H A D | Makefile.in | 329 rsrc_svcinst.o: $(srcdir)/winrc/rsrc_svcinst.rc config.h 330 rsrc_svcuninst.o: $(srcdir)/winrc/rsrc_svcuninst.rc config.h 331 rsrc_anchorupd.o: $(srcdir)/winrc/rsrc_anchorupd.rc config.h 332 rsrc_unbound.o: $(srcdir)/winrc/rsrc_unbound.rc config.h 333 rsrc_unbound_host.o: $(srcdir)/winrc/rsrc_unbound_host.rc config.h 334 rsrc_unbound_anchor.o: $(srcdir)/winrc/rsrc_unbound_anchor.rc config.h 335 rsrc_unbound_control.o: $(srcdir)/winrc/rsrc_unbound_control.rc config.h 336 rsrc_unbound_checkconf.o: $(srcdir)/winrc/rsrc_unbound_checkconf.rc config.h 367 lib: libunbound.la unbound.h 438 unbound.h: $(srcdir)/libunbound/unbound.h [all …]
|
/freebsd/contrib/wpa/src/wps/ |
H A D | httpread.c | 127 void httpread_destroy(struct httpread *h) in httpread_destroy() argument 129 wpa_printf(MSG_DEBUG, "httpread_destroy(%p)", h); in httpread_destroy() 130 if (!h) in httpread_destroy() 133 eloop_cancel_timeout(httpread_timeout_handler, NULL, h); in httpread_destroy() 134 eloop_unregister_sock(h->sd, EVENT_TYPE_READ); in httpread_destroy() 135 os_free(h->body); in httpread_destroy() 136 os_free(h->uri); in httpread_destroy() 137 os_memset(h, 0, sizeof(*h)); /* aid debugging */ in httpread_destroy() 138 h->sd = -1; /* aid debugging */ in httpread_destroy() 139 os_free(h); in httpread_destroy() [all …]
|
/freebsd/lib/ofed/include/ |
H A D | Makefile | 12 ${OFEDINCS}/byteorder.h \ 13 ${OFEDINCS}/byteswap.h \ 14 ${OFEDINCS}/endian.h \ 15 ${OFEDINCS}/types.h \ 16 ${OFEDINCS}/udma_barrier.h \ 17 ${IBVERBS}/arch.h \ 18 ${IBVERBS}/driver.h \ 19 ${IBVERBS}/kern-abi.h \ 20 ${IBVERBS}/marshall.h \ 21 ${IBVERBS}/opcode.h \ [all …]
|
/freebsd/contrib/bc/src/ |
H A D | history.c | 173 bc_history_init(BcHistory* h) in bc_history_init() argument 197 h->hist = history_init(); in bc_history_init() 198 if (BC_ERR(h->hist == NULL)) bc_vm_fatalError(BC_ERR_FATAL_ALLOC_ERR); in bc_history_init() 200 h->el = el_init(vm->name, stdin, stdout, stderr); in bc_history_init() 201 if (BC_ERR(h->el == NULL)) bc_vm_fatalError(BC_ERR_FATAL_ALLOC_ERR); in bc_history_init() 204 history(h->hist, &bc_history_event, H_SETSIZE, 100); in bc_history_init() 205 history(h->hist, &bc_history_event, H_SETUNIQUE, 1); in bc_history_init() 206 el_set(h->el, EL_EDITOR, "emacs"); in bc_history_init() 207 el_set(h->el, EL_HIST, history, h->hist); in bc_history_init() 208 el_set(h->el, EL_PROMPT, bc_history_promptFunc); in bc_history_init() [all …]
|
/freebsd/contrib/libpcap/msdos/ |
H A D | makefile | 65 grammar.c tokdefs.h: grammar.y 68 - @del tokdefs.h 70 ren y_tab.h tokdefs.h 98 @del tokdefs.h 107 bpf_filt.obj: bpf_filt.c pcap-int.h pcap.h pcap-bpf.h 109 bpf_imag.obj: bpf_imag.c pcap-int.h pcap.h pcap-bpf.h 111 bpf_dump.obj: bpf_dump.c pcap.h pcap-bpf.h 113 etherent.obj: etherent.c pcap-int.h pcap.h pcap-bpf.h pcap-namedb.h 115 optimize.obj: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h 117 savefile.obj: savefile.c pcap-int.h pcap.h pcap-bpf.h [all …]
|
/freebsd/lib/libradius/ |
H A D | radlib.c | 76 clear_password(struct rad_handle *h) in clear_password() argument 78 if (h->pass_len != 0) { in clear_password() 79 explicit_bzero(h->pass, h->pass_len); in clear_password() 80 h->pass_len = 0; in clear_password() 82 h->pass_pos = 0; in clear_password() 86 generr(struct rad_handle *h, const char *format, ...) in generr() argument 91 vsnprintf(h->errmsg, ERRSIZE, format, ap); in generr() 96 insert_scrambled_password(struct rad_handle *h, int srv) in insert_scrambled_password() argument 104 srvp = &h->servers[srv]; in insert_scrambled_password() 105 padded_len = h->pass_len == 0 ? 16 : (h->pass_len+15) & ~0xf; in insert_scrambled_password() [all …]
|
/freebsd/lib/libtacplus/ |
H A D | taclib.c | 93 add_str_8(struct tac_handle *h, u_int8_t *fld, struct tac_str *cs) in add_str_8() argument 97 if (add_str_16(h, &len, cs) == -1) in add_str_8() 101 generr(h, "Field too long"); in add_str_8() 117 add_str_16(struct tac_handle *h, u_int16_t *fld, struct tac_str *cs) in add_str_16() argument 128 generr(h, "Field too long"); in add_str_16() 131 offset = ntohl(h->request.length); in add_str_16() 133 generr(h, "Message too long"); in add_str_16() 136 memcpy(h->request.u.body + offset, cs->data, len); in add_str_16() 137 h->request.length = htonl(offset + len); in add_str_16() 228 close_connection(struct tac_handle *h) in close_connection() argument [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/ |
H A D | Makefile.am | 2 sodium.h \ 3 sodium/core.h \ 4 sodium/crypto_aead_aes256gcm.h \ 5 sodium/crypto_aead_chacha20poly1305.h \ 6 sodium/crypto_aead_xchacha20poly1305.h \ 7 sodium/crypto_auth.h \ 8 sodium/crypto_auth_hmacsha256.h \ 9 sodium/crypto_auth_hmacsha512.h \ 10 sodium/crypto_auth_hmacsha512256.h \ 11 sodium/crypto_box.h \ [all …]
|
/freebsd/lib/libopenbsd/ |
H A D | ohash.c | 31 #define DELETED ((const char *)h) 32 #define NONE (h->size) 62 ohash_delete(struct ohash *h) in ohash_delete() argument 64 (h->info.free)(h->t, h->info.data); in ohash_delete() 66 h->t = NULL; in ohash_delete() 71 ohash_resize(struct ohash *h) in ohash_resize() argument 78 if (4 * h->deleted < h->total) { in ohash_resize() 79 if (h->size >= (UINT_MAX >> 1U)) in ohash_resize() 82 ns = h->size << 1U; in ohash_resize() 83 } else if (3 * h->deleted > 2 * h->total) in ohash_resize() [all …]
|
/freebsd/sys/contrib/openzfs/include/os/linux/ |
H A D | Makefile.am | 4 %D%/kernel/linux/blkdev_compat.h \ 5 %D%/kernel/linux/compiler_compat.h \ 6 %D%/kernel/linux/dcache_compat.h \ 7 %D%/kernel/linux/kmap_compat.h \ 8 %D%/kernel/linux/mm_compat.h \ 9 %D%/kernel/linux/mod_compat.h \ 10 %D%/kernel/linux/page_compat.h \ 11 %D%/kernel/linux/simd.h \ 12 %D%/kernel/linux/simd_aarch64.h \ 13 %D%/kernel/linux/simd_arm.h \ [all …]
|