Home
last modified time | relevance | path

Searched defs:getprotoent (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/lib/Net/
H A Dprotoent.pm34 sub getprotoent ( ) { populate(CORE::getprotoent()) } subroutine
/openbsd/lib/libc/net/
H A Dgetprotoent.c162 getprotoent(void) in getprotoent() function
/openbsd/gnu/usr.bin/perl/plan9/
H A Dplan9.c74 struct protoent *getprotoent() in getprotoent() function
/openbsd/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h150 #define getprotoent win32_getprotoent macro
/openbsd/gnu/usr.bin/perl/
H A Dconfig_h.SH1673 * This symbol, if defined, indicates that the getprotoent() routine is function
4453 * prototypes for getprotoent(), getprotobyname(), and function
H A Dreentr.h1305 # define getprotoent() ((PL_reentrant_retint = getprotoent_r(&PL_reentrant_buffer->_protoent… macro
1308 # define getprotoent() ((PL_reentrant_retint = getprotoent_r(&PL_reentrant_buffer->_protoent… macro
1311 # define getprotoent() (getprotoent_r(&PL_reentrant_buffer->_protoent_struct, PL_reentrant_b… macro
1314 # define getprotoent() (REENTR_MEMZERO(&PL_reentrant_buffer->_protoent_data, sizeof(PL_reent… macro
H A DXSUB.h638 # define getprotoent PerlSock_getprotoent macro
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c2126 WRAPPER2(struct protoent *, getprotoent, void) in WRAPPER2() argument