Searched refs:omode (Results 1 – 2 of 2) sorted by relevance
/external/dropbear/ |
D | scp.c | 832 int amt, exists, first, mask, mode, ofd, omode; local 989 omode = mode; 1057 if (exists || omode != mode) 1059 if (fchmod(ofd, omode)) { 1061 if (chmod(np, omode)) { 1068 if (!exists && omode != mode) 1070 if (fchmod(ofd, omode & ~mask)) { 1072 if (chmod(np, omode & ~mask)) {
|
/external/openssh/ |
D | scp.c | 909 mode_t mode, omode, mask; local 1066 omode = mode; 1129 if (exists || omode != mode) 1131 if (fchmod(ofd, omode)) { 1133 if (chmod(np, omode)) { 1140 if (!exists && omode != mode) 1142 if (fchmod(ofd, omode & ~mask)) { 1144 if (chmod(np, omode & ~mask)) {
|