Searched refs:srcpath (Results 1 – 3 of 3) sorted by relevance
58 static const char *srcpath(struct files *);155 srcpath(struct files *fi) in srcpath() function297 if ((fpath = srcpath(fi)) == NULL) in emitfiles()361 if ((fpath = srcpath(fi)) == NULL) in emitrules()
87 char *srcpath,1341 char *srcpath, in permit_location() argument1355 if (srcpath) { in permit_location()1363 srcpath = strip_trailing_slash(srcpath); in permit_location()1368 if (!ok_lstat(srcpath, &dir_info) in permit_location()1372 user_filename = LYPathLeaf(srcpath); in permit_location()1387 BStrCopy0(LYValidPermitFile, srcpath); in permit_location()1396 char *srcpath_url = HTEscape(srcpath, URL_PATH); in permit_location()2304 char *srcpath, in local_install() argument2329 if (srcpath) { in local_install()[all …]
18 extern BOOLEAN local_install(char *destpath, char *srcpath, char **newpath);