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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dpsctxtops.psw54 defineps PSdefineusername(int i; char *username)
55 i /username defineusername
H A Ddpsctxtops.psw55 defineps DPSdefineusername(DPSContext ctxt; int i; char *username)
56 i /username defineusername
/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 10 milliseconds