Home
last modified time | relevance | path

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

/external/dropbear/
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/
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/
Dbundle.c1687 int omode; in bundle_SetMode() local
1689 omode = dl->physical->type; in bundle_SetMode()
1690 if (omode == mode) in bundle_SetMode()