HomeSort by: relevance | last modified time | path
    Searched refs:nfp (Results 1 - 25 of 234) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /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/tests/lib/libc/regex/
split.c 224 print(int nf, int nfp, char *fields)
229 bound = (nf > nfp) ? nfp : nf;
  /src/external/gpl3/gdb.old/dist/sim/erc32/
sis.c 47 extern int nfp;
185 } else if (strcmp(argv[stat], "-nfp") == 0)
186 nfp = 1;
222 if (nfp)
interf.c 43 extern int nfp;
191 if (strcmp(argv[stat], "-nfp") == 0) {
192 nfp = 1;
246 if (nfp)
  /src/external/gpl3/gdb/dist/sim/erc32/
sis.c 47 extern int nfp;
185 } else if (strcmp(argv[stat], "-nfp") == 0)
186 nfp = 1;
222 if (nfp)
interf.c 43 extern int nfp;
191 if (strcmp(argv[stat], "-nfp") == 0) {
192 nfp = 1;
246 if (nfp)
  /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/apache2/llvm/dist/llvm/bindings/go/llvm/
executionengine.go 42 func (options *MCJITCompilerOptions) SetMCJITNoFramePointerElim(nfp bool) {
43 options.C.NoFramePointerElim = boolToLLVMBool(nfp)
  /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...]
  /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/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/external/bsd/openldap/dist/servers/slapd/overlays/
nestgroup.c 264 int *nfn, nestgroup_filterinst_t **nfp, int *negated )
275 nestgroup_filterinst_t *nf = *nfp;
281 *nfp = nf;
299 nestgroup_filter_instances( op, ad, f, not, nfn, nfp, negated );
  /src/usr.sbin/sysinst/
util.c 1973 FILE *fp, *nfp; local
2010 nfp = fdopen(fd, "w");
2011 if (!nfp) {
2025 scripting_fprintf(nfp, "%s", buf);
2029 scripting_fprintf(nfp, "%s", buf);
2033 fclose(nfp);
  /src/external/gpl3/binutils/dist/bfd/
Makefile.am 146 cpu-nfp.lo \
229 cpu-nfp.c \
563 elf64-nfp.lo \
613 elf64-nfp.c \
  /src/external/gpl3/binutils.old/dist/bfd/
Makefile.am 146 cpu-nfp.lo \
229 cpu-nfp.c \
563 elf64-nfp.lo \
613 elf64-nfp.c \
  /src/external/gpl3/gdb.old/dist/bfd/
Makefile.am 146 cpu-nfp.lo \
229 cpu-nfp.c \
563 elf64-nfp.lo \
613 elf64-nfp.c \
  /src/external/gpl3/gdb/dist/bfd/
Makefile.am 146 cpu-nfp.lo \
229 cpu-nfp.c \
561 elf64-nfp.lo \
611 elf64-nfp.c \
  /src/external/bsd/libevent/dist/build-aux/
config.sub 1218 | nfp \
  /src/crypto/external/bsd/heimdal/dist/
config.sub 1247 | nfp \
  /src/external/bsd/file/dist/
config.sub 1243 | nfp \
  /src/external/bsd/jemalloc/dist/build-aux/
config.sub 1221 | nfp \
  /src/external/bsd/openldap/dist/build/
config.sub 1221 | nfp \
  /src/external/bsd/openpam/dist/
config.sub 620 | nfp \
745 | nfp-* \
  /src/external/gpl3/gcc/dist/
config.sub 1243 | nfp \

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 910