Searched refs:get_msg (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libpam/modules/pam_tacplus/ |
H A D | pam_tacplus.c | 61 static char *get_msg(struct tac_handle *); 83 get_msg(struct tac_handle *tach) in get_msg() function 208 if ((srvr_msg = get_msg(tach)) == NULL) in pam_sm_authenticate() 228 if ((srvr_msg = get_msg(tach)) == NULL) in pam_sm_authenticate()
|
/freebsd/crypto/openssh/ |
H A D | sftp-client.c | 227 get_msg(struct sftp_conn *conn, struct sshbuf *m) in get_msg() function 280 get_msg(conn, msg); in get_status() 319 get_msg(conn, msg); in get_handle() 358 get_msg(conn, msg); in get_decode_stat() 408 get_msg(conn, msg); in get_decode_statvfs() 644 get_msg(conn, msg); in sftp_get_limits() 753 get_msg(conn, msg); in sftp_lsreaddir() 1037 get_msg(conn, msg); in sftp_realpath_expand() 1387 get_msg(conn, msg); in sftp_readlink() 1721 get_msg(conn, msg); in sftp_download() [all …]
|