Home
last modified time | relevance | path

Searched refs:mt (Results 1 – 25 of 221) sorted by relevance

123456789

/NextBSD/lib/libgeom/
HDgeom_xml2tree.c66 struct mystate *mt; in StartElement() local
71 mt = userData; in StartElement()
72 mt->level++; in StartElement()
73 mt->sbuf[mt->level] = sbuf_new_auto(); in StartElement()
79 mt->nident++; in StartElement()
84 mt->level + 1, mt->level + 1, "", in StartElement()
87 if (!strcmp(name, "class") && mt->class == NULL) { in StartElement()
88 mt->class = calloc(1, sizeof *mt->class); in StartElement()
89 if (mt->class == NULL) { in StartElement()
90 mt->error = errno; in StartElement()
[all …]
/NextBSD/lib/lib80211/
HDlib80211_regdomain.c74 struct mystate *mt; in start_element() local
78 mt = data; in start_element()
79 if (++mt->level == MAXLEVEL) { in start_element()
83 mt->sbuf[mt->level] = sbuf_new_auto(); in start_element()
93 printf("%*.*s[%s = %s]\n", mt->level + 1, in start_element()
94 mt->level + 1, "", attr[i], attr[i+1]); in start_element()
96 if (iseq(name, "rd") && mt->rd == NULL) { in start_element()
97 if (mt->country == NULL) { in start_element()
98 mt->rd = calloc(1, sizeof(struct regdomain)); in start_element()
99 mt->rd->name = strdup(id); in start_element()
[all …]
/NextBSD/contrib/amd/amq/
HDamq.c85 show_mti(amq_mount_tree *mt, enum show_opt e, int *mwid, int *dwid, int *twid) in show_mti() argument
90 int mw = strlen(mt->mt_mountinfo); in show_mti()
91 int dw = strlen(mt->mt_directory); in show_mti()
92 int tw = strlen(mt->mt_type); in show_mti()
104 struct tm *tp = localtime((time_t *) ((voidp) &mt->mt_mounttime)); in show_mti()
107 *mt->mt_directory ? mt->mt_directory : "/", /* XXX */ in show_mti()
109 mt->mt_type, in show_mti()
111 mt->mt_mountinfo, in show_mti()
112 mt->mt_mountpoint, in show_mti()
114 mt->mt_mountuid, in show_mti()
[all …]
/NextBSD/contrib/mdocml/
HDman_term.c49 struct mtermp *mt, \
143 struct mtermp mt; in terminal_man() local
154 memset(&mt, 0, sizeof(struct mtermp)); in terminal_man()
156 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent); in terminal_man()
157 mt.offset = term_len(p, p->defindent); in terminal_man()
158 mt.pardist = 1; in terminal_man()
166 print_man_nodelist(p, &mt, in terminal_man()
179 print_man_nodelist(p, &mt, n, meta); in terminal_man()
242 mt->fl |= MANT_LITERAL; in pre_literal()
244 mt->fl &= ~MANT_LITERAL; in pre_literal()
[all …]
/NextBSD/contrib/gcc/
HDipa-prop.c73 ipa_methodlist_method_set (ipa_methodlist_p wl, struct cgraph_node *mt) in ipa_methodlist_method_set() argument
75 wl->method_p = mt; in ipa_methodlist_method_set()
110 ipa_add_method (ipa_methodlist_p * wl, struct cgraph_node *mt) in ipa_add_method() argument
115 ipa_methodlist_method_set (temp, mt); in ipa_add_method()
139 ipa_method_formal_count (struct cgraph_node *mt) in ipa_method_formal_count() argument
141 return IPA_NODE_REF (mt)->ipa_arg_num; in ipa_method_formal_count()
146 ipa_method_formal_count_set (struct cgraph_node *mt, int i) in ipa_method_formal_count_set() argument
148 IPA_NODE_REF (mt)->ipa_arg_num = i; in ipa_method_formal_count_set()
153 ipa_method_is_modified (struct cgraph_node *mt, int i) in ipa_method_is_modified() argument
155 return IPA_NODE_REF (mt)->ipa_mod[i]; in ipa_method_is_modified()
[all …]
HDipa-cp.c149 ipcp_method_orig_node (struct cgraph_node *mt) in ipcp_method_orig_node() argument
151 return IPA_NODE_REF (mt)->ipcp_orig_node; in ipcp_method_orig_node()
190 ipcp_method_get_scale (struct cgraph_node *mt) in ipcp_method_get_scale() argument
192 return IPA_NODE_REF (mt)->count_scale; in ipcp_method_get_scale()
295 ipcp_method_cval (struct cgraph_node *mt, int info_type) in ipcp_method_cval() argument
297 return &(IPA_NODE_REF (mt)->ipcp_cval[info_type]); in ipcp_method_cval()
304 ipcp_cval_compute (struct ipcp_formal *cval, struct cgraph_node *mt, in ipcp_cval_compute() argument
323 (mt, info_type->formal_id)); in ipcp_cval_compute()
327 (mt, info_type->formal_id)), in ipcp_cval_compute()
352 ipcp_formal_create (struct cgraph_node *mt) in ipcp_formal_create() argument
[all …]
/NextBSD/tools/regression/geom/ConfCmp/
HDConfCmp.c103 struct mytree *mt; in StartElement() local
107 mt = userData; in StartElement()
109 mt->ignore = 1; in StartElement()
112 mt->ignore = 0; in StartElement()
113 mt->indent += 2; in StartElement()
124 np->parent = mt->cur; in StartElement()
125 LIST_INSERT_HEAD(&mt->cur->children, np, siblings); in StartElement()
126 mt->cur = np; in StartElement()
132 struct mytree *mt; in EndElement() local
135 mt = userData; in EndElement()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDmerge.c161 const merge_target_t *mt, in detranslate_wc_file() argument
177 = svn_prop_get_value(mt->old_actual_props, SVN_PROP_MIME_TYPE); in detranslate_wc_file()
178 const svn_prop_t *prop = get_prop(mt->prop_diff, SVN_PROP_MIME_TYPE); in detranslate_wc_file()
191 mt->db, mt->local_abspath, in detranslate_wc_file()
192 mt->old_actual_props, TRUE, in detranslate_wc_file()
206 mt->db, mt->local_abspath, in detranslate_wc_file()
207 mt->old_actual_props, TRUE, in detranslate_wc_file()
218 mt->db, mt->local_abspath, in detranslate_wc_file()
219 mt->old_actual_props, TRUE, in detranslate_wc_file()
233 if ((prop = get_prop(mt->prop_diff, SVN_PROP_EOL_STYLE)) && prop->value) in detranslate_wc_file()
[all …]
/NextBSD/lib/libc/resolv/
HDmtctxres.c69 mtctxres_t *mt; in __res_init_ctx() local
78 if ((mt = malloc(sizeof (mtctxres_t))) == 0) { in __res_init_ctx()
83 memset(mt, 0, sizeof (mtctxres_t)); in __res_init_ctx()
85 if ((ret = pthread_setspecific(key, mt)) != 0) { in __res_init_ctx()
86 free(mt); in __res_init_ctx()
97 mtctxres_t *mt = (mtctxres_t *)value; in __res_destroy_ctx() local
99 if (mt != 0) in __res_destroy_ctx()
100 free(mt); in __res_destroy_ctx()
107 mtctxres_t *mt; in ___mtctxres() local
133 if (((mt = pthread_getspecific(key)) != 0) || in ___mtctxres()
[all …]
/NextBSD/usr.sbin/fmtree/test/
HDtest00.sh16 mkdir -p ${TMP} ${TMP}/mr ${TMP}/mt
19 mkdir ${TMP}/mt/foo
21 mtree -c -p ${TMP}/mr | mtree -U -r -p ${TMP}/mt > /dev/null 2>&1
22 if [ -d ${TMP}/mt/foo ] ; then
29 mkdir -p ${TMP}/mt/foo
31 mtree -c -p ${TMP}/mr | mtree -U -r -p ${TMP}/mt > /dev/null 2>&1
32 if [ -d ${TMP}/mt/foo ] ; then
39 mkdir -p ${TMP}/mt/foo
41 mtree -c -p ${TMP}/mr | mtree -U -r -p ${TMP}/mt > /dev/null 2>&1
42 if [ -d ${TMP}/mt/foo ] ; then
[all …]
HDtest04.sh16 mkdir -p ${TMP} ${TMP}/mr ${TMP}/mt
20 mkdir ${TMP}/mt/a
21 mkdir ${TMP}/mt/b
22 touch ${TMP}/mt/z
25 mtree -c -p ${TMP}/mt > ${TMP}/_t
HDtest02.sh16 mkdir -p ${TMP} ${TMP}/mr ${TMP}/mt
19 touch ${TMP}/mt/oldfile
23 mtree -U -r -p ${TMP}/mt < ${TMP}/_ > /dev/null
26 y=x`(cd ${TMP}/mt ; ls -l 2>&1) || true`
HDtest01.sh16 mkdir -p ${TMP} ${TMP}/mr ${TMP}/mt
22 if mtree -U -r -p ${TMP}/mt < ${TMP}/_ > /dev/null 2>&1 ; then
31 y=x`(cd ${TMP}/mt ; ls -l foo 2>&1) || true`
/NextBSD/contrib/amd/amd/
HDmapc.c355 map_type *mt=NULL, *lastmt; in mapc_showtypes() local
361 for (mt = maptypes; mt < lastmt; mt++) { in mapc_showtypes()
362 xstrlcat(buf, mt->name, l); in mapc_showtypes()
363 if (mt == (lastmt-1)) in mapc_showtypes()
365 linesize += strlen(mt->name); in mapc_showtypes()
385 map_type *mt; in mapc_type_exists() local
389 for (mt = maptypes; in mapc_type_exists()
390 mt < maptypes + sizeof(maptypes) / sizeof(maptypes[0]); in mapc_type_exists()
391 mt++) { in mapc_type_exists()
392 if (STREQ(type, mt->name)) in mapc_type_exists()
[all …]
/NextBSD/lib/libiconv_modules/mapper_none/
HDcitrus_mapper_none.c68 struct _citrus_mapper_traits * __restrict mt, size_t lenmt) in _citrus_mapper_none_mapper_init() argument
71 if (lenmt < sizeof(*mt)) in _citrus_mapper_none_mapper_init()
75 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */ in _citrus_mapper_none_mapper_init()
76 mt->mt_state_size = 0; /* stateless */ in _citrus_mapper_none_mapper_init()
/NextBSD/contrib/binutils/config/
HDChangeLog54 * mt-spu (all-ld): Depend on all-binutils.
66 * mt-spu: New file.
187 * mt-ppc-aix: Delete.
191 * mt-ppc-aix, mh-ppc-aix: New.
211 * mt-gnu (CXXFLAGS): Include SYSROOT_CFLAGS_FOR_TARGET.
302 * mt-linux: Rename to ...
303 * mt-gnu: ... this.
392 mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
400 * mt-aix43: Delete.
441 * mt-armpic: Delete.
[all …]
/NextBSD/lib/libstdthreads/
HDmtx.c48 int mt; in mtx_init() local
53 mt = PTHREAD_MUTEX_NORMAL; in mtx_init()
57 mt = PTHREAD_MUTEX_RECURSIVE; in mtx_init()
65 if (pthread_mutexattr_settype(&attr, mt) != 0) in mtx_init()
/NextBSD/contrib/nvi/common/
HDmsg.c44 mtype_t mt, in msgq() argument
79 if (mt == M_BERR) in msgq()
80 mt = M_ERR; in msgq()
81 else if (mt == M_VINFO) in msgq()
82 mt = M_INFO; in msgq()
85 switch (mt) { in msgq()
91 mt = M_ERR; in msgq()
96 mt = M_INFO; in msgq()
140 if (mt == M_SYSERR) { in msgq()
153 if ((mt == M_ERR || mt == M_SYSERR) && in msgq()
[all …]
/NextBSD/lib/libiconv_modules/mapper_646/
HDcitrus_mapper_646.c167 struct _citrus_mapper_traits * __restrict mt, size_t lenmt) in _citrus_mapper_646_mapper_init() argument
174 if (lenmt < sizeof(*mt)) in _citrus_mapper_646_mapper_init()
190 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */ in _citrus_mapper_646_mapper_init()
191 mt->mt_state_size = 0; /* stateless */ in _citrus_mapper_646_mapper_init()
/NextBSD/lib/libiconv_modules/mapper_serial/
HDcitrus_mapper_serial.c162 struct _citrus_mapper_traits * __restrict mt, size_t lenmt) in _citrus_mapper_serial_mapper_init() argument
168 if (lenmt < sizeof(*mt)) in _citrus_mapper_serial_mapper_init()
183 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */ in _citrus_mapper_serial_mapper_init()
184 mt->mt_state_size = 0; /* stateless */ in _citrus_mapper_serial_mapper_init()
/NextBSD/contrib/binutils/opcodes/po/
HDPOTFILES.in121 mt-asm.c
122 mt-desc.c
123 mt-desc.h
124 mt-dis.c
125 mt-ibld.c
126 mt-opc.c
127 mt-opc.h
HDopcodes.pot154 #: mt-ibld.c:200 openrisc-ibld.c:200 xc16x-ibld.c:200 xstormy16-ibld.c:200
197 #: m32c-asm.c:1588 m32r-asm.c:327 mep-asm.c:1000 mt-asm.c:594
204 #: m32c-asm.c:1639 m32r-asm.c:378 mep-asm.c:1051 mt-asm.c:645
216 #: mep-asm.c:1378 mt-asm.c:780 mt-asm.c:784 mt-asm.c:871 mt-asm.c:972
225 #: m32c-asm.c:1821 m32r-asm.c:560 mep-asm.c:1233 mt-asm.c:827
232 #: m32c-asm.c:1831 m32r-asm.c:570 mep-asm.c:1243 mt-asm.c:837
239 #: m32c-asm.c:1859 m32r-asm.c:598 mep-asm.c:1271 mt-asm.c:865
245 #: m32c-asm.c:1965 m32r-asm.c:704 mep-asm.c:1377 mt-asm.c:971
251 #: m32c-asm.c:1977 m32r-asm.c:716 mep-asm.c:1389 mt-asm.c:983
258 #: m32c-asm.c:1980 m32r-asm.c:719 mep-asm.c:1392 mt-asm.c:986
[all …]
/NextBSD/sys/dev/acpica/
HDacpi_hpet.c170 struct hpet_timer *mt = (struct hpet_timer *)et->et_priv; in hpet_start() local
172 struct hpet_softc *sc = mt->sc; in hpet_start()
175 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]]; in hpet_start()
219 struct hpet_timer *mt = (struct hpet_timer *)et->et_priv; in hpet_stop() local
221 struct hpet_softc *sc = mt->sc; in hpet_stop()
223 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]]; in hpet_stop()
234 struct hpet_timer *mt; in hpet_intr_single() local
271 mt = (t->pcpu_master < 0) ? t : &sc->t[t->pcpu_master]; in hpet_intr_single()
272 if (mt->et.et_active) in hpet_intr_single()
273 mt->et.et_event_cb(&mt->et, mt->et.et_arg); in hpet_intr_single()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdsl_bookmark.c62 matchtype_t mt; in dsl_dataset_bmark_lookup() local
69 mt = MT_FIRST; in dsl_dataset_bmark_lookup()
71 mt = MT_EXACT; in dsl_dataset_bmark_lookup()
74 sizeof (*bmark_phys) / sizeof (uint64_t), bmark_phys, mt, in dsl_dataset_bmark_lookup()
342 matchtype_t mt; in dsl_dataset_bookmark_remove() local
345 mt = MT_FIRST; in dsl_dataset_bookmark_remove()
347 mt = MT_EXACT; in dsl_dataset_bookmark_remove()
349 return (zap_remove_norm(mos, bmark_zapobj, name, mt, tx)); in dsl_dataset_bookmark_remove()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDsubst.c1367 mark_translated_t *mt; in translated_stream_mark() local
1370 mt = apr_palloc(pool, sizeof(*mt)); in translated_stream_mark()
1371 SVN_ERR(svn_stream_mark(b->stream, &mt->mark, pool)); in translated_stream_mark()
1374 mt->saved_baton.in_baton = apr_pmemdup(pool, b->in_baton, in translated_stream_mark()
1375 sizeof(*mt->saved_baton.in_baton)); in translated_stream_mark()
1376 mt->saved_baton.out_baton = apr_pmemdup(pool, b->out_baton, in translated_stream_mark()
1377 sizeof(*mt->saved_baton.out_baton)); in translated_stream_mark()
1378 mt->saved_baton.written = b->written; in translated_stream_mark()
1379 mt->saved_baton.readbuf = svn_stringbuf_dup(b->readbuf, pool); in translated_stream_mark()
1380 mt->saved_baton.readbuf_off = b->readbuf_off; in translated_stream_mark()
[all …]

123456789