Searched refs:dotsshdir (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dssh-keygen.c1918 char dotsshdir[MAXPATHLEN], comment[1024], *passphrase1, *passphrase2; local
2259 snprintf(dotsshdir, sizeof dotsshdir, "%s/%s",
2261 if (strstr(identity_file, dotsshdir) != NULL) {
2262 if (stat(dotsshdir, &st) < 0) {
2264 error("Could not stat %s: %s", dotsshdir,
2266 } else if (mkdir(dotsshdir, 0700) < 0) {
2268 dotsshdir, strerror(errno));
2270 printf("Created directory '%s'.\n", dotsshdir);

Completed in 46 milliseconds