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

/freebsd-10.1-release/usr.sbin/pkg_install/add/
H A Dmain.c320 static char sitepath[MAXPATHLEN]; local
326 if (strlcpy(sitepath, getenv("PACKAGESITE"), sizeof(sitepath))
327 >= sizeof(sitepath))
329 return sitepath;
333 if (strlcpy(sitepath, getenv("PACKAGEROOT"), sizeof(sitepath))
334 >= sizeof(sitepath))
337 if (strlcat(sitepath, "ftp://ftp.freebsd.org", sizeof(sitepath))
[all...]

Completed in 16 milliseconds