Home | History | Annotate | Download | only in openssh

Lines Matching refs:np

912 	char ch, *cp, *np, *targ, *why, *vect[1], buf[2048];
1029 np = namebuf;
1031 np = targ;
1033 exists = stat(np, &stb) == 0;
1044 (void) chmod(np, mode);
1049 if (mkdir(np, mode | S_IRWXU) < 0)
1052 vect[0] = xstrdup(np);
1068 if ((ofd = open(np, O_WRONLY|O_CREAT, mode)) < 0) {
1069 bad: run_err("%s: %s", np, strerror(errno));
1125 run_err("%s: truncate: %s", np, strerror(errno));
1133 if (chmod(np, omode)) {
1136 np, strerror(errno));
1144 if (chmod(np, omode & ~mask)) {
1147 np, strerror(errno));
1158 if (utimes(np, tv) < 0) {
1160 np, strerror(errno));
1166 run_err("%s: %s", np, strerror(wrerrno));