Lines Matching defs:forward_agent_sock_path
143 char *forward_agent_sock_path = NULL;
1461 if (options.forward_agent_sock_path != NULL) {
1462 p = tilde_expand_filename(options.forward_agent_sock_path,
1466 free(options.forward_agent_sock_path);
1467 options.forward_agent_sock_path = cp;
1468 if (stat(options.forward_agent_sock_path, &st) != 0) {
1470 options.forward_agent_sock_path, strerror(errno));
1720 if (options.forward_agent && options.forward_agent_sock_path != NULL) {
1721 cp = options.forward_agent_sock_path;
1727 forward_agent_sock_path = xstrdup(p);
1732 forward_agent_sock_path = cp;