Searched refs:parse_path (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/bmake/mk/ |
| H A D | meta2deps.py | 493 self.parse_path(w[1].strip("'"), cwd, 'R', w) 494 self.parse_path(w[2].strip("'"), cwd, 'W', w) 498 self.parse_path(path, cwd, w[0], w) 518 def parse_path(self, path, cwd, op=None, w=[]): member in MetaFile
|
| /freebsd-12.1/share/mk/ |
| H A D | meta2deps.py | 494 self.parse_path(w[1].strip("'"), cwd, 'R', w) 495 self.parse_path(w[2].strip("'"), cwd, 'W', w) 499 self.parse_path(path, cwd, w[0], w) 519 def parse_path(self, path, cwd, op=None, w=[]): member in MetaFile
|
| /freebsd-12.1/usr.sbin/bsnmpd/tools/libbsnmptools/ |
| H A D | bsnmptools.c | 359 parse_path(char *value) in parse_path() function 762 if ((len = parse_path(val)) < 0) in parse_include()
|