Home | History | Annotate | Download | only in openssh

Lines Matching refs:socket_dir

129 char socket_dir[MAXPATHLEN];
1075 if (socket_dir[0])
1076 rmdir(socket_dir);
1238 mktemp_proto(socket_dir, sizeof(socket_dir));
1239 if (mkdtemp(socket_dir) == NULL) {
1243 snprintf(socket_name, sizeof socket_name, "%s/agent.%ld", socket_dir,
1247 socket_dir[0] = '\0';