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

/freebsd-10.1-release/lib/libradius/
H A Dradlib.c63 static void generr(struct rad_handle *, const char *, ...)
87 generr(struct rad_handle *h, const char *format, ...) function
339 generr(h, "Multiple User-Password attributes specified");
366 generr(h, "Attribute too long");
370 generr(h, "Maximum message length exceeded");
399 generr(h, "Too many RADIUS servers specified");
411 generr(h, "%s: host not found", host);
432 generr(h, "Out of memory");
480 generr(h, "Cannot open \"%s\": %s", path, strerror(errno));
512 generr(
[all...]
/freebsd-10.1-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 54 milliseconds