Searched refs:authsocket (Results 1 – 2 of 2) sorted by relevance
91 ssh_get_authentication_socket_path(const char *authsocket, int *fdp) in ssh_get_authentication_socket_path() argument96 debug3_f("path '%s'", authsocket); in ssh_get_authentication_socket_path()99 strlcpy(sunaddr.sun_path, authsocket, sizeof(sunaddr.sun_path)); in ssh_get_authentication_socket_path()126 const char *authsocket; in ssh_get_authentication_socket() local131 authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME); in ssh_get_authentication_socket()132 if (authsocket == NULL || *authsocket == '\0') in ssh_get_authentication_socket()135 return ssh_get_authentication_socket_path(authsocket, fdp); in ssh_get_authentication_socket()
45 int ssh_get_authentication_socket_path(const char *authsocket, int *fdp);