Searched refs:fname_out (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 Dwget.c111 char *fname_out = NULL; /* where to direct output (-O) */ local
151 &fname_out, &dir_prefix,
191 if (!fname_out) {
195 fname_out = bb_get_last_path_component(target.path);
197 curfile = fname_out;
200 if (!fname_out || !fname_out[0]) {
203 fname_out = (char*)"index.html";
205 curfile = fname_out;
209 fname_out
[all...]

Completed in 50 milliseconds