Home | History | Annotate | Download | only in openssh

Lines Matching refs:cwd

493 	char *expanded, *ret, cwd[MAXPATHLEN];
498 if (getcwd(cwd, sizeof(cwd)) == NULL)
500 xasprintf(&ret, "%s/%s", cwd, expanded);