Searched refs:mt (Results 1 - 25 of 125) sorted by relevance

12345

/freebsd-10.0-release/usr.bin/mt/
H A DMakefile4 PROG= mt
H A Dmt.c38 static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 5/4/95";
46 * mt --
322 const struct tape_desc *mt; local
324 for (mt = tapes;; mt++) {
325 if (mt->t_type == 0) {
330 if (mt->t_type == bp->mt_type)
333 if(mt->t_type == MT_ISAR)
337 mt->t_name, bp->mt_resid);
338 printreg("ds", (unsigned short)bp->mt_dsreg, mt
[all...]
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dparser_test.cpp222 tokenizer mt(iss, false);
224 EXPECT(mt, eof_type, "<<EOF>>");
225 EXPECT(mt, eof_type, "<<EOF>>");
230 tokenizer mt(iss, false);
232 EXPECT(mt, nl_type, "<<NEWLINE>>");
233 EXPECT(mt, eof_type, "<<EOF>>");
234 EXPECT(mt, eof_type, "<<EOF>>");
239 tokenizer mt(iss, false);
241 EXPECT(mt, nl_type, "<<NEWLINE>>");
242 EXPECT(mt, nl_typ
[all...]
/freebsd-10.0-release/lib/libgeom/
H A Dgeom_xml2tree.c66 struct mystate *mt; local
71 mt = userData;
72 mt->level++;
73 mt->sbuf[mt->level] = sbuf_new_auto();
79 mt->nident++;
84 mt->level + 1, mt->level + 1, "",
87 if (!strcmp(name, "class") && mt->class == NULL) {
88 mt
188 struct mystate *mt; local
321 struct mystate *mt; local
351 struct mystate *mt; local
[all...]
/freebsd-10.0-release/lib/libc/resolv/
H A Dmtctxres.c69 mtctxres_t *mt; local
78 if ((mt = malloc(sizeof (mtctxres_t))) == 0) {
83 memset(mt, 0, sizeof (mtctxres_t));
85 if ((ret = pthread_setspecific(key, mt)) != 0) {
86 free(mt);
97 mtctxres_t *mt = (mtctxres_t *)value; local
99 if (mt != 0)
100 free(mt);
107 mtctxres_t *mt; local
133 if (((mt
[all...]
/freebsd-10.0-release/usr.sbin/mtree/test/
H A Dtest00.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/fo
[all...]
H A Dtest02.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`
H A Dtest01.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`
H A Dtest04.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
/freebsd-10.0-release/sbin/ifconfig/
H A Dregdomain.c73 struct mystate *mt; local
77 mt = data;
78 if (++mt->level == MAXLEVEL) {
82 mt->sbuf[mt->level] = sbuf_new_auto();
92 printf("%*.*s[%s = %s]\n", mt->level + 1,
93 mt->level + 1, "", attr[i], attr[i+1]);
95 if (iseq(name, "rd") && mt->rd == NULL) {
96 if (mt->country == NULL) {
97 mt
172 decode_flag(struct mystate *mt, const char *p, int len) argument
230 struct mystate *mt; local
374 struct mystate *mt; local
406 struct mystate *mt; local
[all...]
/freebsd-10.0-release/lib/libiconv_modules/mapper_none/
H A Dcitrus_mapper_none.c68 struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
71 if (lenmt < sizeof(*mt))
75 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */
76 mt->mt_state_size = 0; /* stateless */
65 _citrus_mapper_none_mapper_init(struct _citrus_mapper_area *__restrict ma __unused, struct _citrus_mapper * __restrict cm, const char * __restrict dir __unused, const void * __restrict var __unused, size_t lenvar __unused, struct _citrus_mapper_traits * __restrict mt, size_t lenmt) argument
/freebsd-10.0-release/contrib/amd/amq/
H A Damq.c85 show_mti(amq_mount_tree *mt, enum show_opt e, int *mwid, int *dwid, int *twid) argument
90 int mw = strlen(mt->mt_mountinfo);
91 int dw = strlen(mt->mt_directory);
92 int tw = strlen(mt->mt_type);
104 struct tm *tp = localtime((time_t *) ((voidp) &mt->mt_mounttime));
107 *mt->mt_directory ? mt->mt_directory : "/", /* XXX */
109 mt->mt_type,
111 mt->mt_mountinfo,
112 mt
170 show_pwd(amq_mount_tree *mt, char *path, size_t l, int *flag) argument
194 show_mt(amq_mount_tree *mt, enum show_opt e, int *mwid, int *dwid, int *pwid) argument
543 amq_mount_tree_p mt; local
630 amq_mount_tree *mt = *mtp; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dipa-prop.c73 ipa_methodlist_method_set (ipa_methodlist_p wl, struct cgraph_node *mt) argument
75 wl->method_p = mt;
110 ipa_add_method (ipa_methodlist_p * wl, struct cgraph_node *mt) argument
115 ipa_methodlist_method_set (temp, mt);
139 ipa_method_formal_count (struct cgraph_node *mt) argument
141 return IPA_NODE_REF (mt)->ipa_arg_num;
146 ipa_method_formal_count_set (struct cgraph_node *mt, int i) argument
148 IPA_NODE_REF (mt)->ipa_arg_num = i;
153 ipa_method_is_modified (struct cgraph_node *mt, int i) argument
155 return IPA_NODE_REF (mt)
160 ipa_method_get_tree(struct cgraph_node *mt, int i) argument
167 ipa_method_tree_map_create(struct cgraph_node *mt) argument
175 ipa_method_modify_create(struct cgraph_node *mt) argument
183 ipa_method_modify_set(struct cgraph_node *mt, int i, bool val) argument
190 ipa_method_tree_map(struct cgraph_node *mt, tree ptree) argument
204 ipa_method_compute_tree_map(struct cgraph_node *mt) argument
225 ipa_method_formal_compute_count(struct cgraph_node *mt) argument
244 ipa_method_modify_stmt(struct cgraph_node *mt, tree stmt) argument
270 ipa_method_modify_init(struct cgraph_node *mt) argument
285 ipa_method_compute_modify(struct cgraph_node *mt) argument
437 struct cgraph_node *mt; local
[all...]
H A Dipa-cp.c101 For each method mt, whose parameters are consts, we create a clone/version.
149 ipcp_method_orig_node (struct cgraph_node *mt) argument
151 return IPA_NODE_REF (mt)->ipcp_orig_node;
190 ipcp_method_get_scale (struct cgraph_node *mt) argument
192 return IPA_NODE_REF (mt)->count_scale;
295 ipcp_method_cval (struct cgraph_node *mt, int info_type) argument
297 return &(IPA_NODE_REF (mt)->ipcp_cval[info_type]);
304 ipcp_cval_compute (struct ipcp_formal *cval, struct cgraph_node *mt, argument
323 (mt, info_type->formal_id));
327 (mt, info_typ
352 ipcp_formal_create(struct cgraph_node *mt) argument
360 ipcp_method_cval_set(struct cgraph_node *mt, int i, struct ipcp_formal *cval) argument
369 ipcp_method_cval_set_cvalue_type(struct cgraph_node *mt, int i, enum cvalue_type cval_type1) argument
418 ipcp_method_cval_init(struct cgraph_node *mt) argument
474 ipcp_propagate_const(struct cgraph_node *mt, int param, union parameter_info *cvalue ,enum cvalue_type type) argument
578 struct cgraph_node *mt, *callee; local
627 ipcp_method_dont_insert_const(struct cgraph_node *mt) argument
[all...]
/freebsd-10.0-release/tools/regression/geom/ConfCmp/
H A DConfCmp.c103 struct mytree *mt; local
107 mt = userData;
109 mt->ignore = 1;
112 mt->ignore = 0;
113 mt->indent += 2;
124 np->parent = mt->cur;
125 LIST_INSERT_HEAD(&mt->cur->children, np, siblings);
126 mt->cur = np;
132 struct mytree *mt; local
135 mt
154 struct mytree *mt; local
174 struct mytree *mt; local
[all...]
/freebsd-10.0-release/lib/libstdthreads/
H A Dmtx.c48 int mt; local
53 mt = PTHREAD_MUTEX_NORMAL;
57 mt = PTHREAD_MUTEX_RECURSIVE;
65 if (pthread_mutexattr_settype(&attr, mt) != 0)
/freebsd-10.0-release/contrib/mdocml/
H A Dman_term.c50 struct mtermp *mt, \
140 struct mtermp mt; local
160 memset(&mt, 0, sizeof(struct mtermp));
162 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent);
163 mt.offset = term_len(p, p->defindent);
166 print_man_nodelist(p, &mt, n->child, m);
247 mt->fl |= MANT_LITERAL;
249 mt->fl &= ~MANT_LITERAL;
303 savelit = MANT_LITERAL & mt
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dmerge.c161 const merge_target_t *mt,
177 = svn_prop_get_value(mt->old_actual_props, SVN_PROP_MIME_TYPE);
178 const svn_prop_t *prop = get_prop(mt->prop_diff, SVN_PROP_MIME_TYPE);
191 mt->db, mt->local_abspath,
192 mt->old_actual_props, TRUE,
206 mt->db, mt->local_abspath,
207 mt->old_actual_props, TRUE,
218 mt
159 detranslate_wc_file(const char **detranslated_abspath, const merge_target_t *mt, svn_boolean_t force_copy, const char *source_abspath, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
483 preserve_pre_merge_files(svn_skel_t **work_items, const char **left_copy, const char **right_copy, const char **target_copy, const merge_target_t *mt, const char *left_abspath, const char *right_abspath, const char *left_label, const char *right_label, const char *target_label, const char *detranslated_target_abspath, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
808 merge_text_file(svn_skel_t **work_items, svn_skel_t **conflict_skel, enum svn_wc_merge_outcome_t *merge_outcome, const merge_target_t *mt, const char *left_abspath, const char *right_abspath, const char *left_label, const char *right_label, const char *target_label, svn_boolean_t dry_run, const char *detranslated_target_abspath, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
982 merge_binary_file(svn_skel_t **work_items, svn_skel_t **conflict_skel, enum svn_wc_merge_outcome_t *merge_outcome, const merge_target_t *mt, const char *left_abspath, const char *right_abspath, const char *left_label, const char *right_label, const char *target_label, svn_boolean_t dry_run, const char *detranslated_target_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1099 merge_target_t mt; local
[all...]
/freebsd-10.0-release/contrib/amd/amd/
H A Dmapc.c355 map_type *mt=NULL, *lastmt; local
361 for (mt = maptypes; mt < lastmt; mt++) {
362 xstrlcat(buf, mt->name, l);
363 if (mt == (lastmt-1))
365 linesize += strlen(mt->name);
385 map_type *mt; local
389 for (mt = maptypes;
390 mt < maptype
588 map_type *mt; local
[all...]
/freebsd-10.0-release/lib/libiconv_modules/mapper_646/
H A Dcitrus_mapper_646.c167 struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
174 if (lenmt < sizeof(*mt))
190 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */
191 mt->mt_state_size = 0; /* stateless */
164 _citrus_mapper_646_mapper_init(struct _citrus_mapper_area *__restrict ma __unused, struct _citrus_mapper * __restrict cm, const char * __restrict dir, const void * __restrict var, size_t lenvar, struct _citrus_mapper_traits * __restrict mt, size_t lenmt) argument
/freebsd-10.0-release/lib/libiconv_modules/mapper_serial/
H A Dcitrus_mapper_serial.c162 struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
168 if (lenmt < sizeof(*mt))
183 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */
184 mt->mt_state_size = 0; /* stateless */
159 _citrus_mapper_serial_mapper_init(struct _citrus_mapper_area *__restrict ma __unused, struct _citrus_mapper * __restrict cm, const char * __restrict dir __unused, const void * __restrict var, size_t lenvar, struct _citrus_mapper_traits * __restrict mt, size_t lenmt) argument
/freebsd-10.0-release/contrib/nvi/common/
H A Dmsg.c44 mtype_t mt,
79 if (mt == M_BERR)
80 mt = M_ERR;
81 else if (mt == M_VINFO)
82 mt = M_INFO;
85 switch (mt) {
91 mt = M_ERR;
96 mt = M_INFO;
140 if (mt == M_SYSERR) {
153 if ((mt
42 msgq( SCR *sp, mtype_t mt, const char *fmt, ...) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c1356 mark_translated_t *mt;
1359 mt = apr_palloc(pool, sizeof(*mt));
1360 SVN_ERR(svn_stream_mark(b->stream, &mt->mark, pool));
1363 mt->saved_baton.in_baton = apr_pmemdup(pool, b->in_baton,
1364 sizeof(*mt->saved_baton.in_baton));
1365 mt->saved_baton.out_baton = apr_pmemdup(pool, b->out_baton,
1366 sizeof(*mt->saved_baton.out_baton));
1367 mt->saved_baton.written = b->written;
1368 mt
1352 mark_translated_t *mt; local
1381 const mark_translated_t *mt = (const mark_translated_t *)mark; local
[all...]
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_hpet.c152 struct hpet_timer *mt = (struct hpet_timer *)et->et_priv; local
154 struct hpet_softc *sc = mt->sc;
157 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]];
201 struct hpet_timer *mt = (struct hpet_timer *)et->et_priv; local
203 struct hpet_softc *sc = mt->sc;
205 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt
216 struct hpet_timer *mt; local
[all...]
/freebsd-10.0-release/sys/netipsec/
H A Dipsec6.h71 int skip, int protoff, struct m_tag *mt);

Completed in 574 milliseconds

12345