Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 2370) sorted by relevance

12345678910>>...95

/dragonfly/gnu/usr.bin/cc80/support-libs/liblto_plugin/
H A DMakefile.headers8 alias.h \
12 asan.h \
28 calls.h \
29 ccmp.h \
31 cfg.h \
61 dce.h \
62 ddg.h \
65 df.h \
66 dfp.h \
99 gcc.h \
[all …]
H A Db-header-vars8 BCONFIG_H=bconfig.h auto-host.h ansidecl.h
9 CONFIG_H=config.h auto-host.h ansidecl.h
12 GTM_H=tm.h options.h config/vxworks-dummy.h defaults.h insn-constants.h
15 VEC_H=vec.h statistics.h ggc.h gtype-desc.h statistics.h
16 HASH_TABLE_H=hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h
37 …ock.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h line-map…
38h gimple.def gsstruct.def vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h st…
45 EXPR_H=expr.h insn-config.h function.h stringop.def real.h fixed-value.h tree-check.h emit-rtl.h
48 …H=cfgloop.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h
51h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h s…
[all …]
/dragonfly/gnu/usr.bin/cc47/liblto_plugin/
H A DMakefile.headers6 alias.h \
12 bitmap.h \
15 c-tree.h \
18 cgraph.h \
20 config.h \
25 debug.h \
40 ggc.h \
69 md5.h \
91 rtl.h \
105 tm.h \
[all …]
/dragonfly/sys/conf/
H A Doptions34 AAC_DEBUG opt_aac.h
52 MD_NSECT opt_md.h
53 MD_ROOT opt_md.h
55 MFI_DEBUG opt_mfi.h
56 NSWAPDEV opt_swap.h
58 PPS_SYNC opt_ntp.h
94 MFS opt_dontuse.h
101 UDF opt_dontuse.h
140 NBUF opt_param.h
248 CARP opt_carp.h
[all …]
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dhttpread.c149 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_TIMEOUT); in httpread_timeout_handler()
169 if (h->content_length < 0 || h->content_length > h->max_bytes) { in httpread_hdr_option_analyze()
400 h, h->body_nbytes, in httpread_read_handler()
418 hbp = h->hdr + h->hdr_nbytes; in httpread_read_handler()
528 bbp = h->body + h->body_nbytes; in httpread_read_handler()
687 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_ERROR); in httpread_read_handler()
696 h->body_nbytes, h->hdr_type); in httpread_read_handler()
698 h->body, h->body_nbytes); in httpread_read_handler()
712 (*h->cb)(h, h->cookie, HTTPREAD_EVENT_FILE_READY); in httpread_read_handler()
740 h = os_zalloc(sizeof(*h)); in httpread_create()
[all …]
/dragonfly/usr.sbin/ppp/libradius/
H A Dradlib.c141 srvp = &h->servers[h->srv]; in insert_request_authenticator()
163 srvp = &h->servers[h->srv]; in insert_message_authenticator()
286 srvp = &h->servers[h->srv]; in is_valid_request()
381 h->out[h->out_len++] = type; in put_raw_attr()
686 h->in_len = recvfrom(h->fd, h->in, in rad_continue_send_request()
707 if (h->servers[h->srv].num_tries >= h->servers[h->srv].max_tries) { in rad_continue_send_request()
735 if (h->bindto != h->servers[h->srv].bindto) { in rad_continue_send_request()
736 h->bindto = h->servers[h->srv].bindto; in rad_continue_send_request()
770 n = sendto(h->fd, h->out, h->out_len, 0, in rad_continue_send_request()
797 h->in_len = recvfrom(h->fd, h->in, in rad_receive_request()
[all …]
/dragonfly/contrib/mdocml/
H A Dhtml.c255 h->metal = h->metac; in html_setfont()
264 print_tagq(h, h->metaf); in print_metaf()
269 h->metaf = print_otag(h, TAG_I, ""); in print_metaf()
272 h->metaf = print_otag(h, TAG_B, ""); in print_metaf()
955 print_tagq(h, h->metaf); in print_tagged_text()
1013 if (h->col + h->bufcol < sizeof(h->buf)) { in print_byte()
1014 h->buf[h->bufcol++] = c; in print_byte()
1025 h->col = (h->indent + 1) * 2 + h->bufcol + 1; in print_byte()
1069 h->col += h->bufcol + 1; in print_endword()
1085 if (h->col || h->noindent) in print_indent()
[all …]
H A Dcompat_ohash.c66 (h->info.free)(h->t, h->info.data); in ohash_delete()
80 if (4 * h->deleted < h->total) { in ohash_resize()
113 (h->info.free)(h->t, h->info.data); in ohash_resize()
116 h->total -= h->deleted; in ohash_resize()
133 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total) in ohash_remove()
159 if (++h->total * 4 > h->size * 3) in ohash_insert()
168 return h->total - h->deleted; in ohash_entries()
203 h->t = (h->info.calloc)(h->size, sizeof(struct _ohash_record), in ohash_init()
205 h->total = h->deleted = 0; in ohash_init()
250 h->t[empty].p = h->t[i].p; in ohash_lookup_interval()
[all …]
H A Dmdoc_html.c41 struct html *h
285 struct html *h; in html_mdoc() local
306 print_tagq(h, t); in html_mdoc()
365 h->col = 1; in print_mdoc_node()
377 t = h->tag; in print_mdoc_node()
389 t = h->tag; in print_mdoc_node()
410 t = h->tag; in print_mdoc_node()
422 n, h); in print_mdoc_node()
466 print_tagq(h, t); in mdoc_root_post()
698 print_tagq(h, print_otag(h, TAG_MARK, "i", id)); in mdoc_tg_pre()
[all …]
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_curve.c90 EC_CURVE_DATA h; member
123 EC_CURVE_DATA h; member
156 EC_CURVE_DATA h; member
201 EC_CURVE_DATA h; member
259 EC_CURVE_DATA h; member
292 EC_CURVE_DATA h; member
325 EC_CURVE_DATA h; member
363 EC_CURVE_DATA h; member
401 EC_CURVE_DATA h; member
440 EC_CURVE_DATA h; member
[all …]
/dragonfly/contrib/gcc-4.7/include/
H A Dobstack.h250 #define obstack_base(h) ((h)->object_base) argument
454 ((h)->chunk->prev == 0 && (h)->next_free - (h)->chunk->contents == 0)
464 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
472 (h)->next_free += (h)->temp)
476 (((h)->next_free + (h)->temp + 1 > (h)->chunk_limit) \
479 (h)->next_free += (h)->temp, \
505 (((h)->chunk_limit - (h)->next_free < (h)->temp) \
507 obstack_blank_fast (h, (h)->temp))
534 (((h)->temp > 0 && (h)->temp < (h)->chunk_limit - (char *) (h)->chunk)\
[all …]
/dragonfly/contrib/gdb-7/include/
H A Dobstack.h250 #define obstack_base(h) ((h)->object_base) argument
454 ((h)->chunk->prev == 0 && (h)->next_free - (h)->chunk->contents == 0)
464 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
472 (h)->next_free += (h)->temp)
476 (((h)->next_free + (h)->temp + 1 > (h)->chunk_limit) \
479 (h)->next_free += (h)->temp, \
505 (((h)->chunk_limit - (h)->next_free < (h)->temp) \
507 obstack_blank_fast (h, (h)->temp))
534 (((h)->temp > 0 && (h)->temp < (h)->chunk_limit - (char *) (h)->chunk)\
[all …]
/dragonfly/contrib/binutils-2.27/include/
H A Dobstack.h228 #define obstack_base(h) ((void *) (h)->object_base) argument
232 #define obstack_chunk_size(h) ((h)->chunk_size) argument
449 ((obstack_room (h) < (h)->temp.i) \
455 ((obstack_room (h) < (h)->temp.i) \
458 (h)->next_free += (h)->temp.i, \
466 (h)->next_free += (h)->temp.i, \
495 ((obstack_room (h) < (h)->temp.i) \
497 obstack_blank_fast (h, (h)->temp.i))
512 (h)->temp.p = (h)->object_base, \
526 ? (void) ((h)->next_free = (h)->object_base = (char *) (h)->temp.p) \
[all …]
/dragonfly/contrib/grep/lib/
H A Dobstack.h239 #define obstack_base(h) ((void *) (h)->object_base) argument
243 #define obstack_chunk_size(h) ((h)->chunk_size) argument
460 ((obstack_room (h) < (h)->temp.i) \
466 ((obstack_room (h) < (h)->temp.i) \
469 (h)->next_free += (h)->temp.i, \
477 (h)->next_free += (h)->temp.i, \
506 ((obstack_room (h) < (h)->temp.i) \
508 obstack_blank_fast (h, (h)->temp.i))
523 (h)->temp.p = (h)->object_base, \
537 ? (void) ((h)->next_free = (h)->object_base = (char *) (h)->temp.p) \
[all …]
/dragonfly/contrib/binutils-2.34/include/
H A Dobstack.h228 #define obstack_base(h) ((void *) (h)->object_base) argument
232 #define obstack_chunk_size(h) ((h)->chunk_size) argument
449 ((obstack_room (h) < (h)->temp.i) \
455 ((obstack_room (h) < (h)->temp.i) \
458 (h)->next_free += (h)->temp.i, \
466 (h)->next_free += (h)->temp.i, \
495 ((obstack_room (h) < (h)->temp.i) \
497 obstack_blank_fast (h, (h)->temp.i))
512 (h)->temp.p = (h)->object_base, \
526 ? (void) ((h)->next_free = (h)->object_base = (char *) (h)->temp.p) \
[all …]
/dragonfly/contrib/gcc-8.0/include/
H A Dobstack.h228 #define obstack_base(h) ((void *) (h)->object_base) argument
232 #define obstack_chunk_size(h) ((h)->chunk_size) argument
449 ((obstack_room (h) < (h)->temp.i) \
455 ((obstack_room (h) < (h)->temp.i) \
458 (h)->next_free += (h)->temp.i, \
466 (h)->next_free += (h)->temp.i, \
495 ((obstack_room (h) < (h)->temp.i) \
497 obstack_blank_fast (h, (h)->temp.i))
512 (h)->temp.p = (h)->object_base, \
526 ? (void) ((h)->next_free = (h)->object_base = (char *) (h)->temp.p) \
[all …]
/dragonfly/contrib/libedit/src/
H A Dhistory.c117 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev) argument
118 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev) argument
119 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev) argument
120 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev) argument
121 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev) argument
372 for (h->cursor = h->list.next; h->cursor != &h->list; in history_def_set()
398 for (h->cursor = h->list.prev; h->cursor != &h->list; in history_set_nth()
552 while (h->cur > h->max && h->cur > 0) in history_def_enter()
575 h->list.next = h->list.prev = &h->list; in history_def_init()
578 h->cursor = &h->list; in history_def_init()
[all …]
/dragonfly/include/
H A DMakefile11 INCS= a.out.h alloca.h ar.h assert.h bitstring.h byteswap.h \
12 cpio.h ctype.h db.h dirent.h disktab.h \
13 dlfcn.h elf.h elf-hints.h endian.h err.h \
14 float.h fmtmsg.h fnmatch.h fstab.h fts.h ftw.h \
16 iconv.h ieeefp.h ifaddrs.h iso646.h inttypes.h kenv.h \
17 langinfo.h libgen.h limits.h link.h locale.h malloc_np.h \
18 memory.h mntopts.h mpool.h mqueue.h monetary.h ndbm.h \
19 netconfig.h netdb.h nl_types.h nlist.h nss.h nsswitch.h \
20 objformat.h paths.h printf.h pthread.h pthread_np.h pwd.h \
30 uchar.h unistd.h ulimit.h utime.h utmpx.h \
[all …]
/dragonfly/contrib/lvm2/dist/include/
H A D.symlinks1 ../daemons/clvmd/clvm.h
3 ../liblvm/lvm2app.h
6 ../lib/cache/lvmcache.h
9 ../lib/config/config.h
31 ../lib/log/log.h
39 ../lib/mm/xlate.h
41 ../lib/misc/crc.h
42 ../lib/misc/intl.h
43 ../lib/misc/util.h
45 ../lib/misc/lib.h
[all …]
H A D.symlinks.in1 @top_srcdir@/daemons/clvmd/clvm.h
3 @top_srcdir@/liblvm/lvm2app.h
6 @top_srcdir@/lib/cache/lvmcache.h
9 @top_srcdir@/lib/config/config.h
31 @top_srcdir@/lib/log/log.h
39 @top_srcdir@/lib/mm/xlate.h
41 @top_srcdir@/lib/misc/crc.h
42 @top_srcdir@/lib/misc/intl.h
43 @top_srcdir@/lib/misc/util.h
45 @top_srcdir@/lib/misc/lib.h
[all …]
/dragonfly/gnu/lib/gcc80/libgcc/
H A DMakefile32 SRCS+= gthr-default.h sfp-machine.h
48 ${GCCDIR}/gcc/config/i386/cpuid.h \
111 ${GCCDIR}/gcc/config/i386/cet.h \
124 ${GCCDIR}/gcc/ginclude/stdfix.h
127 SRCS+= mm_malloc.h unwind.h
129 INCS= ${EXTRA_HEADERS} mm_malloc.h unwind.h
132 mm_malloc.h: ${GCCDIR}/gcc/config/i386/gmm_malloc.h
135 gthr-default.h: gthr-posix.h
138 sfp-machine.h: ${GCCDIR}/libgcc/config/i386/sfp-machine.h
144 unwind.h: unwind-generic.h
[all …]
/dragonfly/libexec/bootpd/
H A DMakefile.UNIX189 bootpd.o : bootp.h bptypes.h hash.h hwaddr.h bootpd.h dovend.h
190 bootpd.o : readfile.h report.h tzone.h patchlevel.h getif.h
191 bootpef.o : bootp.h bptypes.h hash.h hwaddr.h bootpd.h dovend.h
192 bootpef.o : readfile.h report.h tzone.h patchlevel.h
193 bootpgw.o : bootp.h bptypes.h getif.h hwaddr.h report.h patchlevel.h
194 bootptest.o : bootp.h bptypes.h bootptest.h getif.h patchlevel.h
195 dovend.o : bootp.h bptypes.h bootpd.h hash.h hwaddr.h report.h dovend.h
196 dumptab.o : bootp.h bptypes.h hash.h hwaddr.h report.h patchlevel.h bootpd.h
200 lookup.o : bootp.h bptypes.h lookup.h report.h
202 readfile.o : bootp.h bptypes.h hash.h hwaddr.h lookup.h readfile.h
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dobstack.c106 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
112 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
119 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
125 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
172 chunk = h->chunk = CALL_CHUNKFUN (h, h -> chunk_size); in _obstack_begin()
175 h->next_free = h->object_base = chunk->contents; in _obstack_begin()
218 chunk = h->chunk = CALL_CHUNKFUN (h, h -> chunk_size); in _obstack_begin_1()
221 h->next_free = h->object_base = chunk->contents; in _obstack_begin_1()
290 h->next_free = h->object_base + obj_size; in _obstack_newchunk()
350 h->object_base = h->next_free = (char *) (obj); in _obstack_free()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dobstack.c106 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
112 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
119 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
125 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
172 chunk = h->chunk = CALL_CHUNKFUN (h, h -> chunk_size); in _obstack_begin()
175 h->next_free = h->object_base = chunk->contents; in _obstack_begin()
218 chunk = h->chunk = CALL_CHUNKFUN (h, h -> chunk_size); in _obstack_begin_1()
221 h->next_free = h->object_base = chunk->contents; in _obstack_begin_1()
290 h->next_free = h->object_base + obj_size; in _obstack_newchunk()
350 h->object_base = h->next_free = (char *) (obj); in _obstack_free()
[all …]
/dragonfly/sys/platform/pc64/conf/
H A Doptions1 PPC_PROBE_CHIPSET opt_ppc.h
2 PPC_DEBUG opt_ppc.h
4 AUTO_EOI_1 opt_auto_eoi.h
5 AUTO_EOI_2 opt_auto_eoi.h
6 CONSPEED opt_comconsole.h
10 CPU_DISABLE_AVX opt_cpu.h
11 HAMMER_CPU opt_cpu.h
13 MAXCONS opt_syscons.h
33 VGA_DEBUG opt_vga.h
41 PSM_DEBUG opt_psm.h
[all …]

12345678910>>...95