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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconvert.c368 construct_relative (const char *basefile, const char *linkfile) argument
378 for (b = basefile, l = linkfile; *b == *l && *b != '\0'; ++b, ++l)
384 linkfile += start;
406 link = xmalloc (3 * basedirs + strlen (linkfile) + 1);
409 strcpy (link + 3 * i, linkfile);

Completed in 85 milliseconds