Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/lib/Net/
H A Dprotoent.pm35 sub getprotobyname ($) { populate(CORE::getprotobyname(shift)) } subroutine
/openbsd/lib/libc/net/
H A Dgetprotoname.c60 getprotobyname(const char *name) in getprotobyname() function
/openbsd/gnu/usr.bin/perl/plan9/
H A Dplan9.c62 struct protoent *getprotobyname(const char *a) in getprotobyname() function
/openbsd/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h138 #define getprotobyname win32_getprotobyname macro
/openbsd/gnu/usr.bin/perl/
H A Dconfig_h.SH1690 * This symbol, if defined, indicates that the getprotobyname() function
4453 * prototypes for getprotoent(), getprotobyname(), and function
H A Dreentr.h1267 # define getprotobyname(a) ((PL_reentrant_retint = getprotobyname_r(a, &PL_reentrant_buffer-… macro
1270 # define getprotobyname(a) (getprotobyname_r(a, &PL_reentrant_buffer->_protoent_struct, PL_r… macro
1273 # define getprotobyname(a) (REENTR_MEMZERO(&PL_reentrant_buffer->_protoent_data, sizeof(PL_r… macro
H A DXSUB.h636 # define getprotobyname PerlSock_getprotobyname macro
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c2138 WRAPPER2(struct protoent *, getprotobyname, const char *name) in WRAPPER2() argument