Lines Matching refs:buf
89 buf = [misc.force_str(l) for l in proc.stdout.readlines()]
95 raise NonzeroExitException(args, ret, buf)
96 return buf
167 buf = __call(args, zone=zone)
173 for l in buf
183 buf = __call(args, zone=zone)
184 assert len(buf) == 1, "Was expecting one entry, got:{0}".format(buf)
185 buf = buf[0].rstrip("\n")
186 return buf