Home
last modified time | relevance | path

Searched refs:getgrnam_r (Results 1 – 21 of 21) sorted by relevance

/openbsd/lib/libc/hidden/
H A Dgrp.h32 PROTO_NORMAL(getgrnam_r);
/openbsd/include/
H A Dgrp.h68 int getgrnam_r(const char *, struct group *, char *,
/openbsd/lib/libc/gen/
H A Dgetgrent.c129 getgrnam_r(const char *name, struct group *grp, char *buffer, in getgrnam_r() function
147 DEF_WEAK(getgrnam_r);
H A Dpwcache.c421 getgrnam_r(name, &grstore, grbuf, sizeof(grbuf), &gr); in gid_from_group()
/openbsd/gnu/usr.bin/perl/
H A Dreentr.h1046 # define getgrnam(a) ((PL_reentrant_retint = getgrnam_r(a, &PL_reentrant_buffer->_grent_stru…
1049 # define getgrnam(a) ((PL_reentrant_retint = getgrnam_r(a, &PL_reentrant_buffer->_grent_stru…
1052 # define getgrnam(a) (getgrnam_r(a, PL_reentrant_buffer->_grent_buffer, PL_reentrant_buffer-…
1055 # define getgrnam(a) ((PL_reentrant_retint = getgrnam_r(a, &PL_reentrant_buffer->_grent_stru…
1058 # define getgrnam(a) (getgrnam_r(a, &PL_reentrant_buffer->_grent_struct, PL_reentrant_buffer…
H A Dconfig_h.SH4701 * This symbol, if defined, indicates that the getgrnam_r routine
4705 * This symbol encodes the prototype of getgrnam_r.
H A DConfigure14595 ''|0) try='int getgrnam_r(const char*, struct group*, char*, size_t, struct group**);'
14599 ''|0) try='int getgrnam_r(const char*, struct group*, char*, int, struct group**);'
14603 ''|0) try='struct group* getgrnam_r(const char*, char*, int);'
14607 ''|0) try='int getgrnam_r(const char*, struct group*, char*, int);'
14611 ''|0) try='struct group* getgrnam_r(const char*, struct group*, char*, int);'
/openbsd/usr.sbin/radiusd/
H A Dradiusd_bsdauth.c196 if (getgrnam_r(group, &gr0, g_buf, in main()
/openbsd/gnu/gcc/libmudflap/
H A Dconfig.h.in66 /* Define to 1 if you have the `getgrnam_r' function. */
H A Dconfigure.ac73 AC_CHECK_FUNCS(getlogin_r getpwnam_r getpwuid_r getgrnam_r getgrgid_r)
H A Dconfigure4423 for ac_func in getlogin_r getpwnam_r getpwuid_r getgrnam_r getgrgid_r
/openbsd/lib/libc/
H A DSymbols.list658 getgrnam_r
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3634 TEST(MemorySanitizer, getgrnam_r) { in TEST() argument
3638 int res = getgrnam_r(SUPERUSER_GROUP, &grp, buf, sizeof(buf), &grpres); in TEST()
/openbsd/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample1384 * This symbol, if defined, indicates that the getgrnam_r routine
1388 * This symbol encodes the prototype of getgrnam_r.
H A Dconfig.plan91436 * This symbol, if defined, indicates that the getgrnam_r routine
1440 * This symbol encodes the prototype of getgrnam_r.
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2040 INTERCEPTOR(int, getgrnam_r, const char *name, __sanitizer_group *grp,
2043 COMMON_INTERCEPTOR_ENTER(ctx, getgrnam_r, name, grp, buf, buflen, result);
2048 int res = REAL(getgrnam_r)(name, grp, buf, buflen, result);
2070 COMMON_INTERCEPT_FUNCTION(getgrnam_r); \
/openbsd/gnu/usr.bin/perl/Porting/
H A Dconfig_H4526 * This symbol, if defined, indicates that the getgrnam_r routine
4530 * This symbol encodes the prototype of getgrnam_r.
H A DGlossary1122 which indicates to the C program that the getgrnam_r()
3282 This variable encodes the prototype of getgrnam_r.
/openbsd/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc4660 * This symbol, if defined, indicates that the getgrnam_r routine
4664 * This symbol encodes the prototype of getgrnam_r.
H A Dconfig_H.vc4660 * This symbol, if defined, indicates that the getgrnam_r routine
4664 * This symbol encodes the prototype of getgrnam_r.
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1867 fun:getgrnam_r=uninstrumented