Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/lib/Net/
H A Dprotoent.pm34 sub getprotoent ( ) { populate(CORE::getprotoent()) } global() subroutine
/openbsd-src/lib/libc/net/
H A Dgetprotoent.c162 getprotoent(void) in getprotoent() function
/openbsd-src/gnu/usr.bin/perl/plan9/
H A Dplan9.c74 struct protoent *getprotoent() in getprotoent() function
/openbsd-src/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h150 #define getprotoent win32_getprotoent macro
/openbsd-src/gnu/usr.bin/perl/
H A Dreentr.h1305 # 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...]
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c2126 WRAPPER2(struct protoent *, getprotoent, void) in WRAPPER2() argument