Home
last modified time | relevance | path

Searched refs:ret_buf (Results 1 – 2 of 2) sorted by relevance

/external/c-ares/
Dares_init.c611 static int get_iphlpapi_dns_info (char *ret_buf, size_t ret_size) in get_iphlpapi_dns_info() argument
616 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()
/external/ltp/utils/ffsb-6.0-rc2/
Dparser.c199 char *ret_buf; in get_optstr() local
207 ret_buf = malloc(len); in get_optstr()
208 strncpy(ret_buf, temp, len); in get_optstr()
209 return ret_buf; in get_optstr()