Lines Matching defs:login
188 const char *login;
402 char *login;
411 printf("Under Windows login \"%s\"\n", accname);
430 printf("By which Linux login should this file be owned ?\n");
431 printf("Enter %s of login, or just press \"enter\" if"
482 login = (char*)malloc(strlen(accname) + 1);
483 if (login)
484 strcpy(login,accname);
485 mapping->login = login;
487 mapping->login = (char*)NULL;
511 || !strcmp(mapping->login, accname)))
694 * Get the current login name (Win32 only)
761 " matching Linux login\n");
941 printf(" please enter the Linux login which should"