Home
last modified time | relevance | path

Searched refs:_PATH_NETWORKS (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/irs/
H A Dpathnames.h28 #ifndef _PATH_NETWORKS
29 #define _PATH_NETWORKS "/etc/networks" macro
H A Dlcl_nw.c213 if (!(pvt->fp = fopen(_PATH_NETWORKS, "r"))) in nw_rewind()
/netbsd-src/lib/libc/net/
H A Dgetnetent.c98 netf = fopen(_PATH_NETWORKS, "re"); in __setnetent()
121 if (netf == NULL && (netf = fopen(_PATH_NETWORKS, "re")) == NULL) in getnetent()
/netbsd-src/include/
H A Dnetdb.h118 #ifndef _PATH_NETWORKS
119 #define _PATH_NETWORKS "/etc/networks" macro
/netbsd-src/external/bsd/libbind/dist/include/
H A Dnetdb.h113 #ifndef _PATH_NETWORKS
114 #define _PATH_NETWORKS "/etc/networks" macro