Searched refs:generr (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libradius/
H A Dradlib.c61 static void generr(struct rad_handle *, const char *, ...)
85 generr(struct rad_handle *h, const char *format, ...) function
337 generr(h, "Multiple User-Password attributes specified");
364 generr(h, "Attribute too long");
368 generr(h, "Maximum message length exceeded");
385 generr(h, "Too many RADIUS servers specified");
397 generr(h, "%s: host not found", host);
418 generr(h, "Out of memory");
455 generr(h, "Cannot open \"%s\": %s", path, strerror(errno));
483 generr(
[all...]
/freebsd-9.3-release/lib/libtacplus/
H A Dtaclib.c62 static void generr(struct tac_handle *, const char *, ...)
99 generr(h, "Field too long");
126 generr(h, "Field too long");
131 generr(h, "Message too long");
241 generr(h, "Cannot create socket: %s", strerror(errno));
246 generr(h, "Cannot set non-blocking mode on socket: %s",
271 generr(h, "select: %s", strerror(errno));
277 generr(h, "connect: timed out");
289 generr(h, "getpeername: %s", strerror(errno));
300 generr(
416 generr(struct tac_handle *h, const char *format, ...) function
[all...]

Completed in 60 milliseconds