OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:omode
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/
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/
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)) {
/external/libppp/src/
bundle.c
1687
int
omode
;
local
[
all
...]
Completed in 294 milliseconds