Lines Matching refs:strlcpy
142 if (strlcpy(depth0_control, $2,
153 if (strlcpy(lconfig->hc_controladdr, $2,
172 if (strlcpy(depth0_pidfile, $2,
183 if (strlcpy(lconfig->hc_pidfile, $2,
208 if (strlcpy(lst->hl_addr, $2, sizeof(lst->hl_addr)) >=
329 if (strlcpy(depth0_exec, $2, sizeof(depth0_exec)) >=
338 if (strlcpy(curres->hr_exec, $2,
445 strlcpy(curres->hr_provname, depth1_provname,
455 strlcpy(curres->hr_localpath, depth1_localpath,
471 strlcpy(curres->hr_provname, curres->hr_name,
527 if (strlcpy(curres->hr_name, $1,
585 if (strlcpy(depth1_provname, $2,
597 if (strlcpy(curres->hr_provname, $2,
616 if (strlcpy(depth1_localpath, $2,
628 if (strlcpy(curres->hr_localpath, $2,
691 if (strlcpy(curres->hr_remoteaddr, $2,
714 if (strlcpy(curres->hr_sourceaddr, $2,
814 (void)strlcpy(names, buf, MIN((size_t)(pos - buf + 1), in node_names()
868 strlcpy(depth0_control, HAST_CONTROL, sizeof(depth0_control)); in yy_config_parse()
869 strlcpy(depth0_pidfile, HASTD_PIDFILE, sizeof(depth0_pidfile)); in yy_config_parse()
871 strlcpy(depth0_listen_tcp4, HASTD_LISTEN_TCP4, in yy_config_parse()
873 strlcpy(depth0_listen_tcp6, HASTD_LISTEN_TCP6, in yy_config_parse()
912 strlcpy(lconfig->hc_controladdr, depth0_control, in yy_config_parse()
916 strlcpy(lconfig->hc_pidfile, depth0_pidfile, in yy_config_parse()
933 (void)strlcpy(lst->hl_addr, depth0_listen_tcp4, in yy_config_parse()
949 (void)strlcpy(lst->hl_addr, depth0_listen_tcp6, in yy_config_parse()
1003 strlcpy(curres->hr_exec, depth0_exec, in yy_config_parse()