Searched refs:username (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xdm/dist/greeter/
H A Dgreet.c56 * widget to get username/password
408 FailedLogin (struct display *d, const char *username) argument
411 if (username == NULL)
412 username = "username unavailable";
416 d->name, username);
584 char *username = NULL; local in function:GreetUser
588 (XDM_PAM_QUAL void **) &username));
589 if (username != NULL) {
590 Debug("PAM_USER: %s\n", username);
608 XDM_PAM_QUAL char *username = greet->name; local in function:GreetUser
731 XDM_PAM_QUAL char *username; local in function:pamconv
[all...]
/xsrc/external/mit/xbiff/dist/
H A DMailbox.c55 #include <pwd.h> /* for getting username */
525 char *username; local in function:GetMailFile
528 if (!(username = getenv("USERNAME"))) {
529 fprintf (stderr, "%s: unable to find a username for you.\n",
535 username = getlogin ();
536 if (!username) {
540 fprintf (stderr, "%s: unable to find a username for you.\n",
544 username = pw->pw_name;
551 MAILBOX_DIRECTORY, username);
/xsrc/external/mit/xhost/dist/
H A Dxhost.c509 static char username[MAXNETNAMELEN]; local in function:change_host
522 if (!user2netname(username, pwd->pw_uid, domainname)) {
526 netname = username;
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A DLAVA.rst67 username: gitlab-runner

Completed in 6 milliseconds