Searched refs:setprotoent_r (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/lib/libc/net/ |
H A D | getprotoent_r.c | 53 __weak_alias(setprotoent_r,_setprotoent_r) in __weak_alias() 57 setprotoent_r(int f, struct protoent_data *pd) in __weak_alias()
|
H A D | protoent.h | 58 void setprotoent_r(int, struct protoent_data *);
|
H A D | getprotobynumber_r.c | 56 setprotoent_r(pd->stayopen, pd); in __weak_alias()
|
H A D | getprotoent.c | 59 setprotoent_r(f, &_protoent_data); in setprotoent()
|
H A D | getprotobyname_r.c | 62 setprotoent_r(pd->stayopen, pd); in __weak_alias()
|
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | getprotoent_r.c | 109 setprotoent_r(int stay_open, PROTO_R_ENT_ARGS) in setprotoent_r() function 111 setprotoent_r(int stay_open) in setprotoent_r()
|
/netbsd-src/external/bsd/libbind/dist/include/ |
H A D | netdb.h | 467 int setprotoent_r __P((int, struct protoent_data *)); 543 void setprotoent_r __P((int));
|
/netbsd-src/lib/libc/include/ |
H A D | namespace.h | 644 #define setprotoent_r _setprotoent_r 636 #define setprotoent_r _setprotoent_r global() macro
|
/netbsd-src/external/bsd/libbind/dist/ |
H A D | configure.in | 2386 AC_CHECK_FUNC(setprotoent_r, 2394 void setprotoent_r __P((int)); 2406 int setprotoent_r (int, struct protoent_data *);
|
H A D | configure | 31889 /* Define setprotoent_r to an innocuous variant, in case <limits.h> declares setprotoent_r. 31894 which can conflict with char setprotoent_r (); below. 31912 char setprotoent_r (); 31923 return setprotoent_r (); 31972 void setprotoent_r __P((int)); 32018 int setprotoent_r (int, struct protoent_data *);
|