Searched refs:pathprobe (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/probe/ |
H A D | probe.c | 378 if (!(path = pathprobe(language, tool, processor, (options & TEST) ? -3 : -2, NiL, 0, attributes, sizeof(attributes)))) 425 else if (!(path = pathprobe(language, tool, processor, -1, NiL, 0, attributes, sizeof(attributes))))
|
/ast/src/lib/libast/path/ |
H A D | pathprobe.c | 52 pathprobe(char* path, char* attr, const char* lang, const char* tool, const char* proc, int op) function
|
/ast/src/lib/libast/include/ |
H A D | ast.h | 312 extern char* pathprobe(char*, char*, const char*, const char*, const char*, int);
|
/ast/src/lib/libast/ |
H A D | Makefile | 79 pathexists.c pathfind.c pathkey.c pathprobe.c pathrepl.c \
|
/ast/src/lib/libpp/ |
H A D | ppop.c | 877 if (!(pp.ppdefault = pathprobe("C", pp.pass, pp.probe ? pp.probe : PPPROBE, 0, pp.path, MAXTOKEN + 1, NiL, 0)))
|
/ast/src/cmd/nmake/ |
H A D | expand.c | 2062 if (s = pathprobe(op, t ? t : idname, s, 0, sfstrrsrv(xp, MAXNAME), MAXNAME, NiL, 0))
|
Completed in 39 milliseconds