Searched refs:comm (Results 1 - 5 of 5) sorted by relevance
/pkg/src/tests/ |
H A D | pkg5unittest.py | 160 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 D | t_pkgsurf.py | 676 ta, ra, ca = manifest.Manifest.comm([targm, expm]) 755 ta, ra, ca = manifest.Manifest.comm([targm, expm],
|
/pkg/src/util/publish/ |
H A D | pkgsurf.py | 482 ta, ra, ca = manifest.Manifest.comm([dm, rm],
|
H A D | pkgmerge.py | 771 # Like the unix utility comm, except that this function 777 action_lists = list(manifest.Manifest.comm(manifest_list))
|
/pkg/src/modules/ |
H A D | manifest.py | 275 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