Searched refs:error (Results 1 – 4 of 4) sorted by relevance
32 # error "What kind of system is this?" in htonl()
31 # error "What kind of system is this?" in htons()
37 # error "Bah, what kind of system do you use?"
119 int s, lport, timo, error; in rcmd_af() local138 error = getaddrinfo(*ahost, num, &hints, &res); in rcmd_af()139 if (error) { in rcmd_af()140 if (error == EAI_NONAME && *ahost != NULL) in rcmd_af()144 gai_strerror(error)); in rcmd_af()
Completed in 30 milliseconds