Searched defs:auth (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libcs/ |
H A D | csauth.c | 59 static int auth = -1; local 61 messagef((state->id, NiL, -8, "auth(%d,%s,%s) call", fd, path, arg)); 71 messagef((state->id, NiL, -1, "auth: `%-.*s': KEY_SEND write error", n - 1, buf)); 76 messagef((state->id, NiL, -1, "auth: KEY_SEND read error")); 86 messagef((state->id, NiL, -1, "auth: %s: stat error", path)); 116 messagef((state->id, NiL, -1, "auth: `%-.*s': key write error", n - 1, tmp)); 121 messagef((state->id, NiL, -1, "auth: key read error")); 141 messagef((state->id, NiL, -1, "auth: %s: challenge directory error", tmp)); 149 if (auth < 0) auth [all...] |
H A D | csslib.h | 71 int auth; \ 94 Auth_t* auth; member in struct:Common_s
|
H A D | csopen.c | 625 int auth = 1; local 757 auth = 0; 789 auth = 0; 1103 if (*type == 't' && !auth)
|
/ast/src/cmd/mailx/ |
H A D | imap.c | 193 int auth; /* IMAP_AUTH_* methods */ member in struct:__anon128 1211 imap->auth |= xp->code; 1984 sfprintf(sfstdout, " auth %s\n", imapflagnames(imap->tp, imapauth, elementsof(imapauth), imap->auth));
|
Completed in 1004 milliseconds