Searched defs:userok (Results 1 - 2 of 2) sorted by relevance

/external/openssh/
H A Dssh-gss.h83 int (*userok) (ssh_gssapi_client *, char *); member in struct:ssh_gssapi_mech_struct
/external/libppp/src/
H A Dsystems.c201 static int userok; variable
211 if (userok == -1)
212 userok = 0;
218 userok = 1;
438 userok = -1;
444 defuserok = userok;
445 userok = -1;
461 if (userok == -1)
462 userok = defuserok;
465 userok
[all...]

Completed in 196 milliseconds