Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dbsd-cray.c217 int secstatrc; /* [f]secstat return code */ in cray_setup() local
253 secstatrc = secstat(ttyn, &secinfo); in cray_setup()
255 secstatrc = fsecstat(1, &secinfo); in cray_setup()
257 if (secstatrc == 0) in cray_setup()
260 fatal("[f]secstat() error, rc = %d", secstatrc); in cray_setup()