Searched refs:tftp_file (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Dtftp.c21 static struct tftp_file *check_tftp_fileperm(ssize_t *len, char *prefix);
422 static struct tftp_file *check_tftp_fileperm(ssize_t *len, char *prefix)
425 struct tftp_file *file;
477 if (!(file = whine_malloc(sizeof(struct tftp_file) + strlen(namebuff) + 1)))
H A Ddnsmasq.h888 struct tftp_file { struct
904 struct tftp_file *file;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Dtftp.c21 static struct tftp_file *check_tftp_fileperm(ssize_t *len, char *prefix);
422 static struct tftp_file *check_tftp_fileperm(ssize_t *len, char *prefix)
425 struct tftp_file *file;
477 if (!(file = whine_malloc(sizeof(struct tftp_file) + strlen(namebuff) + 1)))
H A Ddnsmasq.h888 struct tftp_file { struct
904 struct tftp_file *file;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Dtftp.c21 static struct tftp_file *check_tftp_fileperm(ssize_t *len, char *prefix);
422 static struct tftp_file *check_tftp_fileperm(ssize_t *len, char *prefix)
425 struct tftp_file *file;
477 if (!(file = whine_malloc(sizeof(struct tftp_file) + strlen(namebuff) + 1)))
H A Ddnsmasq.h888 struct tftp_file { struct
904 struct tftp_file *file;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dremote-mips.c377 static FILE *tftp_file;
2993 if ((tftp_file = fopen (tftp_localname, "w")) == NULL)
3051 fclose (tftp_file);
3052 tftp_file = NULL;
3103 fwrite (buffer, 1, length, tftp_file);
375 static FILE *tftp_file; variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dremote-mips.c377 static FILE *tftp_file;
2993 if ((tftp_file = fopen (tftp_localname, "w")) == NULL)
3051 fclose (tftp_file);
3052 tftp_file = NULL;
3103 fwrite (buffer, 1, length, tftp_file);
375 static FILE *tftp_file; variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dremote-mips.c377 static FILE *tftp_file;
2993 if ((tftp_file = fopen (tftp_localname, "w")) == NULL)
3051 fclose (tftp_file);
3052 tftp_file = NULL;
3103 fwrite (buffer, 1, length, tftp_file);
375 static FILE *tftp_file; variable

Completed in 144 milliseconds