Searched refs:getgrall (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_grp.py | 25 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/ |
D | test_grp.py | 24 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/ |
D | grp.py | 176 def getgrall(): function 182 getgrall()
|
/external/python/cpython2/Doc/library/ |
D | grp.rst | 53 .. function:: getgrall()
|
/external/python/cpython3/Doc/library/ |
D | grp.rst | 56 .. function:: getgrall()
|
/external/cronet/build/lacros/ |
D | mojo_connection_lacros_launcher.py | 192 groups = [g.gr_gid for g in grp.getgrall() if username in g.gr_mem]
|
/external/angle/build/lacros/ |
D | mojo_connection_lacros_launcher.py | 192 groups = [g.gr_gid for g in grp.getgrall() if username in g.gr_mem]
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 4280 Fix test_os.test_chown(): use os.getgroups() rather than grp.getgrall() to
|