HomeSort by: relevance | last modified time | path
    Searched defs:nfp (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/config/
mkheaders.c 475 FILE *tfp, *nfp; local
480 if ((nfp = fopen(nfname, "r")) == NULL)
484 if (fgets(nbuf, sizeof(nbuf), nfp) == NULL) {
498 if (fgets(nbuf, sizeof(nbuf), nfp) != NULL) {
505 (void) fclose(nfp);
515 if (nfp)
516 (void) fclose(nfp);
  /src/sys/netinet/
ip_reass.c 475 ipfr_queue_t *fp, *nfp; local
482 for (fp = LIST_FIRST(&ip_frags[i]); fp != NULL; fp = nfp) {
485 nfp = LIST_NEXT(fp, ipq_q);
  /src/external/bsd/pcc/dist/pcc/arch/m68k/
local2.c 40 static int regm, regf, fpsub, nfp; variable
55 regm = regf = nfp = 0;
64 nfp += 12;
70 printf(" movem.l #%d,%d(%%fp)\n", regm, -fpsub + nfp);
82 printf(" movem.l %d(%%fp),#%d\n", -fpsub + nfp, regm);
  /src/sys/kern/
uipc_syscalls.c 1635 file_t *nfp = NULL; local
1653 error = fd_allocfile(&nfp, &fd);
1673 mutex_enter(&nfp->f_lock);
1674 nfp->f_count++;
1675 mutex_exit(&nfp->f_lock);
1676 fd_abort(curlwp->l_proc, nfp, fd);
1683 nfp->f_socket = so;
1684 nfp->f_flag = FREAD|FWRITE;
1685 nfp->f_ops = &socketops;
1686 nfp->f_type = DTYPE_SOCKET
    [all...]
vfs_syscalls.c 2163 file_t *nfp; local
2188 if ((error = fd_allocfile(&nfp, &indx)) != 0)
2190 fp = nfp;
  /src/external/gpl3/gdb.old/dist/sim/erc32/
func.c 41 int nfp = 0; variable
  /src/external/gpl3/gdb/dist/sim/erc32/
func.c 41 int nfp = 0; variable
  /src/external/cddl/osnet/dist/common/ctf/
ctf_create.c 283 ctf_file_t ofp, *nfp; local
527 * is successful, we then switch nfp and fp and free the old container.
538 if ((nfp = ctf_bufopen(&cts, NULL, NULL, &err)) == NULL) {
543 (void) ctf_setmodel(nfp, ctf_getmodel(fp));
544 (void) ctf_import(nfp, fp->ctf_parent);
546 nfp->ctf_refcnt = fp->ctf_refcnt;
547 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
548 nfp->ctf_data.cts_data = NULL; /* force ctf_data_free() on close */
549 nfp->ctf_dthash = fp->ctf_dthash;
550 nfp->ctf_dthashlen = fp->ctf_dthashlen
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_printf.c 1688 FILE *nfp; local
1742 if ((nfp = fopen(filename, "aF")) == NULL) {
1759 (void) snprintf(selfbuf, sizeof (selfbuf), "/dev/fd/%d", fileno(nfp));
1769 (void) fclose(nfp);
1775 (void) fclose(nfp);
1779 (void) fclose(nfp);
1833 if ((nfp = fopen(dtp->dt_sprintf_buf, "a")) == NULL) {
1854 dtp->dt_freopen_fp = nfp;
  /src/usr.sbin/sysinst/
util.c 2036 FILE *fp, *nfp; local
2073 nfp = fdopen(fd, "w");
2074 if (!nfp) {
2088 scripting_fprintf(nfp, "%s", buf);
2092 scripting_fprintf(nfp, "%s", buf);
2096 fclose(nfp);
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 7576 int nfp, nint;
7609 nfp = crtl->args.info.arg_count[SH_ARG_FLOAT];
7610 if (nfp < 8)
7611 nfp = 8 - nfp;
7613 nfp = 0;
7614 u = fold_build_pointer_plus_hwi (u, UNITS_PER_WORD * nfp);
7565 int nfp, nint; local
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 7576 int nfp, nint;
7609 nfp = crtl->args.info.arg_count[SH_ARG_FLOAT];
7610 if (nfp < 8)
7611 nfp = 8 - nfp;
7613 nfp = 0;
7614 u = fold_build_pointer_plus_hwi (u, UNITS_PER_WORD * nfp);
7565 int nfp, nint; local

Completed in 80 milliseconds