OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stat_fd
(Results
1 - 1
of
1
) sorted by null
/external/openssh/openbsd-compat/
port-solaris.c
51
int
stat_fd
;
local
55
if ((
stat_fd
= open64(CT_LATEST, O_RDONLY)) == -1) {
60
if (ct_status_read(
stat_fd
, CTD_COMMON, &stathdl) != 0) {
73
close(
stat_fd
);
146
int r, ctl_fd = -1,
stat_fd
= -1;
local
194
if (
stat_fd
!= -1)
195
close(
stat_fd
);
Completed in 192 milliseconds