Searched refs:authsocket (Results 1 – 2 of 2) sorted by relevance
90 ssh_get_authentication_socket_path(const char *authsocket, int *fdp) in ssh_get_authentication_socket_path() argument97 strlcpy(sunaddr.sun_path, authsocket, sizeof(sunaddr.sun_path)); in ssh_get_authentication_socket_path()124 const char *authsocket; in ssh_get_authentication_socket() local129 authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME); in ssh_get_authentication_socket()130 if (authsocket == NULL || *authsocket == '\0') in ssh_get_authentication_socket()133 return ssh_get_authentication_socket_path(authsocket, fdp); in ssh_get_authentication_socket()
27 int ssh_get_authentication_socket_path(const char *authsocket, int *fdp);