Searched defs:setprotoent (Results 1 – 6 of 6) sorted by relevance
150 setprotoent(int f) in setprotoent() function
102 void setprotoent(int a) in setprotoent() function
154 #define setprotoent win32_setprotoent macro
1881 * This symbol, if defined, indicates that the setprotoent() routine is function
1596 # define setprotoent(a) (setprotoent_r(a, &PL_reentrant_buffer->_protoent_data) == 0 ? 1 : 0) macro1599 # define setprotoent(a) setprotoent_r(a, &PL_reentrant_buffer->_protoent_data) macro
651 # define setprotoent PerlSock_setprotoent macro