Searched refs:tftp_name (Results 1 – 1 of 1) sorted by relevance
374 static char *tftp_name; /* host:filename */ variable1545 if (tftp_name) in common_open()1546 xfree (tftp_name); in common_open()1554 tftp_name = xstrdup (remote_name); in common_open()3044 cmd = xmalloc (strlen (load_cmd_prefix) + strlen (tftp_name) + 2); in pmon_end_download()3046 strcat (cmd, tftp_name); in pmon_end_download()3052 if (!mips_expect_download (tftp_name)) in pmon_end_download()