Home
last modified time | relevance | path

Searched refs:getprotoent_r (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/lib/libc/net/
H A Dgetprotoent_r.c52 __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 Dprotoent.h53 struct protoent *getprotoent_r(struct protoent *, struct protoent_data *);
H A Dgetprotobynumber_r.c57 while ((p = getprotoent_r(pr, pd)) != NULL) in __weak_alias()
H A Dgetprotoent.c77 p = getprotoent_r(&_protoent_data.proto, &_protoent_data); in getprotoent()
H A Dgetprotobyname_r.c63 while ((p = getprotoent_r(pr, pd)) != NULL) { in __weak_alias()
H A DMakefile.inc10 getprotobyname_r.c getprotobynumber_r.c getprotoent_r.c \
/netbsd-src/external/bsd/libbind/dist/include/
H A Dnetdb.h466 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 DMakefile.in22 getprotoent_r.@O@ getservent_r.@O@
61 util.c getgrent_r.c gethostent_r.c getnetgrent_r.c getprotoent_r.c \
H A Dgetprotoent_r.c88 getprotoent_r(struct protoent *pptr, PROTO_R_ARGS) { in getprotoent_r() function
/netbsd-src/external/bsd/libbind/dist/
H A DMakefile.in45 irs/getnetgrent_r.@O@ irs/getprotoent_r.@O@ irs/getservent_r.@O@
H A Dconfigure.in2220 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 Dconfigure31336 /* 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 Dnamespace.h411 #define getprotoent_r _getprotoent_r
407 #define getprotoent_r _getprotoent_r global() macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7679 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 Dsanitizer_common_interceptors.inc7471 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); \