Searched refs:nfp (Results 1 - 25 of 147) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dmkheaders.c459 FILE *tfp, *nfp; local
464 if ((nfp = fopen(nfname, "r")) == NULL)
468 if (fgets(nbuf, sizeof(nbuf), nfp) == NULL) {
482 if (fgets(nbuf, sizeof(nbuf), nfp) != NULL) {
489 (void) fclose(nfp);
499 if (nfp)
500 (void) fclose(nfp);
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dexec.c360 FILE *nfp; local
368 nfp = fopen(buf, "w");
369 if (nfp == NULL)
375 ret = fprintf(nfp, "%ld %ld %d", (long)s, (long)l, n);
379 fclose(nfp);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c187 ctf_file_t ofp, *nfp; local
364 * is successful, we then switch nfp and fp and free the old container.
375 if ((nfp = ctf_bufopen(&cts, NULL, NULL, &err)) == NULL) {
380 (void) ctf_setmodel(nfp, ctf_getmodel(fp));
381 (void) ctf_import(nfp, fp->ctf_parent);
383 nfp->ctf_refcnt = fp->ctf_refcnt;
384 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
385 nfp->ctf_data.cts_data = NULL; /* force ctf_data_free() on close */
386 nfp->ctf_dthash = fp->ctf_dthash;
387 nfp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/erc32/
H A Dsis.c60 extern int nfp;
191 } else if (strcmp(argv[stat], "-nfp") == 0)
192 nfp = 1;
228 if (nfp)
H A Dinterf.c46 extern int nfp;
198 if (strcmp(argv[stat], "-nfp") == 0) {
199 nfp = 1;
250 if (nfp)
H A Dexec.c234 extern int32 nfp,ift;
2032 sregs->fpu_pres = !nfp;
/netbsd-6-1-5-RELEASE/tests/lib/libc/regex/
H A Dsplit.c224 print(int nf, int nfp, char *fields) argument
229 bound = (nf > nfp) ? nfp : nf;
/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_subr.c886 struct fnode *nfp; local
1012 nfp = VTOF(nvp);
1014 if (nfp->f_flag & FN_VALID) {
1019 nfp->f_fflag = iep->ie_fflag;
1020 nfp->f_pnumber = iep->ie_fpnumber;
1021 nfp->f_times = iep->ie_ftimes;
1023 if((nfp->f_fflag & NTFS_FFLAG_DIR) &&
1024 (nfp->f_attrtype == NTFS_A_DATA) &&
1025 (nfp->f_attrname == NULL))
1032 if ((nfp
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_printf.c1574 FILE *nfp; local
1628 if ((nfp = fopen(filename, "aF")) == NULL) {
1645 (void) snprintf(selfbuf, sizeof (selfbuf), "/dev/fd/%d", fileno(nfp));
1655 (void) fclose(nfp);
1661 (void) fclose(nfp);
1665 (void) fclose(nfp);
1719 if ((nfp = fopen(dtp->dt_sprintf_buf, "a")) == NULL) {
1740 dtp->dt_freopen_fp = nfp;
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dip_reass.c478 ipfr_queue_t *fp, *nfp; local
485 for (fp = LIST_FIRST(&ip_frags[i]); fp != NULL; fp = nfp) {
488 nfp = LIST_NEXT(fp, ipq_q);
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dutil.c1464 FILE *fp, *nfp; local
1501 nfp = fdopen(fd, "w");
1502 if (!nfp) {
1516 scripting_fprintf(nfp, "%s", buf);
1520 scripting_fprintf(nfp, "%s", buf);
1524 fclose(nfp);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/
H A Dconfigure444 -nfp | --nfp | --nf)
1099 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/
H A Dconfigure280 -nfp | --nfp | --nf)
/netbsd-6-1-5-RELEASE/tools/host-mkdep/
H A Dconfigure281 -nfp | --nfp | --nf)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.c7683 int nfp, nint;
7723 nfp = crtl->args.info.arg_count[SH_ARG_FLOAT];
7724 if (nfp < 8)
7725 nfp = 8 - nfp;
7727 nfp = 0;
7729 size_int (UNITS_PER_WORD * nfp));
7671 int nfp, nint; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sh/
H A Dsh.c6652 int nfp, nint;
6691 nfp = current_function_args_info.arg_count[SH_ARG_FLOAT];
6692 if (nfp < 8)
6693 nfp = 8 - nfp;
6695 nfp = 0;
6697 build_int_cst (NULL_TREE, UNITS_PER_WORD * nfp)));
6642 int nfp, nint; local
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/autoconf-lib-link/tests/rpathlx/
H A Dconfigure443 -nfp | --nfp | --nf)
1022 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/autoconf-lib-link/tests/rpathly/
H A Dconfigure443 -nfp | --nfp | --nf)
1022 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/autoconf-lib-link/tests/rpathlyx/
H A Dconfigure443 -nfp | --nfp | --nf)
1024 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/autoconf-lib-link/tests/rpathlz/
H A Dconfigure443 -nfp | --nfp | --nf)
1022 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/etc/
H A Dconfigure824 -nfp | --nfp | --nf)
1381 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/
H A Dconfigure837 -nfp | --nfp | --nf)
1391 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/d10v-elf/
H A Dconfigure832 -nfp | --nfp | --nf)
1386 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/frv-elf/
H A Dconfigure832 -nfp | --nfp | --nf)
1386 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/m32r-elf/
H A Dconfigure832 -nfp | --nfp | --nf)
1386 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \

Completed in 537 milliseconds

123456