OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getgrgid
(Results
76 - 100
of
102
) sorted by null
1
2
3
4
5
/external/toybox/lib/
xwrap.c
530
struct group *group =
getgrgid
(gid);
561
if (!errno && s && !*s) gr =
getgrgid
(gid);
/external/e2fsprogs/lib/e2p/
ls.c
43
gr =
getgrgid
(gid);
/external/toybox/toys/pending/
tcpsvd.c
212
if (!(grp =
getgrgid
(n))) perror_exit("Invalid group '%s'",group);
tar.c
244
if ((gr =
getgrgid
(st->st_gid)))
/external/toybox/toys/posix/
find.c
308
if (check) if (
getgrgid
(new->st.st_gid)) test = 0;
ls.c
115
struct group *gr =
getgrgid
(gid);
ps.c
435
struct group *gr =
getgrgid
(ll);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xos_r.h
30
* <grp.h> for
getgrgid
() or getgrnam()
52
* NOTE: On systems lacking appropriate _r functions
Getgrgid
() and
972
* NOTE: On systems lacking appropriate _r functions
Getgrgid
() and
1001
#define _XGetgrgid(g,p)
getgrgid
((g))
1032
(((p).pgrp =
getgrgid
((g))) ? _Xgrp_copyGroup(p) : 0), \
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h
30
* <grp.h> for
getgrgid
() or getgrnam()
52
* NOTE: On systems lacking appropriate _r functions
Getgrgid
() and
972
* NOTE: On systems lacking appropriate _r functions
Getgrgid
() and
1001
#define _XGetgrgid(g,p)
getgrgid
((g))
1032
(((p).pgrp =
getgrgid
((g))) ? _Xgrp_copyGroup(p) : 0), \
[
all
...]
/bionic/libc/bionic/
stubs.cpp
477
group*
getgrgid
(gid_t gid) { // NOLINT: implementing bad function.
function
/external/autotest/client/site_tests/logging_UserCrash/
logging_UserCrash.py
258
group = grp.
getgrgid
(stat_info.st_gid)[0]
/external/autotest/client/site_tests/network_ShillInitScripts/
network_ShillInitScripts.py
200
self.assure(grp.
getgrgid
(os.stat(path).st_gid)[0] == group,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py
341
cmd.group = grp.
getgrgid
(0)[0]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py
341
cmd.group = grp.
getgrgid
(0)[0]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py
519
group = grp.
getgrgid
(0)[0]
547
group = grp.
getgrgid
(0)[0]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py
519
group = grp.
getgrgid
(0)[0]
547
group = grp.
getgrgid
(0)[0]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py
519
group = grp.
getgrgid
(0)[0]
547
group = grp.
getgrgid
(0)[0]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py
519
group = grp.
getgrgid
(0)[0]
547
group = grp.
getgrgid
(0)[0]
/external/dnsmasq/src/
dnsmasq.c
240
gp =
getgrgid
(ent_pw->pw_gid);
[
all
...]
/external/squashfs-tools/squashfs-tools/
unsquashfs.c
548
group =
getgrgid
(inode->gid);
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py
[
all
...]
/external/libvpx/libvpx/tools/
cpplint.py
[
all
...]
Completed in 652 milliseconds
1
2
3
4
5