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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtftp.c114 const char *remotefile, const int localfd, variable
152 len = strlen(remotefile) + 1;
157 strcpy(cp, remotefile);
393 const char *remotefile = NULL; local
411 &localfile, &remotefile
429 localfile = remotefile;
430 if (!remotefile)
431 remotefile = localfile;
433 if (!remotefile || !argv[0])
445 fprintf(stderr, "using server '%s', remotefile '
[all...]

Completed in 103 milliseconds