Home
last modified time | relevance | path

Searched refs:secstatrc (Results 1 – 1 of 1) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-cray.c216 int secstatrc; /* [f]secstat return code */ in cray_setup() local
252 secstatrc = secstat(ttyn, &secinfo); in cray_setup()
254 secstatrc = fsecstat(1, &secinfo); in cray_setup()
256 if (secstatrc == 0) in cray_setup()
259 fatal("[f]secstat() error, rc = %d", secstatrc); in cray_setup()