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

/external/dropbear/
H A Dscp.c832 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/
H A Dscp.c909 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)) {
/external/libppp/src/
H A Dbundle.c1687 int omode; local
1689 omode = dl->physical->type;
1690 if (omode == mode)

Completed in 74 milliseconds