Home | History | Annotate | Download | only in other

Lines Matching refs:uu

51   char uu[33], *username, *pass = 0, *ss;
71 memset(username = uu, 0, sizeof(uu));
72 gethostname(uu, sizeof(uu)-1);
73 printf("%s%slogin: ", *uu ? uu : "", *uu ? " " : "");
76 if(!fgets(uu, sizeof(uu)-1, stdin)) _exit(1);
79 for (i = 0; i<sizeof(uu); i++) if (uu[i]<=' ' || uu[i]==':') uu[i]=0;
80 if (!*uu) {