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

/haiku-fatelf/src/libs/ncurses/tack/
H A Dmenu.c126 struct test_list *mt; local
155 for (mt = menu->tests; (mt->flags & MENU_LAST) == 0; mt++) {
156 if (mt->menu_entry) {
158 ptextln(mt->menu_entry);
195 for (mt = menu->tests; (mt->flags & MENU_LAST) == 0; mt++) {
196 if (mt
326 struct test_list *mt; local
349 struct test_list *mt; local
374 struct test_list *mt; local
[all...]
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dmtctxres.c62 mtctxres_t *mt; local
71 if ((mt = malloc(sizeof (mtctxres_t))) == 0) {
76 memset(mt, 0, sizeof (mtctxres_t));
78 if ((ret = pthread_setspecific(key, mt)) != 0) {
79 free(mt);
90 mtctxres_t *mt = (mtctxres_t *)value; local
92 if (mt != 0)
93 free(mt);
100 mtctxres_t *mt; local
121 if (((mt
[all...]
/haiku-fatelf/src/kits/locale/
H A DInitLocaleKit.cpp53 BMimeType mt; local
54 status_t res = mt.SetTo(DefaultCatalog::kCatMimeType);
55 if (res == B_OK && !mt.IsInstalled()) {
58 res = mt.GetSupertype(&supertype);
93 res = mt.SetAttrInfo(&attrMsg);
100 res = mt.SetFileExtensions(&extMsg);
105 mt.SetShortDescription("Translation Catalog");
106 res = mt.SetLongDescription("Catalog with translated application resources");
110 res = mt.Install();
/haiku-fatelf/src/bin/network/telnet/
H A Dcommands.c1180 struct modelist *mt;
1183 for (mt = ModeList; mt->name; mt++) {
1184 if (mt->help) {
1185 if (*mt->help)
1186 printf("%-15s %s\n", mt->name, mt->help);
1200 struct modelist *mt;
1205 } else if ((mt
1176 struct modelist *mt; local
1196 struct modelist *mt; local
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcofflink.c1571 struct coff_debug_merge_type *mt;
1598 mt = bfd_alloc (input_bfd, amt);
1599 if (mt == NULL)
1601 mt->class = isym.n_sclass;
1610 epp = &mt->elements;
1611 mt->elements = NULL;
1680 if (mt->elements == NULL)
1681 bfd_release (input_bfd, mt);
1690 if (mtl->class != mt->class)
1693 for (me = mt
1570 struct coff_debug_merge_type *mt; local
[all...]
H A Dcoff-rs6000.c2317 bfd_byte *member_table, *mt;
2503 mt = member_table + SIZEOF_AR_HDR_BIG;
2504 memcpy (mt, XCOFFARFMAG, SXCOFFARFMAG);
2505 mt += SXCOFFARFMAG;
2507 PRINT20 (mt, count);
2508 mt += XCOFFARMAGBIG_ELEMENT_SIZE;
2511 PRINT20 (mt, offsets[i]);
2512 mt += XCOFFARMAGBIG_ELEMENT_SIZE;
2528 namlen = sprintf (mt, "%s", name);
2529 mt
2314 bfd_byte *member_table, *mt; local
[all...]
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dbench461 pipe $OPTS -N "pipe_pmt1" -s 1 -I 8000 -x pipe -m mt
464 pipe $OPTS -N "pipe_pmt4k" -s 4k -I 8000 -x pipe -m mt
468 pipe $OPTS -N "pipe_smt1" -s 1 -I 8000 -x sock -m mt
471 pipe $OPTS -N "pipe_smt4k" -s 4k -I 8000 -x sock -m mt
475 pipe $OPTS -N "pipe_tmt1" -s 1 -I 8000 -x tcp -m mt
478 pipe $OPTS -N "pipe_tmt4k" -s 4k -I 8000 -x tcp -m mt
/haiku-fatelf/src/bin/bash/support/
H A Dconfig.sub273 | mt \
302 basic_machine=mt-unknown
356 | mt-* \
740 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dconfig.sub271 | mt \
300 basic_machine=mt-unknown
352 | mt-* \
736 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dconfig.sub282 | mt \
313 basic_machine=mt-unknown
368 | mt-* \
772 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
H A Dltmain.sh4579 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
5070 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
/haiku-fatelf/src/bin/gdb/
H A Dconfigure2626 target_makefile_frag="config/mt-netware"
2629 target_makefile_frag="config/mt-gnu"
2643 target_makefile_frag="config/mt-wince"
2652 alphaieee_frag="config/mt-alphaieee"
2662 ospace_frag="config/mt-ospace"
2665 ospace_frag="config/mt-d30v"
2668 ospace_frag="config/mt-ospace"
/haiku-fatelf/src/bin/gdb/gdb/nlm/
H A Dconfigure744 target_makefile_frag=${srcdir}/../config/${gdb_target_cpu}/gdbserve.mt
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src18276 mt70|mt-70|Morrow MD-70; native Morrow mode,
H A Dterminfo.tmp18276 mt70|mt-70|Morrow MD-70; native Morrow mode,
/haiku-fatelf/src/libs/termcap/
H A Dtermcap.src[all...]

Completed in 900 milliseconds