Searched defs:getprotoent (Results 1 – 6 of 6) sorted by relevance
34 sub getprotoent ( ) { populate(CORE::getprotoent()) } global() subroutine
162 getprotoent(void) in getprotoent() function
74 struct protoent *getprotoent() in getprotoent() function
150 #define getprotoent win32_getprotoent macro
1305 # undef getprotoent macro 1308 # define getprotoent() ((PL_reentrant_retint = getprotoent_r(&PL_reentrant_buffer->_protoent_struct, PL_reentrant_buffer->_protoent_buffer, PL_reentrant_buffer->_protoent_si global() macro 1311 # define getprotoent() (getprotoent_r(&PL_reentrant_buffer->_protoent_struct, PL_reentrant_buffer->_protoent_buffer, PL_reentrant_buffer->_protoent_size) ? &PL_reentrant_buf global() macro 1314 # define getprotoent() (REENTR_MEMZERO(&PL_reentrant_buffer->_protoent_data, sizeof(PL_reentrant_buffer->_protoent_data)),(PL_reentrant_retint = getprotoent_r(&PL_reentrant_ global() macro [all...]
2126 WRAPPER2(struct protoent *, getprotoent, void) in WRAPPER2() argument