Home
last modified time | relevance | path

Searched refs:getgrent_r (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/perl/Porting/
H A Dfindrfuncs74 delete $rfuncs{getgrent_r};
H A Dconfig_H4500 * This symbol, if defined, indicates that the getgrent_r routine
4504 * This symbol encodes the prototype of getgrent_r.
H A DGlossary1112 which indicates to the C program that the getgrent_r()
3270 This variable encodes the prototype of getgrent_r.
/openbsd/gnu/usr.bin/perl/
H A Dreentr.h996 # define getgrent() ((PL_reentrant_retint = getgrent_r(&PL_reentrant_buffer->_grent_struct, …
999 # define getgrent() ((PL_reentrant_retint = getgrent_r(&PL_reentrant_buffer->_grent_struct, …
1002 # define getgrent() (getgrent_r(&PL_reentrant_buffer->_grent_struct, PL_reentrant_buffer->_g…
1005 # define getgrent() (getgrent_r(&PL_reentrant_buffer->_grent_struct, PL_reentrant_buffer->_g…
1008 # define getgrent() ((PL_reentrant_retint = getgrent_r(&PL_reentrant_buffer->_grent_struct, …
1011 # define getgrent() ((PL_reentrant_retint = getgrent_r(&PL_reentrant_buffer->_grent_struct, …
H A DConfigure14481 ''|0) try='int getgrent_r(struct group*, char*, size_t, struct group**);'
14485 ''|0) try='int getgrent_r(struct group*, char*, int, struct group**);'
14489 ''|0) try='struct group* getgrent_r(struct group*, char*, size_t);'
14493 ''|0) try='struct group* getgrent_r(struct group*, char*, int);'
14497 ''|0) try='int getgrent_r(struct group*, char*, int);'
14501 ''|0) try='int getgrent_r(struct group*, char*, int, FILE**);'
H A Dconfig_h.SH4675 * This symbol, if defined, indicates that the getgrent_r routine
4679 * This symbol encodes the prototype of getgrent_r.
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3716 TEST(MemorySanitizer, getgrent_r) { in TEST() argument
3721 int res = getgrent_r(&grp, buf, sizeof(buf), &grpres); in TEST()
/openbsd/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample1358 * This symbol, if defined, indicates that the getgrent_r routine
1362 * This symbol encodes the prototype of getgrent_r.
H A Dconfig.plan91410 * This symbol, if defined, indicates that the getgrent_r routine
1414 * This symbol encodes the prototype of getgrent_r.
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2134 INTERCEPTOR(int, getgrent_r, __sanitizer_group *pwbuf, char *buf, SIZE_T buflen,
2137 COMMON_INTERCEPTOR_ENTER(ctx, getgrent_r, pwbuf, buf, buflen, pwbufp);
2141 int res = REAL(getgrent_r)(pwbuf, buf, buflen, pwbufp);
2149 COMMON_INTERCEPT_FUNCTION(getgrent_r);
/openbsd/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc4634 * This symbol, if defined, indicates that the getgrent_r routine
4638 * This symbol encodes the prototype of getgrent_r.
H A Dconfig_H.vc4634 * This symbol, if defined, indicates that the getgrent_r routine
4638 * This symbol encodes the prototype of getgrent_r.
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1863 fun:getgrent_r=uninstrumented