OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ctl_fd
(Results
1 - 1
of
1
) sorted by null
/external/openssh/openbsd-compat/
port-solaris.c
146
int r,
ctl_fd
= -1, stat_fd = -1;
local
176
if ((
ctl_fd
= open64(ctl_path, O_WRONLY)) < 0) {
181
if (ct_ctl_abandon(
ctl_fd
) < 0) {
186
close(
ctl_fd
);
196
if (
ctl_fd
!= -1)
197
close(
ctl_fd
);
Completed in 1100 milliseconds