Home
last modified time | relevance | path

Searched refs:fpp (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/usr.bin/mail/
H A Dpopen.c163 struct fp *fpp; in register_file() local
165 if ((fpp = malloc(sizeof(*fpp))) == NULL) in register_file()
167 fpp->fp = fp; in register_file()
168 fpp->pipe = pipe; in register_file()
169 fpp->pid = pid; in register_file()
170 fpp->link = fp_head; in register_file()
171 fp_head = fpp; in register_file()
/openbsd/games/tetris/
H A Dscores.c92 getscores(FILE **fpp) in getscores() argument
98 if (fpp != NULL) { in getscores()
102 *fpp = NULL; in getscores()
111 if (fpp == NULL) { in getscores()
128 if (fpp) in getscores()
129 *fpp = sf; in getscores()
/openbsd/lib/libedit/
H A Del.c451 FILE **fpp; in el_wget() local
454 fpp = va_arg(ap, FILE **); in el_wget()
458 *fpp = el->el_infile; in el_wget()
461 *fpp = el->el_outfile; in el_wget()
464 *fpp = el->el_errfile; in el_wget()
H A Deln.c334 FILE **fpp = va_arg(ap, FILE **); in el_get() local
335 ret = el_wget(el, op, what, fpp); in el_get()
/openbsd/lib/libcrypto/bio/
H A Dbss_file.c219 FILE **fpp; in file_ctrl() local
272 fpp = (FILE **)ptr; in file_ctrl()
273 *fpp = (FILE *)b->ptr; in file_ctrl()
H A Dbio.h425 #define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)fpp) argument
/openbsd/sys/arch/hppa/hppa/
H A Dtrap.c293 u_int64_t *fpp; in trap() local
298 fpp = (u_int64_t *)&hfp->hfp_regs; in trap()
300 pex = (u_int32_t *)&fpp[0]; in trap()
325 fpp[0] &= ~(((u_int64_t)HPPA_FPU_T) << 32); in trap()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dppc-linux-nat.c861 bfd_byte *fpp = (void *) fpregsetp; in fill_fpregset() local
869 fpp + 8 * regi); in fill_fpregset()
872 right_fill_reg (tdep->ppc_fpscr_regnum, (fpp + 8 * 32)); in fill_fpregset()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-mmix.c3640 fragS **fpp; in mmix_md_end() local
3679 for (fpp = &fragP->fr_next; *fpp != NULL; fpp = &fpp[0]->fr_next) in mmix_md_end()
3681 fp = *fpp; in mmix_md_end()
3696 *fpp = fp->fr_next; in mmix_md_end()
3703 if (*fpp != NULL) in mmix_md_end()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mmix.c3580 fragS **fpp; in mmix_md_end() local
3619 for (fpp = &fragP->fr_next; *fpp != NULL; fpp = &fpp[0]->fr_next) in mmix_md_end()
3621 fp = *fpp; in mmix_md_end()
3636 *fpp = fp->fr_next; in mmix_md_end()
3643 if (*fpp != NULL) in mmix_md_end()
/openbsd/sys/ntfs/
H A Dntfs_subr.c707 char *attrname, struct fnode **fpp) in ntfs_fget() argument
713 *fpp = NULL; in ntfs_fget()
723 *fpp = fp; in ntfs_fget()
727 if (*fpp) in ntfs_fget()
742 *fpp = fp; in ntfs_fget()
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-pdp11.texi103 @cindex -mno-fpp
109 @itemx -mno-fpp | -mno-fpu | -mno-fp-11
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-pdp11.texi103 @cindex -mno-fpp
109 @itemx -mno-fpp | -mno-fpu | -mno-fp-11
/openbsd/usr.sbin/lpd/
H A Dprinter.c327 openfile(const char *fname, const char *inodeinfo, struct stat *st, FILE **fpp) in openfile() argument
358 *fpp = fp; in openfile()
/openbsd/sys/kern/
H A Duipc_syscalls.c1418 getsock(struct proc *p, int fdes, struct file **fpp) in getsock() argument
1429 *fpp = fp; in getsock()
H A Dvfs_syscalls.c3249 getvnode(struct proc *p, int fd, struct file **fpp) in getvnode() argument
3268 *fpp = fp; in getvnode()
/openbsd/regress/usr.bin/diff/
H A Dt9.12031 getvnode(fdp, fd, fpp)
2033 struct file **fpp;
2043 *fpp = fp;
H A Dt9.22631 * On return *fpp is FREF:ed.
2634 getvnode(fdp, fd, fpp)
2636 struct file **fpp;
2646 *fpp = fp;
/openbsd/gnu/llvm/clang/docs/
H A DToolchain.rst98 * Fortran (``-x f95``, ``.f``, ``.f9[05]``, ``.for``, ``.fpp``, case-insensitive)
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dinvoke.texi283 @cindex .fpp filename suffix
286 @item @var{file}.fpp
312 the @file{@var{file}.for} and @file{@var{file}.fpp} nomenclature.
H A DChangeLog3032 and `.FPP' as well as `.for' and `.fpp'.
H A Dnews.texi463 as if they ended in @samp{.for} and @samp{.fpp}, respectively.
H A DChangeLog.03330 * lang-specs.h: Support ".fpp" suffix for preprocessed source
H A Dg77.texi11707 to @samp{.fpp} or @samp{.FPP}),
11708 from @samp{.for} to @samp{.fpp},
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dinvoke.texi739 @itemx @var{file}.fpp

12