strerror         301 libradius/radlib.c               generr(h, "Cannot open \"%s\": %s", path, strerror(errno));
strerror         454 libradius/radlib.c                       generr(h, "recvfrom: %s", strerror(errno));
strerror         493 libradius/radlib.c                       generr(h, "sendto: %s", strerror(errno));
strerror         597 libradius/radlib.c                       generr(h, "Cannot create socket: %s", strerror(errno));
strerror         607 libradius/radlib.c                       generr(h, "bind: %s", strerror(errno));
strerror         768 libradius/radlib.c                       generr(h, "select: %s", strerror(errno));
strerror         514 src/acc.c                loginn (("? cant gethostbyaddr %s %s", inet_ntoa (remote_sin.sin_addr), strerror(errno)));
strerror        1149 src/nntpcache.c              char *p = strerror(errno);