Searched refs:mfp (Results 1 - 25 of 58) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dsynth4.C6 typedef void (X::*mfp)(); typedef
9 mfp memfp;
H A Dnet2.C35 dmem mfp = (argc == 1)? &D::a: &D::b; local
36 (d.*mfp)();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp8039.C13 int (C::*mfp)() = &C::func;
14 bar((int*)mfp); // { dg-error "" } no clear semantics
H A Dp16146.C89 myFoundation* mfp = cip; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dsynth4.C6 typedef void (X::*mfp)(); typedef
9 mfp memfp;
H A Dnet2.C35 dmem mfp = (argc == 1)? &D::a: &D::b; local
36 (d.*mfp)();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp8039.C13 int (C::*mfp)() = &C::func;
14 bar((int*)mfp); // { dg-error "" } no clear semantics
H A Dp16146.C89 myFoundation* mfp = cip; local
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/arch/alpha/
H A DMakefile.inc3 COPTS+= -mieee-with-inexact -mfp-rounding-mode=d
/netbsd-6-1-5-RELEASE/share/man/man4/man4.x68k/
H A DMakefile3 MAN= bmd.4 intio.4 intro.4 mfp.4 neptune.4 powsw.4 vs.4
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_file.c102 FILE *mfp = NULL; local
130 if (mfp) {
131 endmntent(mfp);
132 mfp = NULL;
152 mfp = setmntent((char *)mnttabname, mode);
153 if (!mfp) {
184 rc = lock(fileno(mfp));
188 endmntent(mfp);
219 return mfp;
246 FILE *mfp; local
358 FILE *mfp; local
418 FILE *mfp = open_locked_mtab(mnttabname, "r+", fs); local
[all...]
H A Dmtab_linux.c283 FILE *mfp = NULL; local
297 mfp = setmntent((char *)mnttabname, mode);
298 if (!mfp) {
302 return mfp;
333 FILE *mfp; local
382 mfp = setmntent(tmpname, "w");
383 if (!mfp) {
394 if (addmntent(mfp, mp->mnt)) {
408 if (fflush(mfp)) {
413 (void) endmntent(mfp);
448 FILE *mfp; local
516 FILE *mfp = open_locked_mtab(mnttabname, "r+", fs); local
[all...]
H A Dmtab_mach3.c100 FILE *mfp = NULL; local
128 if (mfp) {
129 endmntent(mfp);
130 mfp = NULL;
149 mfp = setmntent(mnttabname, mode);
150 if (!mfp) {
181 rc = lock(fileno(mfp));
185 endmntent(mfp);
215 return mfp;
312 FILE *mfp; local
422 FILE *mfp; local
469 FILE *mfp = open_locked_mtab(mnttabname, "r+", fs); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype12.C21 int&& (X::*mfp)(const int&) = &X::f; variable
34 static_assert(is_same<decltype((xr.*mfp)(i)), int&&>::value,
36 static_assert(is_same<decltype((xp->*mfp)(i)), int&&>::value,
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dmeta.h38 FILE *mfp; member in struct:BuildMon
H A Dmeta.c150 filemon_read(FILE *mfp, int fd) argument
156 if (mfp == NULL) {
166 fprintf(mfp, "-- filemon acquired metadata --\n");
169 fprintf(mfp, "%s", buf);
171 fflush(mfp);
362 meta_file_t *mfp = mfpp; local
367 cmd = cp = Var_Subst(NULL, cmd, mfp->gn, FALSE);
369 fprintf(mfp->fp, "CMD %s\n", cmd);
609 pbm->mfp = meta_create(pbm, gn);
616 if (pbm->mfp !
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/vax/boot/boot/
H A Dautoconf.c143 int off, *mfp = (int *)(void *)&arg; local
145 off = (mfp[7]/4 + 8);
146 printf("Machine check, pc=%x, psl=%x\n", mfp[off], mfp[off+1]);
/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dmsort.c101 FILE *mfp, *mfp1, *mfp2; local
105 mfp = ftmp();
106 merge_sort_fstack(mfp, putrec, ftbl);
125 fstack_1[fstack_1_count].fp = mfp;
156 FILE *mfp; local
185 mfp = ftmp();
187 merge_sort_fstack(mfp, putrec, ftbl);
188 fstack[0].fp = mfp;
/netbsd-6-1-5-RELEASE/sys/arch/atari/include/
H A Dmfp.h1 /* $NetBSD: mfp.h,v 1.5 2003/05/03 18:10:47 wiz Exp $ */
36 #define MFP ((struct mfp *)AD_MFP)
37 #define MFP2 ((struct mfp *)AD_MFP2)
46 struct mfp { struct
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dmfp.c1 /* $NetBSD: mfp.c,v 1.24 2011/05/04 12:27:03 tsutsui Exp $ */
45 __KERNEL_RCSID(0, "$NetBSD: mfp.c,v 1.24 2011/05/04 12:27:03 tsutsui Exp $");
57 #include <arch/x68k/dev/mfp.h>
65 CFATTACH_DECL_NEW(mfp, sizeof(struct mfp_softc),
76 if (strcmp(ia->ia_name, "mfp") != 0)
116 config_search_ia(mfp_search, self, "mfp", NULL);
H A Dkbd.c55 #include <arch/x68k/dev/mfp.h>
116 struct mfp_softc *mfp = device_private(parent); local
124 intio_intr_establish(mfp->sc_intr + 12, "kbd", kbdintr, sc);
/netbsd-6-1-5-RELEASE/sys/arch/atari/vme/
H A Dvme_machdep.c44 #include <machine/mfp.h>
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Damfs_generic.c631 mntfs **mfp; local
641 for (mfp = cp->mp->am_mfarray; *mfp; mfp++) {
642 free_mntfs(*mfp);
1168 mntfs **mfp; local
1169 for (mfp = mf_array; *mfp; mfp++)
1170 if (*mfp !
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/vacation/
H A Dvacation.c586 FILE *mfp, *sfp; local
591 mfp = fopen(msgfile, "r");
592 if (mfp == NULL) {
614 (void)close(fileno(mfp));
631 while (fgets(buf, sizeof buf, mfp) != NULL) {
642 (void)fclose(mfp);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/conf/
H A DMakefile.x68k80 intio_dmac.o mfp.o neptune.o opm.o scsirom.o xel.o zs.o bus.o: Makefile

Completed in 275 milliseconds

123