OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:forward_agent_sock_path
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
ssh.c
141
char *
forward_agent_sock_path
= NULL;
variable
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)
[
all
...]
readconf.h
33
char *
forward_agent_sock_path
; /* Optional path of the agent. */
member in struct:__anon181
Completed in 14 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026