Home
last modified time | relevance | path

Searched refs:getprotoent (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libresolv/
H A Dnetdb.h126 struct protoent *getprotoent(void);
173 struct protoent *getprotoent();
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_netdb.h137 #define getprotoent res_getprotoent macro
138 struct protoent *getprotoent __P((void));
/illumos-gate/usr/src/man/man3xnet/
H A DMakefile61 getprotoent.3xnet \
94 getprotoent.3xnet := LINKSRC = endprotoent.3xnet
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetprotoent.c73 getprotoent() in getprotoent() function
/illumos-gate/usr/src/cmd/getent/
H A Ddogetproto.c68 while ((pp = getprotoent()) != NULL) in dogetproto()
/illumos-gate/usr/src/lib/nsswitch/ldap/
H A DMakefile.com43 getprotoent.o \
/illumos-gate/usr/src/lib/nsswitch/nis/
H A DMakefile.com42 getprotoent.o \
/illumos-gate/usr/src/lib/nsswitch/files/
H A DMakefile.com39 getprotoent.o \
/illumos-gate/usr/src/lib/libsocket/
H A DMakefile.com32 getprotoent.o getprotoent_r.o getservbyname_r.o getservent.o \
/illumos-gate/usr/src/man/man3socket/
H A DMakefile85 getprotoent.3socket \
163 getprotoent.3socket := LINKSRC = getprotobyname.3socket
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetprotoent.c47 getprotoent() { in getprotoent() function
H A Dgetprotoent_r.c83 struct protoent *pe = getprotoent(); in getprotoent_r()
/illumos-gate/usr/src/head/
H A Dnetdb.h276 struct protoent *getprotoent(void);
/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile.com52 getnetgrent.o getprotoent.o getservent.o hesiod.o \
/illumos-gate/usr/src/lib/libsocket/common/
H A Dmapfile-vers198 getprotoent;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xnet.inc38 link path=usr/share/man/man3xnet/getprotoent.3xnet target=endprotoent.3xnet
H A Dsystem-library.man3socket.inc69 link path=usr/share/man/man3socket/getprotoent.3socket \
/illumos-gate/usr/src/lib/libxnet/common/
H A Dmapfile-vers133 getprotoent { TYPE = FUNCTION; FILTER = libsocket.so.1 };
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c1007 while ((pp = getprotoent()) != NULL) { in res_buildprotolist()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c428 while ((p = getprotoent()) != NULL) in init_tabs()