Searched refs:sourcepath (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 1142 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 D | mkmakefile.c | 81 ifname = sourcepath(buf); in mkmakefile() 212 source = sourcepath(expand ? expand : nv->nv_name); in srcpath()
|
| H A D | util.c | 100 sourcepath(const char *file) in sourcepath() function
|
| H A D | scan.l | 215 s = (*fname == '/') ? strdup(fname) : sourcepath(fname);
|
| H A D | config.h | 374 char *sourcepath(const char *);
|
| H A D | main.c | 345 p = sourcepath(buf); in mksymlinks() 349 p = sourcepath(buf); in mksymlinks()
|
| /openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/ |
| H A D | common.py | 273 def getSubstitutions(sourcepath): argument 274 sourcedir = os.path.dirname(sourcepath) 275 return [('%s', sourcepath),
|