Searched refs:parse_path (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/share/mk/ |
H A D | meta2deps.py | 541 self.parse_path(w[2].strip("'"), cwd, 'R', w) 542 self.parse_path(w[3].strip("'"), cwd, 'W', w) 550 self.parse_path(path, cwd, w[0], w) 592 def parse_path(self, path, cwd, op=None, w=[]): member in MetaFile
|
/freebsd-src/contrib/bmake/mk/ |
H A D | meta2deps.py | 541 self.parse_path(w[2].strip("'"), cwd, 'R', w) 542 self.parse_path(w[3].strip("'"), cwd, 'W', w) 550 self.parse_path(path, cwd, w[0], w) 592 def parse_path(self, path, cwd, op=None, w=[]): member in MetaFile
|
/freebsd-src/usr.sbin/bsnmpd/tools/libbsnmptools/ |
H A D | bsnmptools.c | 356 parse_path(char *value) 759 if ((len = parse_path(val)) < 0) in parse_include() 357 parse_path(char *value) parse_path() function
|