Searched refs:NETCONFIG (Results 1 – 5 of 5) sorted by relevance
96 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in setnetpath()156 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in getnetpath()
202 if ((nc_file != NULL) || (nc_file = fopen(NETCONFIG, "r")) != NULL) { in setnetconfig()432 if ((file = fopen(NETCONFIG, "r")) == NULL) { in getnetconfigent()
257 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in __rpc_getconfip()323 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in __rpc_setconf()
494 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in local_rpcb()
10 #define NETCONFIG "/etc/netconfig" macro