Searched refs:comm (Results 1 - 5 of 5) sorted by relevance

/pkg/src/tests/
H A Dpkg5unittest.py160 comm = ""
165 comm += " " + line + "\n"
166 return comm + "\n"
1826 comm):
1831 print("\n{0}".format(comm[3].debug_buf), file=sys.stderr)
1834 comm[1][0], comm[1][1], comm[2]), file=self.stream)
1969 comm = outq.get(block=True)
1978 if comm[
[all...]
/pkg/src/tests/cli/
H A Dt_pkgsurf.py676 ta, ra, ca = manifest.Manifest.comm([targm, expm])
755 ta, ra, ca = manifest.Manifest.comm([targm, expm],
/pkg/src/util/publish/
H A Dpkgsurf.py482 ta, ra, ca = manifest.Manifest.comm([dm, rm],
H A Dpkgmerge.py771 # Like the unix utility comm, except that this function
777 action_lists = list(manifest.Manifest.comm(manifest_list))
/pkg/src/modules/
H A Dmanifest.py275 def comm(compare_m, cmp_policy=None): member in class:Manifest
276 """Like the unix utility comm, except that this function

Completed in 29 milliseconds