OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getgrnam
(Results
1 - 6
of
6
) sorted by null
/external/e2fsprogs/include/nonunix/
grp.h
6
__inline struct group *
getgrnam
(char* g){return 0;}
function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py
23
from grp import
getgrnam
namespace
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
namespace
25
getgrnam
= None
variable
29
if
getgrnam
is None or name is None:
32
result =
getgrnam
(name)
/bionic/libc/bionic/
stubs.cpp
400
group*
getgrnam
(const char* name) { // NOLINT: implementing bad function.
function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py
21
from grp import
getgrnam
namespace
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
namespace
23
getgrnam
= None
variable
315
if
getgrnam
is None or name is None:
318
result =
getgrnam
(name)
Completed in 2399 milliseconds