Searched defs:getprotoent (Results 1 – 8 of 8) sorted by relevance
27 sub getprotoent :prototype( ) { populate(CORE::getprotoent()) } subroutine
162 getprotoent(void) in getprotoent() function
74 struct protoent *getprotoent() in getprotoent() function
1673 * This symbol, if defined, indicates that the getprotoent() routine is function4484 * prototypes for getprotoent(), getprotobyname(), and function
1307 # define getprotoent() ((PL_reentrant_retint = getprotoent_r(&PL_reentrant_buffer->_protoent… macro1310 # define getprotoent() ((PL_reentrant_retint = getprotoent_r(&PL_reentrant_buffer->_protoent… macro1313 # define getprotoent() (getprotoent_r(&PL_reentrant_buffer->_protoent_struct, PL_reentrant_b… macro1316 # define getprotoent() (REENTR_MEMZERO(&PL_reentrant_buffer->_protoent_data, sizeof(PL_reent… macro
635 # define getprotoent PerlSock_getprotoent macro
150 #define getprotoent win32_getprotoent macro
2126 WRAPPER2(struct protoent *, getprotoent, void) in WRAPPER2() argument