Home
last modified time | relevance | path

Searched refs:tac_set_msg (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/lib/libtacplus/
H A Dtaclib.h130 int tac_set_msg(struct tac_handle *, const char *);
H A Dtaclib.c1185 tac_set_msg(struct tac_handle *h, const char *msg) in tac_set_msg() function
/freebsd-14.2/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c100 if (tac_set_msg(tach, msg) == -1) { in set_msg()