/netbsd-src/lib/libc/net/ |
H A D | getprotoent_r.c | 52 __weak_alias(getprotoent_r,_getprotoent_r) in __weak_alias() 86 getprotoent_r(struct protoent *pr, struct protoent_data *pd) in getprotoent_r() function
|
H A D | protoent.h | 53 struct protoent *getprotoent_r(struct protoent *, struct protoent_data *);
|
H A D | getprotobynumber_r.c | 57 while ((p = getprotoent_r(pr, pd)) != NULL) in __weak_alias()
|
H A D | getprotoent.c | 77 p = getprotoent_r(&_protoent_data.proto, &_protoent_data); in getprotoent()
|
H A D | getprotobyname_r.c | 63 while ((p = getprotoent_r(pr, pd)) != NULL) { in __weak_alias()
|
H A D | Makefile.inc | 10 getprotobyname_r.c getprotobynumber_r.c getprotoent_r.c \
|
/netbsd-src/external/bsd/libbind/dist/include/ |
H A D | netdb.h | 466 int getprotoent_r __P((struct protoent *, struct protoent_data *)); 535 int getprotoent_r __P((struct protoent *, char *, size_t, struct protoent **)); 541 struct protoent *getprotoent_r __P((struct protoent *, char *, int));
|
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | Makefile.in | 22 getprotoent_r.@O@ getservent_r.@O@ 61 util.c getgrent_r.c gethostent_r.c getnetgrent_r.c getprotoent_r.c \
|
H A D | getprotoent_r.c | 88 getprotoent_r(struct protoent *pptr, PROTO_R_ARGS) { in getprotoent_r() function
|
/netbsd-src/external/bsd/libbind/dist/ |
H A D | Makefile.in | 45 irs/getnetgrent_r.@O@ irs/getprotoent_r.@O@ irs/getservent_r.@O@
|
H A D | configure.in | 2220 AC_CHECK_FUNC(getprotoent_r, 2226 struct protoent *getprotoent_r(struct protoent *result, 2248 int getprotoent_r (struct protoent *, char *, size_t, struct protoent **); 2270 int getprotoent_r (struct protoent *, struct protoent_data *prot_data);
|
H A D | configure | 31336 /* Define getprotoent_r to an innocuous variant, in case <limits.h> declares getprotoent_r. 31341 which can conflict with char getprotoent_r (); below. 31359 char getprotoent_r (); 31370 return getprotoent_r (); 31417 struct protoent *getprotoent_r(struct protoent *result, 31472 int getprotoent_r (struct protoent *, char *, size_t, struct protoent **); 31527 int getprotoent_r (struct protoent *, struct protoent_data *prot_data);
|
/netbsd-src/lib/libc/include/ |
H A D | namespace.h | 411 #define getprotoent_r _getprotoent_r 407 #define getprotoent_r _getprotoent_r global() macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7679 INTERCEPTOR(int, getprotoent_r, struct __sanitizer_protoent *result_buf, 7682 COMMON_INTERCEPTOR_ENTER(ctx, getprotoent_r, result_buf, buf, buflen, 7684 int res = REAL(getprotoent_r)(result_buf, buf, buflen, result); 7723 COMMON_INTERCEPT_FUNCTION(getprotoent_r); \
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7471 INTERCEPTOR(int, getprotoent_r, struct __sanitizer_protoent *result_buf, 7474 COMMON_INTERCEPTOR_ENTER(ctx, getprotoent_r, result_buf, buf, buflen, 7476 int res = REAL(getprotoent_r)(result_buf, buf, buflen, result); 7515 COMMON_INTERCEPT_FUNCTION(getprotoent_r); \
|