Searched refs:ng_path_parse (Results 1 – 1 of 1) sorted by relevance
246 int ng_path_parse(char *addr, char **node, char **path, char **hook);1659 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) in ng_path_parse() function1747 if (ng_path_parse(fullpath, &nodename, &path, NULL) < 0) { in ng_path2noderef()