Searched refs:ret_buf (Results 1 – 2 of 2) sorted by relevance
611 static int get_iphlpapi_dns_info (char *ret_buf, size_t ret_size) in get_iphlpapi_dns_info() argument616 char *ret = ret_buf; in get_iphlpapi_dns_info()690 left -= ret - ret_buf; in get_iphlpapi_dns_info()705 left -= ret - ret_buf; in get_iphlpapi_dns_info()716 if (ret > ret_buf) in get_iphlpapi_dns_info()758 left -= ret - ret_buf; in get_iphlpapi_dns_info()768 left -= ret - ret_buf; in get_iphlpapi_dns_info()781 if (ret > ret_buf) in get_iphlpapi_dns_info()
199 char *ret_buf; in get_optstr() local207 ret_buf = malloc(len); in get_optstr()208 strncpy(ret_buf, temp, len); in get_optstr()209 return ret_buf; in get_optstr()