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

/external/openssh/
H A Dscp.c918 mode_t mode, omode, mask; local
1088 omode = mode;
1151 if (exists || omode != mode)
1153 if (fchmod(ofd, omode)) {
1155 if (chmod(np, omode)) {
1162 if (!exists && omode != mode)
1164 if (fchmod(ofd, omode & ~mask)) {
1166 if (chmod(np, omode & ~mask)) {
/external/libvncserver/x11vnc/
H A Dsslhelper.c70 static mode_t omode; variable
3446 omode = umask(077);
3448 umask(omode);
3463 omode = umask(077);
3465 umask(omode);

Completed in 98 milliseconds