Home | History | Annotate | Download | only in misc

Lines Matching refs:USER

121 	user in the bash shell and then launch ~/.xinitrc or ~/.xsession,
151 to the user that logs in) and that may be OK, some other ideas:
201 $program is run as an ordinary user, the shared
246 /tmp/Xdummy.\$USER/.. to place the $program.so
508 user=""
510 user=root # this will also be used below for id=0
511 elif [ "X$USER" != "X" ]; then
512 user=$USER
514 user=$LOGNAME
519 if [ "X$user" = "X" ]; then
520 user=`whoami 2>/dev/null`
522 if [ "X$user" = "X" ]; then
523 user=`basename "$HOME"`
525 if [ "X$user" = "X" -o "X$user" = "X." ]; then
526 user="u$$"
562 SO=$tdir/Xdummy.$user.so
627 XDUMMY_TMPDIR="/tmp/Xdummy.$user"
671 XDUMMY_TMPDIR="/tmp/Xdummy.$$.$USER"
720 new="/tmp/$base.$user.bin"
828 if [ "X$user" = "Xroot" ]; then
829 # root can user fuser(1) to see if it is in use:
1285 # ordinary user cannot use absolute path.