Searched refs:newfp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.bin/m4/
H A Dtrace.c65 FILE *newfp; local
68 newfp = stderr;
71 newfp = NULL;
74 newfp = fopen(name, "a");
75 if (newfp == NULL)
81 traceout = newfp;
/netbsd-current/sys/arch/hppa/hppa/
H A Ddb_trace.c138 register_t *newfp; local
155 db_read_bytes((db_addr_t)&fp[0], sizeof(newfp), (char *)&newfp);
161 if (!newfp) {
195 fp = newfp;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-fork.c407 struct fork_info *newfp = nullptr; local
412 newfp = find_fork_ptid (pptid);
413 gdb_assert (newfp != nullptr);
416 fork_load_infrun_state (newfp);
717 linux_fork_context (struct fork_info *newfp, int from_tty) argument
722 gdb_assert (newfp != NULL);
729 fork_load_infrun_state (newfp);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-fork.c406 struct fork_info *newfp = nullptr; local
411 newfp = find_fork_ptid (pptid);
412 gdb_assert (newfp != nullptr);
415 fork_load_infrun_state (newfp);
716 linux_fork_context (struct fork_info *newfp, int from_tty) argument
721 gdb_assert (newfp != NULL);
728 fork_load_infrun_state (newfp);

Completed in 167 milliseconds