Lines Matching defs:probe
27 * return in path the full path name of the probe(1)
38 * 0 verbose probe
39 * 1 silent probe
50 #define PROBE "probe"
100 char* probe;
134 probe = PROBE;
136 k = lib + sfsprintf(lib, x - lib, "lib/%s/", probe);
145 e = strncopy(p, probe, x - p);
161 strncopy(np, probe, nx - np);
166 * yes lib/probe/<lang>/<proc>/probe
167 * no lib/probe/probe
172 sfsprintf(exe, sizeof(exe), "lib/%s/%s", probe, probe);
197 p = path + sfsprintf(path, PATH_MAX - 1, "%s/.%s/%s/", p, probe, HOSTTYPE);
262 error(0, "probe processor %s version \"%s\" changed -- expected \"%s\"", proc, ver, e);
278 error(0, "%s probe information for %s language processor %s must be manually regenerated", tool, lang, proc);