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