Home
last modified time | relevance | path

Searched refs:getgrall (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_grp.py25 entries = grp.getgrall()
31 entries = grp.getgrall()
53 self.assertRaises(TypeError, grp.getgrall, 42)
60 for (n, p, g, mem) in grp.getgrall():
99 entries = grp.getgrall()
/external/python/cpython2/Lib/test/
Dtest_grp.py24 entries = grp.getgrall()
30 entries = grp.getgrall()
52 self.assertRaises(TypeError, grp.getgrall, 42)
57 for (n, p, g, mem) in grp.getgrall():
/external/python/cpython2/Lib/plat-os2emx/
Dgrp.py176 def getgrall(): function
182 getgrall()
/external/python/cpython2/Doc/library/
Dgrp.rst53 .. function:: getgrall()
/external/python/cpython3/Doc/library/
Dgrp.rst56 .. function:: getgrall()
/external/cronet/build/lacros/
Dmojo_connection_lacros_launcher.py192 groups = [g.gr_gid for g in grp.getgrall() if username in g.gr_mem]
/external/angle/build/lacros/
Dmojo_connection_lacros_launcher.py192 groups = [g.gr_gid for g in grp.getgrall() if username in g.gr_mem]
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst4280 Fix test_os.test_chown(): use os.getgroups() rather than grp.getgrall() to