Home
last modified time | relevance | path

Searched refs:sourcepath (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DTestRunner.py1142 sourcepath = test.getSourcePath()
1143 sourcedir = os.path.dirname(sourcepath)
1147 sourcepath = sourcepath.replace('\\', '/')
1156 substitutions.extend([('%s', sourcepath),
1172 ('%/s', sourcepath.replace('\\', '/')),
1188 regex_escape(sourcepath.replace('\\', '/'))),
1202 ('%:s', colonNormalizePath(sourcepath)),
1789 def _parseKeywords(sourcepath, additional_parsers=[], argument
1829 parseIntegratedTestScriptCommands(sourcepath,
/openbsd-src/usr.sbin/config/
H A Dmkmakefile.c81 ifname = sourcepath(buf); in mkmakefile()
212 source = sourcepath(expand ? expand : nv->nv_name); in srcpath()
H A Dutil.c100 sourcepath(const char *file) in sourcepath() function
H A Dscan.l215 s = (*fname == '/') ? strdup(fname) : sourcepath(fname);
H A Dconfig.h374 char *sourcepath(const char *);
H A Dmain.c345 p = sourcepath(buf); in mksymlinks()
349 p = sourcepath(buf); in mksymlinks()
/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py273 def getSubstitutions(sourcepath): argument
274 sourcedir = os.path.dirname(sourcepath)
275 return [('%s', sourcepath),