HomeSort by relevance Sort by last modified time
    Searched defs:getgrnam (Results 1 - 20 of 20) sorted by null

  /external/e2fsprogs/include/mingw/
grp.h 6 __inline struct group * getgrnam(char* g){return 0;} function
  /external/e2fsprogs/include/nonunix/
grp.h 6 __inline struct group * getgrnam(char* g){return 0;} function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
archive_util.py 23 from grp import getgrnam
25 getgrnam = None variable
29 if getgrnam is None or name is None:
32 result = getgrnam(name)
  /external/python/cpython2/Lib/distutils/
archive_util.py 23 from grp import getgrnam
25 getgrnam = None variable
29 if getgrnam is None or name is None:
32 result = getgrnam(name)
  /external/python/cpython2/Lib/plat-os2emx/
grp.py 45 getgrnam(name) - return the record for group 'name' as a 4-tuple
171 def getgrnam(name): function
  /external/python/cpython3/Lib/distutils/
archive_util.py 27 from grp import getgrnam
29 getgrnam = None variable
33 if getgrnam is None or name is None:
36 result = getgrnam(name)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
archive_util.py 23 from grp import getgrnam
25 getgrnam = None variable
29 if getgrnam is None or name is None:
32 result = getgrnam(name)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
archive_util.py 23 from grp import getgrnam
25 getgrnam = None variable
29 if getgrnam is None or name is None:
32 result = getgrnam(name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 23 from grp import getgrnam
25 getgrnam = None variable
29 if getgrnam is None or name is None:
32 result = getgrnam(name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 23 from grp import getgrnam
25 getgrnam = None variable
29 if getgrnam is None or name is None:
32 result = getgrnam(name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
shutil.py 21 from grp import getgrnam
23 getgrnam = None variable
316 if getgrnam is None or name is None:
319 result = getgrnam(name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shutil.py 21 from grp import getgrnam
23 getgrnam = None variable
312 if getgrnam is None or name is None:
315 result = getgrnam(name)
  /external/python/cpython2/Lib/
shutil.py 21 from grp import getgrnam
23 getgrnam = None variable
316 if getgrnam is None or name is None:
319 result = getgrnam(name)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shutil.py 21 from grp import getgrnam
23 getgrnam = None variable
315 if getgrnam is None or name is None:
318 result = getgrnam(name)
  /prebuilts/gdb/linux-x86/lib/python2.7/
shutil.py 21 from grp import getgrnam
23 getgrnam = None variable
315 if getgrnam is None or name is None:
318 result = getgrnam(name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 21 from grp import getgrnam
23 getgrnam = None variable
315 if getgrnam is None or name is None:
318 result = getgrnam(name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 21 from grp import getgrnam
23 getgrnam = None variable
315 if getgrnam is None or name is None:
318 result = getgrnam(name)
  /bionic/libc/bionic/
grp_pwd.cpp 677 group* getgrnam(const char* name) { // NOLINT: implementing bad function. function
  /external/python/cpython3/Lib/
shutil.py 41 from grp import getgrnam
43 getgrnam = None variable
573 if getgrnam is None or name is None:
576 result = getgrnam(name)
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixNativeDispatcher.java 486 * struct group *getgrnam(const char *name);
490 static int getgrnam(String name) throws UnixException { method in class:UnixNativeDispatcher

Completed in 178 milliseconds