fetch.c | 1949 char *cp, *xargv[5], rempath[MAXPATHLEN]; local in function:fetch_ftp 2221 (void)strlcpy(rempath, dir, sizeof(rempath)); 2222 (void)strlcat(rempath, "/", sizeof(rempath)); 2223 (void)strlcat(rempath, file, sizeof(rempath)); 2224 file = rempath;
|