Searched refs:tool (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/path/ |
H A D | pathcheck.c | 25 * check if package+tool is ok to run 31 * (1) the tool matches PARANOID 52 pathcheck(const char* package, const char* tool, Pathcheck_t* pc) argument 58 if (strmatch(tool, PARANOID) && environ && (s = *environ) && *s++ == '_' && *s++ == '=' && !stat(s, &st)) 86 NoP(tool);
|
H A D | pathkey.c | 44 pathkey(char* key, char* attr, const char* lang, const char* tool, const char* path) argument 46 return pathkey_20100601(lang, tool, path, key, 16, attr, PATH_MAX); 54 pathkey_20100601(const char* lang, const char* tool, const char* apath, char* key, size_t keysize, char* attr, size_t attrsize) argument 77 if (tool && streq(tool, "mam"))
|
H A D | pathprobe.c | 28 * information for lang and tool using proc 52 pathprobe(char* path, char* attr, const char* lang, const char* tool, const char* proc, int op) argument 54 return pathprobe_20100601(lang, tool, proc, op, path, PATH_MAX, attr, PATH_MAX); 98 pathprobe_20100601(const char* lang, const char* tool, const char* aproc, int op, char* path, size_t pathsize, char* attr, size_t attrsize) argument 152 p = k + sfsprintf(k, x - k, "%s/%s/", lang, tool); 153 pathkey(lang, tool, proc, key, sizeof(key), attr, attrsize); 303 error(0, "%s probe information for %s language processor %s must be manually regenerated", tool, lang, proc); 317 *ap++ = (char*)tool;
|
/ast/src/cmd/dsslib/netflow/ |
H A D | Makefile | 8 flow-dump.c flow-dumpv9.c flow-fixed.c flow-flat.c flow-tool.c \
|
/ast/src/cmd/probe/ |
H A D | probe.c | 113 "\nlanguage tool processor\n" 287 char* tool; local 358 if (error_info.errors || !(language = *argv++) || !(tool = *argv++) || !(processor = *argv++) || *argv) 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)))) 469 error(0, "%s probe information for %s language processor %s must be manually regenerated", tool, language, processor); 504 error(0, "probing %s language processor %s for %s information", language, processor, tool);
|
Completed in 22 milliseconds