Searched refs:agentx_path (Results 1 – 3 of 3) sorted by relevance
438 if (strlcpy(conf->sc_conf.agentx_path, $3,439 sizeof(conf->sc_conf.agentx_path)) >=440 sizeof(conf->sc_conf.agentx_path)) {447 (void)strlcpy(conf->sc_conf.agentx_path,449 sizeof(conf->sc_conf.agentx_path));
1076 char agentx_path[sizeof(((struct sockaddr_un *)NULL)->sun_path)]; member
449 if (strlcpy(sun.sun_path, lenv->sc_conf.agentx_path, in agentx_setsock()