Home
last modified time | relevance | path

Searched refs:mfp (Results 1 – 25 of 74) sorted by relevance

123

/netbsd-src/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_file.c98 FILE *mfp = NULL; in open_locked_mtab() local
126 if (mfp) { in open_locked_mtab()
127 endmntent(mfp); in open_locked_mtab()
128 mfp = NULL; in open_locked_mtab()
148 mfp = setmntent((char *)mnttabname, mode); in open_locked_mtab()
149 if (!mfp) { in open_locked_mtab()
180 rc = lock(fileno(mfp)); in open_locked_mtab()
184 endmntent(mfp); in open_locked_mtab()
215 return mfp; in open_locked_mtab()
242 FILE *mfp; in rewrite_mtab() local
[all …]
H A Dmtab_mach3.c96 FILE *mfp = NULL; in open_locked_mtab() local
124 if (mfp) { in open_locked_mtab()
125 endmntent(mfp); in open_locked_mtab()
126 mfp = NULL; in open_locked_mtab()
145 mfp = setmntent(mnttabname, mode); in open_locked_mtab()
146 if (!mfp) { in open_locked_mtab()
177 rc = lock(fileno(mfp)); in open_locked_mtab()
181 endmntent(mfp); in open_locked_mtab()
211 return mfp; in open_locked_mtab()
308 FILE *mfp; in rewrite_mtab() local
[all …]
H A Dmtab_linux.c291 FILE *mfp = NULL; in open_locked_mtab() local
305 mfp = setmntent((char *)mnttabname, mode); in open_locked_mtab()
306 if (!mfp) { in open_locked_mtab()
311 return mfp; in open_locked_mtab()
342 FILE *mfp; in rewrite_mtab() local
391 mfp = setmntent(tmpname, "w"); in rewrite_mtab()
392 if (!mfp) { in rewrite_mtab()
403 if (addmntent(mfp, mp->mnt)) { in rewrite_mtab()
417 if (fflush(mfp)) { in rewrite_mtab()
422 (void) endmntent(mfp); in rewrite_mtab()
[all …]
/netbsd-src/usr.bin/make/
H A Dmeta.c129 if (!useFilemon || pbm->mfp == NULL) in meta_open_filemon()
165 filemon_read(FILE *mfp, int fd) in filemon_read() argument
171 if (mfp == NULL) { in filemon_read()
180 fprintf(mfp, "\n"); in filemon_read()
185 fprintf(mfp, "\n-- filemon acquired metadata --\n"); in filemon_read()
188 if ((ssize_t)fwrite(buf, 1, (size_t)n, mfp) < n) in filemon_read()
192 if (fflush(mfp) != 0) in filemon_read()
651 pbm->mfp = meta_create(pbm, gn); in meta_job_start()
658 if (pbm->mfp != NULL && useFilemon) { in meta_job_start()
678 if (pbm->mfp != NULL) { in meta_job_child()
[all …]
H A Dmeta.h38 FILE *mfp; member
/netbsd-src/usr.bin/sort/
H A Dmsort.c101 FILE *mfp, *mfp1, *mfp2; in save_for_merge() local
105 mfp = ftmp(); in save_for_merge()
106 merge_sort_fstack(mfp, putrec, ftbl); in save_for_merge()
125 fstack_1[fstack_1_count].fp = mfp; in save_for_merge()
156 FILE *mfp; in merge_sort() local
185 mfp = ftmp(); in merge_sort()
187 merge_sort_fstack(mfp, putrec, ftbl); in merge_sort()
188 fstack[0].fp = mfp; in merge_sort()
/netbsd-src/sys/arch/vax/boot/boot/
H A Dautoconf.c138 int off, *mfp = (int *)(void *)&arg; in mcheck() local
140 off = (mfp[7]/4 + 8); in mcheck()
141 printf("Machine check, pc=%x, psl=%x\n", mfp[off], mfp[off+1]); in mcheck()
/netbsd-src/sys/arch/x68k/conf/
H A Dfiles.x68k86 device mfp {}
87 attach mfp at intio
88 file arch/x68k/dev/mfp.c mfp
91 attach clock at mfp
95 attach kbd at mfp
99 attach powsw at mfp
H A DMakefile.x68k83 intio_dmac.o mfp.o neptune.o opm.o scsirom.o xel.o zs.o bus.o: Makefile
/netbsd-src/sys/arch/atari/include/
H A Dmfp.h36 #define MFP ((struct mfp *)AD_MFP)
37 #define MFP2 ((struct mfp *)AD_MFP2)
46 struct mfp { struct
/netbsd-src/usr.bin/vacation/
H A Dvacation.c600 FILE *mfp, *sfp; in sendmessage() local
605 mfp = fopen(msgfile, "r"); in sendmessage()
606 if (mfp == NULL) { in sendmessage()
628 (void)close(fileno(mfp)); in sendmessage()
646 while (fgets(buf, sizeof buf, mfp) != NULL) { in sendmessage()
657 (void)fclose(mfp); in sendmessage()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.opt25 mfp-regs
112 mfp-rounding-mode=
116 mfp-trap-mode=
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.opt25 mfp-regs
112 mfp-rounding-mode=
116 mfp-trap-mode=
/netbsd-src/regress/lib/libc/ieeefp/testfloat/arch/alpha/
H A DMakefile.inc3 COPTS+= -mieee-with-inexact -mfp-rounding-mode=d
/netbsd-src/share/man/man4/man4.x68k/
H A DMakefile3 MAN= bmd.4 intio.4 intro.4 mfp.4 neptune.4 powsw.4 vs.4
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/alpha/
H A Dt-linux4 HOST_LIBGCC2_CFLAGS += -mfp-rounding-mode=d
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/alpha/
H A Dt-linux4 HOST_LIBGCC2_CFLAGS += -mfp-rounding-mode=d
/netbsd-src/sys/arch/x68k/x68k/
H A Diodevice.h82 struct mfp { struct
312 struct mfp io_mfp; /* 0x00e88000 */
/netbsd-src/sys/arch/x68k/dev/
H A Dkbd.c135 struct mfp_softc *mfp = device_private(parent); in kbdattach() local
142 intio_intr_establish(mfp->sc_intr + 12, "kbd", kbdintr, sc); in kbdattach()
H A Dmfp.c58 CFATTACH_DECL_NEW(mfp, sizeof(struct mfp_softc),
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.opt86 mfp-mode=
130 mfp-iarith
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.opt86 mfp-mode=
130 mfp-iarith
/netbsd-src/tests/lib/libm/
H A DMakefile8 COPTS+= -mfloat-ieee -mieee-with-inexact -mfp-trap-mode=sui -mtrap-precision=i
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/epiphany/
H A Dcrtint.S1 # initialize config for -mfp-mode=int
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
H A Dcrtint.S1 # initialize config for -mfp-mode=int

123