Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/lib/Net/
H A Dprotoent.pm35 sub getprotobyname ($) { populate(CORE::getprotobyname(shift)) } global() subroutine
/openbsd-src/lib/libc/net/
H A Dgetprotoname.c60 getprotobyname(const char *name) in getprotobyname() function
/openbsd-src/gnu/usr.bin/perl/plan9/
H A Dplan9.c62 struct protoent *getprotobyname(const char *a) in getprotobyname() function
/openbsd-src/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h138 #define getprotobyname win32_getprotobyname macro
/openbsd-src/gnu/usr.bin/perl/
H A Dreentr.h1267 # undef getprotobyname macro
1270 # define getprotobyname(a) (getprotobyname_r(a, &PL_reentrant_buffer->_protoent_struct, PL_reentrant_buffer->_protoent_buffer, PL_reentrant_buffer->_protoent_size) ? &PL_ree global() macro
1273 # define getprotobyname(a) (REENTR_MEMZERO(&PL_reentrant_buffer->_protoent_data, sizeof(PL_reentrant_buffer->_protoent_data)),(PL_reentrant_retint = getprotobyname_r(a, &PL_ global() macro
[all...]
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c2138 WRAPPER2(struct protoent *, getprotobyname, const char *name) in WRAPPER2() argument