Home
last modified time | relevance | path

Searched refs:userlist (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.sbin/adduser/
H A Drmuser.sh278 userlist=`cat $ffile | while read _user _junk ; do
292 userlist="$@"
299 userlist=`echo "$userlist" | sed -e 's/[[:space:]]*$//'`
300 if [ -z "$userlist" ]; then
306 read userlist
312 for _user in $userlist ; do
/dragonfly/usr.bin/finger/
H A Dfinger.c88 static void userlist(int, char **);
195 userlist(argc, argv); in main()
248 userlist(int argc, char **argv) in userlist() function
/dragonfly/games/phantasia/
H A Dphantglobs.h103 void userlist(bool);
H A Dinterplayer.c614 userlist(bool ingameflag) in userlist() function
919 userlist(TRUE); in dotampered()
H A Dgamesupport.c69 userlist(ingameflag); in changestats()
H A Dmain.c527 userlist(TRUE); in procmain()