Searched refs:getprotoent_r (Results 1 – 11 of 11) sorted by relevance
/onnv-gate/usr/src/lib/libresolv/ |
H A D | netdb.h | 111 struct protoent *getprotoent_r(struct protoent *, char *, int); 159 struct protoent *getprotoent_r();
|
/onnv-gate/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 141 #define getprotoent_r res_getprotoent_r macro 142 struct protoent *getprotoent_r __P((struct protoent *, char *, int));
|
/onnv-gate/usr/src/lib/libsocket/inet/ |
H A D | getprotoent.c | 81 res = getprotoent_r(b->result, b->buffer, b->buflen); in getprotoent()
|
H A D | getprotoent_r.c | 108 getprotoent_r(struct protoent *result, char *buffer, int buflen) in getprotoent_r() function
|
/onnv-gate/usr/src/head/ |
H A D | netdb.h | 258 struct protoent *getprotoent_r(struct protoent *, char *, int); 371 struct protoent *getprotoent_r();
|
/onnv-gate/usr/src/lib/libsocket/ |
H A D | Makefile.com | 31 getprotoent.o getprotoent_r.o getservbyname_r.o getservent.o \
|
/onnv-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | getprotoent_r.c | 86 getprotoent_r(struct protoent *pptr, PROTO_R_ARGS) { in getprotoent_r() function
|
/onnv-gate/usr/src/lib/libresolv2/ |
H A D | Makefile.com | 46 getprotoent_r.o getservent_r.o
|
/onnv-gate/usr/src/lib/libsocket/common/ |
H A D | mapfile-vers | 136 getprotoent_r;
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | reentr.inc | 895 # define getprotoent() ((PL_REENTRANT_RETINT = getprotoent_r(&PL_reentrant_buffer->_proto… 898 …fine getprotoent() ({int PL_REENTRANT_RETINT; ((PL_REENTRANT_RETINT = getprotoent_r(&PL_reentrant_… 904 …return ((PL_REENTRANT_RETINT = getprotoent_r(&PL_reentrant_buffer->_protoent_struct, PL_reentrant_… 911 # define getprotoent() ((PL_REENTRANT_RETINT = getprotoent_r(&PL_reentrant_buffer->_proto… 914 …fine getprotoent() ({int PL_REENTRANT_RETINT; ((PL_REENTRANT_RETINT = getprotoent_r(&PL_reentrant_… 920 …return ((PL_REENTRANT_RETINT = getprotoent_r(&PL_reentrant_buffer->_protoent_struct, PL_reentrant_… 926 # define getprotoent() (getprotoent_r(&PL_reentrant_buffer->_protoent_struct, PL_reentrant_bu… 930 # define getprotoent() ((PL_REENTRANT_RETINT = getprotoent_r(&PL_reentrant_buffer->_proto… 933 …fine getprotoent() ({int PL_REENTRANT_RETINT; ((PL_REENTRANT_RETINT = getprotoent_r(&PL_reentrant_… 939 …return ((PL_REENTRANT_RETINT = getprotoent_r(&PL_reentrant_buffer->_protoent_struct, &PL_reentrant…
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/Porting/ |
H A D | Glossary | 990 which indicates to the C program that the getprotoent_r() 2517 This variable encodes the prototype of getprotoent_r.
|