Home | History | Annotate | Download | only in libtelnet

Lines Matching defs:Name

15  * 3. Neither the name of the University nor the names of its contributors
54 * the name of M.I.T. not be used in advertising or publicity pertaining
84 static const char *Name = "Noname";
147 auth_init(const char *name, int server)
152 Name = name;
162 Name,
167 Name, ap->type, ap->way);
173 auth_disable_name(char *name)
177 if (AUTHTYPE_NAME(x) && !strcasecmp(name, AUTHTYPE_NAME(x))) {
299 Name, ap->type, ap->way);
333 printf(">>>%s: auth_send called!\r\n", Name);
339 printf(">>>%s: auth_send got:", Name);
364 Name, *auth_send_data);
371 Name, auth_send_data[0],
381 Name, *auth_send_data);
396 printf(">>>%s: Sent failure message\r\n", Name);
436 Name, *data);
452 Name, *data);
462 printf(">>>%s: Empty name in NAME\r\n", Name);
467 printf(">>>%s: Name in NAME (%d) exceeds %ld length\r\n",
468 Name, cnt, (long)sizeof(savename)-1);
474 printf(">>>%s: Got NAME [%s]\r\n", Name, savename);
515 auth_wait(char *name, size_t l)
518 printf(">>>%s: in auth_wait.\r\n", Name);
542 name, l, validuser);