Lines Matching defs:path
2787 char *path;
2796 path = strdupa(prl);
2797 if (path == NULL)
2804 err = parse_prl(path, &nodename, &baddr, &plist);
2894 * This functions returns the handle of node specified by its path
2901 char *path;
2910 path = strdupa(piclprl);
2911 if (path == NULL)
2915 defprop = path;
2916 if (path[0] == '/') {
2917 ptr = &path[1];
2918 } else if ((tokindex = strchr(path, ':')) != NULL) {
3351 add_unique_plugin_to_list(char *path, char *name)
3372 buf = alloca(strlen(name) + strlen(path) + 2);
3375 (void) strcpy(buf, path);