Searched refs:cherror (Results 1 – 2 of 2) sorted by relevance
66 canon_host_r (char const *host, int *cherror) in canon_host_r() argument78 if (!retval && cherror) in canon_host_r()79 *cherror = EAI_MEMORY; in canon_host_r()82 else if (cherror) in canon_host_r()83 *cherror = status; in canon_host_r()
25 char *canon_host_r (char const *host, int *cherror);28 # define ch_strerror_r(cherror) gai_strerror (cherror); argument