Lines Matching defs:as
22 Except as contained in this notice, the name of The Open Group shall
106 auth_session_t *as;
137 if ((as = auth_open()) == NULL) {
143 if (auth_setoption(as, "login", "yes") == -1) {
151 auth_setstate(as, 0);
152 auth_setdata(as, "", 1);
153 auth_setdata(as, greet->password, strlen(greet->password) + 1);
157 auth_call(as, path, style, "-s", "response", greet->name,
159 authok = auth_getstate(as);
164 auth_close(as);
169 if (!auth_approval(as, lc, greet->name, "auth-xdm")) {
172 auth_close(as);
176 auth_close(as);