Home
last modified time | relevance | path

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

/aoo41x/main/sal/workben/
H A Dtgetpwnam.cxx105 struct hostent *phostent, *pres3; in main() local
185 pres3 = gethostbyname_r("blauwal", phostent, buffer, sizeof(buffer), h_errno); in main()
187 if (pres3) { in main()
202 pres3 = gethostbyname_r("blauwal", phostent, smallbuf, sizeof(smallbuf), h_errno); in main()
203 if (!pres3) { in main()
216 pres3 = gethostbyname_r("blauwal", phostent, exactbuf, sizeof(exactbuf), &h_errno); in main()
217 if (!pres3) { in main()
226 pres3 = gethostbyname_r("nohost", phostent, buffer, sizeof(buffer), &h_errno); in main()
227 if (!pres3) { in main()

Completed in 9 milliseconds