Searched refs:config_buf (Results 1 – 1 of 1) sorted by relevance
642 char *config_buf, size_t len, in kvp_process_ipconfig_file() argument659 memset(config_buf, 0, len); in kvp_process_ipconfig_file()662 if ((len - strlen(config_buf)) < (element_size + 1)) { in kvp_process_ipconfig_file()668 strlcat(config_buf, p, len); in kvp_process_ipconfig_file()669 strlcat(config_buf, ";", len); in kvp_process_ipconfig_file()