gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strdup from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
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)