Lines Matching refs:target
38 # @target: end of executable pathname
40 # @fill: character to fill between @root and @target to reach @size bytes
43 def test(name, size, good=True, leading="", root="./", target="/perl",
52 remaining = size - len(hashbang) - len(leading) - len(root) - len(target) - len(arg)
61 binary = dirpath + target
62 if len(target):
67 buf=hashbang + leading + root + middle + target + arg + newline
96 if len(target):
118 fill=" ", target="")
123 fill="", target="", newline="")
126 target="", newline="")
129 root="", fill=" ", target="")