Home
last modified time | relevance | path

Searched refs:srcpath (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/config/
Dmkmakefile.c58 static const char *srcpath(struct files *);
155 srcpath(struct files *fi) in srcpath() function
297 if ((fpath = srcpath(fi)) == NULL) in emitfiles()
361 if ((fpath = srcpath(fi)) == NULL) in emitrules()
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYLocal.c87 char *srcpath,
1341 char *srcpath, in permit_location() argument
1355 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() argument
2329 if (srcpath) { in local_install()
[all …]
DLYLocal.h18 extern BOOLEAN local_install(char *destpath, char *srcpath, char **newpath);