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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Mailbox.c26 #include <pwd.h> /* for getting username */
500 char *username; local
502 username = getlogin ();
503 if (!username) {
507 fprintf (stderr, "%s: unable to find a username for you.\n",
511 username = pw->pw_name;
514 strlen (username) + 1);
517 strcat (w->mailbox.filename, username);

Completed in 8 milliseconds