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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dremote.h49 void remote_file_put (const char *local_file, const char *remote_file,
51 void remote_file_get (const char *remote_file, const char *local_file,
H A Dremote.c9394 remote_file_put (const char *local_file, const char *remote_file, int from_tty)
9407 file = fopen (local_file, "rb");
9409 perror_with_name (local_file);
9439 error (_("Error reading %s."), local_file);
9479 printf_filtered (_("Successfully sent file \"%s\".\n"), local_file);
9484 remote_file_get (const char *remote_file, const char *local_file, int from_tty)
9499 file = fopen (local_file, "wb");
9501 perror_with_name (local_file);
9526 perror_with_name (local_file);
9377 remote_file_put(const char *local_file, const char *remote_file, int from_tty) argument
9467 remote_file_get(const char *remote_file, const char *local_file, int from_tty) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-target.c31 const char *remote_file, *local_file; local
43 local_file = argv[optind + 1];
45 remote_file_get (remote_file, local_file, 0);
55 const char *remote_file, *local_file; local
66 local_file = argv[optind];
69 remote_file_put (local_file, remote_file, 0);
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsupfilesrv.c94 * Added the new routines local_file(), link_nofollow() for use in
103 * the local_file() call (when the file is local) at the same time the
368 int local_file(int, struct stat *);
868 if (local_file(fileno(f), &fsbuf) > 0
1073 if (local_file(fileno(f), &fsbuf) > 0
1882 local_file(int handle, struct stat * sinfo) function

Completed in 215 milliseconds