HomeSort by: relevance | last modified time | path
    Searched defs:authsocket (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
authfd.c 90 ssh_get_authentication_socket_path(const char *authsocket, int *fdp)
95 debug3_f("path '%s'", authsocket);
98 strlcpy(sunaddr.sun_path, authsocket, sizeof(sunaddr.sun_path));
125 const char *authsocket; local
130 authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME);
131 if (authsocket == NULL || *authsocket == '\0')
134 return ssh_get_authentication_socket_path(authsocket, fdp);
authfd.c 90 ssh_get_authentication_socket_path(const char *authsocket, int *fdp)
95 debug3_f("path '%s'", authsocket);
98 strlcpy(sunaddr.sun_path, authsocket, sizeof(sunaddr.sun_path));
125 const char *authsocket; local
130 authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME);
131 if (authsocket == NULL || *authsocket == '\0')
134 return ssh_get_authentication_socket_path(authsocket, fdp);
authfd.c 90 ssh_get_authentication_socket_path(const char *authsocket, int *fdp)
95 debug3_f("path '%s'", authsocket);
98 strlcpy(sunaddr.sun_path, authsocket, sizeof(sunaddr.sun_path));
125 const char *authsocket; local
130 authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME);
131 if (authsocket == NULL || *authsocket == '\0')
134 return ssh_get_authentication_socket_path(authsocket, fdp);
authfd.c 90 ssh_get_authentication_socket_path(const char *authsocket, int *fdp)
95 debug3_f("path '%s'", authsocket);
98 strlcpy(sunaddr.sun_path, authsocket, sizeof(sunaddr.sun_path));
125 const char *authsocket; local
130 authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME);
131 if (authsocket == NULL || *authsocket == '\0')
134 return ssh_get_authentication_socket_path(authsocket, fdp);

Completed in 53 milliseconds