| /netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
| H A D | file_pos.c | 43 formatted_backspace (st_parameter_filepos *fpp, gfc_unit *u) in formatted_backspace() argument 90 generate_error (&fpp->common, LIBERROR_OS, NULL); in formatted_backspace() 99 unformatted_backspace (st_parameter_filepos *fpp, gfc_unit *u) in unformatted_backspace() argument 185 generate_error (&fpp->common, LIBERROR_OS, NULL); in unformatted_backspace() 193 st_backspace (st_parameter_filepos *fpp) in st_backspace() argument 198 library_start (&fpp->common); in st_backspace() 200 u = find_unit (fpp->common.unit); in st_backspace() 203 generate_error (&fpp->common, LIBERROR_BAD_UNIT, NULL); in st_backspace() 212 generate_error (&fpp->common, LIBERROR_OPTION_CONFLICT, in st_backspace() 219 generate_error (&fpp->common, LIBERROR_OPTION_CONFLICT, in st_backspace() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| H A D | file_pos.c | 43 formatted_backspace (st_parameter_filepos *fpp, gfc_unit *u) in formatted_backspace() argument 90 generate_error (&fpp->common, LIBERROR_OS, NULL); in formatted_backspace() 99 unformatted_backspace (st_parameter_filepos *fpp, gfc_unit *u) in unformatted_backspace() argument 180 generate_error (&fpp->common, LIBERROR_OS, NULL); in unformatted_backspace() 188 st_backspace (st_parameter_filepos *fpp) in st_backspace() argument 193 library_start (&fpp->common); in st_backspace() 195 u = find_unit (fpp->common.unit); in st_backspace() 198 generate_error (&fpp->common, LIBERROR_BAD_UNIT, NULL); in st_backspace() 207 generate_error (&fpp->common, LIBERROR_OPTION_CONFLICT, in st_backspace() 214 generate_error (&fpp->common, LIBERROR_OPTION_CONFLICT, in st_backspace() [all …]
|
| /netbsd-src/usr.bin/mail/ |
| H A D | popen.c | 75 show_one_file(FILE *fo, struct fp *fpp) 78 fpp->fp, fpp->pipe, fpp->pid, fpp->link); 86 struct fp *fpp; 89 for (fpp = fp_head; fpp; fpp = fpp->link) 90 show_one_file(fo, fpp); 114 struct fp *fpp; in register_file() local 116 fpp = emalloc(sizeof(*fpp)); in register_file() 117 fpp->fp = fp; in register_file() 118 fpp->pipe = pipefd; in register_file() 119 fpp->pid = pid; in register_file() [all …]
|
| /netbsd-src/usr.bin/paste/ |
| H A D | paste.c | 98 FILE **fpp, *fp; in parallel() local 102 fpp = calloc(argc, sizeof *fpp); in parallel() 103 if (fpp == NULL) in parallel() 108 fpp[cnt] = stdin; in parallel() 109 else if (!(fpp[cnt] = fopen(argv[cnt], "r"))) in parallel() 118 fp = fpp[cnt]; in parallel() 126 fpp[cnt] = NULL; in parallel() 157 free(fpp); in parallel()
|
| /netbsd-src/sys/arch/xen/x86/ |
| H A D | hypervisor_machdep.c | 521 int fpp; /* number of page (frame) pointer per page */ in build_p2m_frame_list_list() local 534 fpp = PAGE_SIZE / sizeof(xen_pfn_t); in build_p2m_frame_list_list() 546 l2_p2m_page_size = howmany(max_pfn, fpp); in build_p2m_frame_list_list() 566 int fpp; /* number of page (frame) pointer per page */ in update_p2m_frame_list_list() local 570 fpp = PAGE_SIZE / sizeof(xen_pfn_t); in update_p2m_frame_list_list() 577 if ((i % fpp) == 0) { in update_p2m_frame_list_list() 578 l3_p2m_page[i/fpp] = vtomfn( in update_p2m_frame_list_list() 589 &xpmap_phys_to_machine_mapping[i*fpp]); in update_p2m_frame_list_list()
|
| /netbsd-src/sys/arch/ia64/stand/ia64/ski/ |
| H A D | efi_stub.c | 175 uint64_t **fpp = addr; in Reloc() local 177 *fpp[0] += delta; in Reloc() 178 *fpp[1] += delta; in Reloc() 179 *fpp += delta >> 3; in Reloc()
|
| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_lookup.c | 219 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type) in ctf_lookup_by_id() argument 221 ctf_file_t *fp = *fpp; /* caller passes in starting CTF container */ in ctf_lookup_by_id() 225 (void) ctf_set_errno(*fpp, ECTF_NOPARENT); in ctf_lookup_by_id() 231 *fpp = fp; /* function returns ending CTF container */ in ctf_lookup_by_id()
|
| /netbsd-src/lib/libedit/ |
| H A D | el.c | 478 FILE **fpp; in el_wget() 481 fpp = va_arg(ap, FILE **); in el_wget() 485 *fpp = el->el_infile; in el_wget() 488 *fpp = el->el_outfile; in el_wget() 491 *fpp = el->el_errfile; in el_wget() 479 FILE **fpp; el_wget() local
|
| H A D | eln.c | 345 FILE **fpp = va_arg(ap, FILE **); in el_get() local 346 ret = el_wget(el, op, what, fpp); in el_get()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-lookup.c | 332 ctf_lookup_by_id (ctf_dict_t **fpp, ctf_id_t type) in ctf_lookup_by_id() argument 334 ctf_dict_t *fp = *fpp; /* Caller passes in starting CTF dict. */ in ctf_lookup_by_id() 339 (void) ctf_set_errno (*fpp, ECTF_NOPARENT); in ctf_lookup_by_id() 351 *fpp = fp; in ctf_lookup_by_id() 354 (void) ctf_set_errno (*fpp, ECTF_BADID); in ctf_lookup_by_id() 363 *fpp = fp; /* Function returns ending CTF dict. */ in ctf_lookup_by_id() 367 (void) ctf_set_errno (*fpp, ECTF_BADID); in ctf_lookup_by_id()
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-lookup.c | 329 ctf_lookup_by_id (ctf_dict_t **fpp, ctf_id_t type) in ctf_lookup_by_id() argument 331 ctf_dict_t *fp = *fpp; /* Caller passes in starting CTF dict. */ in ctf_lookup_by_id() 336 (void) ctf_set_errno (*fpp, ECTF_NOPARENT); in ctf_lookup_by_id() 348 *fpp = fp; in ctf_lookup_by_id() 351 (void) ctf_set_errno (*fpp, ECTF_BADID); in ctf_lookup_by_id() 360 *fpp = fp; /* Function returns ending CTF dict. */ in ctf_lookup_by_id() 364 (void) ctf_set_errno (*fpp, ECTF_BADID); in ctf_lookup_by_id()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| H A D | bss_file.c | 182 FILE **fpp; in file_ctrl() local 312 fpp = (FILE **)ptr; in file_ctrl() 313 *fpp = (FILE *)b->ptr; in file_ctrl()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| H A D | bss_file.c | 182 FILE **fpp; in file_ctrl() local 302 fpp = (FILE **)ptr; in file_ctrl() 303 *fpp = (FILE *)b->ptr; in file_ctrl()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/ |
| H A D | fasttrap.c | 468 fasttrap_provider_t **fpp, *fp; in fasttrap_pid_cleanup_cb() local 489 fpp = (fasttrap_provider_t **)&bucket->ftb_data; in fasttrap_pid_cleanup_cb() 491 while ((fp = *fpp) != NULL) { in fasttrap_pid_cleanup_cb() 493 fpp = &fp->ftp_next; in fasttrap_pid_cleanup_cb() 537 fpp = &fp->ftp_next; in fasttrap_pid_cleanup_cb() 539 *fpp = fp->ftp_next; in fasttrap_pid_cleanup_cb() 2621 fasttrap_provider_t **fpp, *fp; in fasttrap_unload() local 2625 fpp = (fasttrap_provider_t **)&bucket->ftb_data; in fasttrap_unload() 2626 while ((fp = *fpp) != NULL) { in fasttrap_unload() 2639 fpp = &fp->ftp_next; in fasttrap_unload() [all …]
|
| /netbsd-src/external/bsd/ipf/dist/tools/ |
| H A D | ipfcomp.c | 169 frentry_t *f, **fpp; local 203 for (fpp = &g->fg_start; *fpp != NULL; ) 204 fpp = &((*fpp)->fr_next); 205 *fpp = f;
|
| /netbsd-src/sys/arch/ews4800mips/include/ |
| H A D | sbd.h | 46 uint32_t fpp :4; member
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-mmix.c | 3636 fragS **fpp; in mmix_md_end() local 3675 for (fpp = &fragP->fr_next; *fpp != NULL; fpp = &fpp[0]->fr_next) in mmix_md_end() 3677 fp = *fpp; in mmix_md_end() 3692 *fpp = fp->fr_next; in mmix_md_end() 3699 if (*fpp != NULL) in mmix_md_end()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-mmix.c | 3638 fragS **fpp; in mmix_md_finish() local 3677 for (fpp = &fragP->fr_next; *fpp != NULL; fpp = &fpp[0]->fr_next) in mmix_md_finish() 3679 fp = *fpp; in mmix_md_finish() 3694 *fpp = fp->fr_next; in mmix_md_finish() 3701 if (*fpp != NULL) in mmix_md_finish()
|
| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | trap.c | 800 uint64_t *fpp; in trap() local 805 fpp = (uint64_t *)pcb->pcb_fpregs; in trap() 808 pex = (uint32_t *)&fpp[0]; in trap() 819 fpp[0] &= ~(((uint64_t)HPPA_FPU_T) << 32); in trap()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_ktrace.c | 992 ktrace_common(lwp_t *curl, int ops, int facs, int pid, file_t **fpp) in ktrace_common() argument 997 file_t *fp = *fpp; in ktrace_common() 1087 *fpp = NULL; in ktrace_common() 1131 *fpp = NULL; in ktrace_common()
|
| /netbsd-src/sys/arch/ews4800mips/stand/common/ |
| H A D | boot.c | 213 sbd->cpu, sbd->fpp, sbd->fpa, sbd->iop); in cmd_info()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-pdp11.texi | 103 @cindex -mno-fpp 109 @itemx -mno-fpp | -mno-fpu | -mno-fp-11
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-pdp11.texi | 103 @cindex -mno-fpp 109 @itemx -mno-fpp | -mno-fpu | -mno-fp-11
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | bio.h | 417 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) argument
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | BIO_s_file.pod | 18 BIO_get_fp(BIO *b, FILE **fpp);
|