OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:secstatrc
(Results
1 - 1
of
1
) sorted by null
/external/openssh/openbsd-compat/
bsd-cray.c
217
int
secstatrc
; /* [f]secstat return code */
local
253
secstatrc
= secstat(ttyn, &secinfo);
255
secstatrc
= fsecstat(1, &secinfo);
257
if (
secstatrc
== 0)
260
fatal("[f]secstat() error, rc = %d",
secstatrc
);
Completed in 157 milliseconds