Lines Matching refs:base
282 register char* base;
391 if (!(base = strrchr(path, '/')) || strlen(++base) > BASE_MAX)
393 strcpy(key, base);
394 strcpy(base, "../../");
395 strcpy(base + 6, probe);
403 strcpy(base, ".");
411 strcpy(base, probe);
424 strcpy(base, key);
434 if (!(base = strrchr(path, '/')) || strlen(++base) > BASE_MAX)
436 strcpy(key, base);
494 strcpy(base, ".");
505 sfsprintf(base, BASE_MAX + 1, "%s.%06d", probe, getpid());
548 strcpy(base, key);
582 base = path + strlen(path);
583 while (base > path && (*--base != '/' || --n));
584 if (n || !strneq(base, "/lib/", 5) || !strneq(base + 5, probe, strlen(probe)))
588 sfsprintf(cmd, sizeof(cmd), "%-.*s%s", v - override, override, base);