Lines Matching defs:probe
27 * return in path the full path name of the probe(1)
38 * 0 verbose probe
39 * 1 silent probe
62 #define PROBE "probe"
112 char* probe;
149 probe = PROBE;
151 k = lib + sfsprintf(lib, x - lib, "lib/%s/", probe);
160 e = strncopy(p, probe, x - p);
176 strncopy(np, probe, nx - np);
181 * yes lib/probe/<lang>/<proc>/probe
182 * no lib/probe/probe
187 sfsprintf(exe, sizeof(exe), "lib/%s/%s", probe, probe);
212 p = path + sfsprintf(path, PATH_MAX - 1, "%s/.%s/%s/", p, probe, HOSTTYPE);
287 error(0, "probe processor %s version \"%s\" changed -- expected \"%s\"", proc, ver, e);
303 error(0, "%s probe information for %s language processor %s must be manually regenerated", tool, lang, proc);