OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getgrnam
(Results
101 - 125
of
227
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/iproute2/ip/
iptuntap.c
158
struct group *gr =
getgrnam
(*argv);
/external/libvpx/libvpx/examples/includes/geshi/geshi/
perl.php
104
'getc', 'getgrent', 'getgrgid', '
getgrnam
', 'gethostbyaddr',
/external/openssh/
sshpty.c
216
grp =
getgrnam
("tty");
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h
222
#pragma redefine_extname
getgrnam
__mfwrap_getgrnam
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
grp.h
109
extern struct group *
getgrnam
(__const char *__name);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
grp.h
109
extern struct group *
getgrnam
(__const char *__name);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
grp.h
109
extern struct group *
getgrnam
(__const char *__name);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos_r.h
42
* <grp.h> for getgrgid() or
getgrnam
()
65
*
Getgrnam
() do NOT copy the list of group members!
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h
33
* <grp.h> for getgrgid() or
getgrnam
()
56
*
Getgrnam
() do NOT copy the list of group members!
1032
*
Getgrnam
() do NOT copy the list of group members!
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos_r.h
42
* <grp.h> for getgrgid() or
getgrnam
()
65
*
Getgrnam
() do NOT copy the list of group members!
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h
33
* <grp.h> for getgrgid() or
getgrnam
()
56
*
Getgrnam
() do NOT copy the list of group members!
1032
*
Getgrnam
() do NOT copy the list of group members!
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h
33
* <grp.h> for getgrgid() or
getgrnam
()
56
*
Getgrnam
() do NOT copy the list of group members!
1032
*
Getgrnam
() do NOT copy the list of group members!
[
all
...]
/external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors.inc
638
INTERCEPTOR(void *,
getgrnam
, const char *name) {
640
COMMON_INTERCEPTOR_ENTER(ctx,
getgrnam
, name);
642
void *res = REAL(
getgrnam
)(name);
658
INTERCEPT_FUNCTION(
getgrnam
); \
[
all
...]
/external/dropbear/
sshpty.c
364
grp =
getgrnam
("tty");
/system/extras/tests/fstest/
perm_checker.c
91
if (!(gr =
getgrnam
(str))) {
/external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c
354
grp =
getgrnam
(gid_str);
848
grp =
getgrnam
(gid_str);
/bionic/libc/bionic/
stubs.cpp
400
group*
getgrnam
(const char* name) { // NOLINT: implementing bad function.
function
/external/chromium_org/chrome/installer/gcapi_mac/
gcapi.mm
262
if (group* group =
getgrnam
("admin"))
/external/compiler-rt/lib/tsan/rtl/
tsan_stat.cc
296
name[StatInt_getgrnam] = "
getgrnam
";
/external/wpa_supplicant_8/hostapd/
main.c
555
grp =
getgrnam
(group);
/external/dnsmasq/src/
dnsmasq.c
230
else if (daemon->groupname && !(gp =
getgrnam
(daemon->groupname)))
239
if (!(gp =
getgrnam
(CHGRP)) && ent_pw)
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so
libmudflap.so.0
libmudflap.so.0.0.0
libmudflapth.so
Completed in 534 milliseconds
1
2
3
4
5
6
7
8
9
10