Home | History | Annotate | Download | only in openssh

Lines Matching refs:O_WRONLY

911 		fd = open(identity_file, O_WRONLY | O_CREAT | O_TRUNC, 0644);
1361 fd = open(identity_file, O_WRONLY | O_CREAT | O_TRUNC, 0644);
1591 if ((fd = open(out, O_WRONLY|O_CREAT|O_TRUNC, 0644)) == -1)
2339 fd = open(identity_file, O_WRONLY | O_CREAT | O_TRUNC, 0644);