Search | Google it | Results 1 - 1 of 1 for funcall:strdup from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c (0.00 seconds) |
1000: */ 1001: hostname2 = strdup(hostname); 1002: if (hostname2 == NULL) 1039: if ((pai->ai_flags & AI_CANONNAME) != 0) { 1040: ai->ai_canonname = strdup(str); 1041: if (ai->ai_canonname == NULL)