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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtftp.c392 const char *localfile = NULL; local
411 &localfile, &remotefile
428 if (!localfile)
429 localfile = remotefile;
431 remotefile = localfile;
437 if (!LONE_DASH(localfile)) {
438 fd = xopen(localfile, flags);
445 fprintf(stderr, "using server '%s', remotefile '%s', localfile '%s'\n",
447 remotefile, localfile);
454 if (result != EXIT_SUCCESS && !LONE_DASH(localfile)
[all...]

Completed in 124 milliseconds