Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dcanon-host.c63 canon_host_r (char const *host, int *cherror) in canon_host_r() argument
75 if (!retval && cherror) in canon_host_r()
76 *cherror = EAI_MEMORY; in canon_host_r()
79 else if (cherror) in canon_host_r()
80 *cherror = status; in canon_host_r()
Dcanon-host.h25 char *canon_host_r (char const *host, int *cherror);
28 # define ch_strerror_r(cherror) gai_strerror (cherror); argument