Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cygwin_util.c47 #define ntsec_on(c) ((c) && strstr((c),"ntsec") && !strstr((c),"nontsec")) macro
103 if (ntsec_on(cygwin) && !uname(&uts)) { in check_nt_auth()
133 allow_ntsec = ntsec_on(cygwin); in check_ntsec()