Home | History | Annotate | Download | only in openssh

Lines Matching refs:socket_dir

140 char socket_dir[PATH_MAX];
1161 if (socket_dir[0])
1162 rmdir(socket_dir);
1336 mktemp_proto(socket_dir, sizeof(socket_dir));
1337 if (mkdtemp(socket_dir) == NULL) {
1341 snprintf(socket_name, sizeof socket_name, "%s/agent.%ld", socket_dir,
1345 socket_dir[0] = '\0';