Searched refs:parse_path (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/share/mk/
H A Dmeta2deps.py464 self.parse_path(w[1].strip("'"), cwd, 'R', w)
465 self.parse_path(w[2].strip("'"), cwd, 'W', w)
469 self.parse_path(path, cwd, w[0], w)
474 def parse_path(self, path, cwd, op=None, w=[]): member in class:MetaFile
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta2deps.py493 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 class:MetaFile
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c359 parse_path(char *value) function
762 if ((len = parse_path(val)) < 0)

Completed in 157 milliseconds