Searched refs:omode (Results 1 – 1 of 1) 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)) {
|