Searched defs:getprotobyname (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/perl/lib/Net/ |
H A D | protoent.pm | 35 sub getprotobyname ($) { populate(CORE::getprotobyname(shift)) } subroutine
|
/openbsd/lib/libc/net/ |
H A D | getprotoname.c | 60 getprotobyname(const char *name) in getprotobyname() function
|
/openbsd/gnu/usr.bin/perl/plan9/ |
H A D | plan9.c | 62 struct protoent *getprotobyname(const char *a) in getprotobyname() function
|
/openbsd/gnu/usr.bin/perl/win32/include/sys/ |
H A D | socket.h | 138 #define getprotobyname win32_getprotobyname macro
|
/openbsd/gnu/usr.bin/perl/ |
H A D | config_h.SH | 1690 * This symbol, if defined, indicates that the getprotobyname() function 4453 * prototypes for getprotoent(), getprotobyname(), and function
|
H A D | reentr.h | 1267 # 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 D | XSUB.h | 636 # define getprotobyname PerlSock_getprotobyname macro
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 2138 WRAPPER2(struct protoent *, getprotobyname, const char *name) in WRAPPER2() argument
|