Lines Matching defs:path
266 * look for last slash char in the path to look at the binary
340 /* Make the vroot package scan the path using shell semantics */
1280 * .make.state path & name set for make -K
1533 * Read the PROJECTDIR variable, if defined, and set the sccs path
1543 static char path[MAXPATHLEN];
1564 (void) sprintf(path, "%s/src", pwent->pw_dir);
1565 if (access(path, F_OK) == 0) {
1566 sccs_dir_path = path;
1569 (void) sprintf(path, "%s/source", pwent->pw_dir);
1570 if (access(path, F_OK) == 0) {
1571 sccs_dir_path = path;
1579 (void) sprintf(path, "%s/%s", cwdpath,sccs_dir_path);
1580 if (access(path, F_OK) == 0) {
1581 sccs_dir_path = path;
1599 if ((ret = readlink("/proc/self/path/a.out", origin,
1665 // Try the tools path
1680 // Try the tools path