Lines Matching defs:forward_agent_sock_path
141 char *forward_agent_sock_path = NULL;
1498 if (options.forward_agent_sock_path != NULL) {
1499 p = tilde_expand_filename(options.forward_agent_sock_path,
1503 free(options.forward_agent_sock_path);
1504 options.forward_agent_sock_path = cp;
1505 if (stat(options.forward_agent_sock_path, &st) != 0) {
1507 options.forward_agent_sock_path, strerror(errno));
1767 if (options.forward_agent && options.forward_agent_sock_path != NULL) {
1768 cp = options.forward_agent_sock_path;
1774 forward_agent_sock_path = xstrdup(p);
1779 forward_agent_sock_path = cp;