Home
last modified time | relevance | path

Searched refs:USER (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/bin/ps/
HDkeyword.c57 {{"utime"}, "UTIME", USER, utime, NULL, 4},
58 {{"stime"}, "STIME", USER, stime, NULL, 4},
59 {{"ixrss"}, "IXRSS", USER, ixrss, NULL, 4},
60 {{"idrss"}, "IDRSS", USER, idrss, NULL, 4},
61 {{"isrss"}, "ISRSS", USER, isrss, NULL, 4},
86 {"command", "COMMAND", NULL, COMM|LJUST|USER, command, NULL, 16, 0, 0, NULL,
97 {"inblk", "INBLK", NULL, USER, rvar, NULL, 4, ROFF(ru_inblock), LONG, "ld",
113 {"lstart", "STARTED", NULL, LJUST|USER, lstarted, NULL, 28, 0, 0, NULL, NULL},
114 {"majflt", "MAJFLT", NULL, USER, rvar, NULL, 4, ROFF(ru_majflt), LONG, "ld",
116 {"minflt", "MINFLT", NULL, USER, rvar, NULL, 4, ROFF(ru_minflt), LONG, "ld",
[all …]
HDps.h67 #define USER 0x04 /* needs user structure */ macro
HDps.c531 if (v->flag & USER) in scanvars()
/dragonfly/games/gomoku/
HDmain.c51 #define USER 0 /* get input from standard input */ macro
191 input[color] = USER; in main()
196 input[BLACK] = USER; in main()
197 input[WHITE] = USER; in main()
207 plyr[BLACK] = input[BLACK] == USER ? user : prog; in main()
208 plyr[WHITE] = input[WHITE] == USER ? user : prog; in main()
221 input[color] = USER; in main()
226 input[BLACK] = USER; in main()
227 input[WHITE] = USER; in main()
235 plyr[BLACK] = input[BLACK] == USER ? user : prog; in main()
[all …]
/dragonfly/games/fish/
HDfish.c52 #define USER 1 macro
108 printplayer(USER); in main()
114 if (gofish(move, USER, userhand)) in main()
117 goodmove(USER, move, userhand, comphand); in main()
261 if (player == USER || hand[card] == CARDS) { in drawcard()
345 case USER: in printplayer()
/dragonfly/contrib/smbfs/examples/
HDdot.nsmbrc27 # C) [SERVER:USER]
28 # D) [SERVER:USER:SHARE]
/dragonfly/usr.sbin/cron/doc/
HDFEATURES6 -- Environment variables can be set in each crontab. SHELL, USER,
8 USER can be changed in the crontab. PATH is especially useful to
75 contain (at least) the USER (LOGNAME on SysV), HOME, and SHELL.
HDINSTALL70 USER' is given; `-u' only works for root. When using most `su' commands
HDCHANGES39 system, "crontab -u USER -d" will not work. My solution is to suggest to
HDMAIL51 TERM, and the like; supply correct values for HOME, USER, CWD,
328 << delete TERM and TERMCAP; modify HOME, USER, and CWD; pass TZ and
/dragonfly/stand/boot/common/
HDnewvers.sh36 u=${USER:-root}
/dragonfly/contrib/bmake/mk/
HDwhats.mk44 WHAT_1 ?= ${what_thing:tu} built ${%Y%m%d:L:localtime} by ${USER}
HDsys.clean-env.mk68 USER \
HDmeta2deps.sh220 tf=/tmp/m2d$$-$USER
HDown.mk135 $xOWN= ${USER}
HDmk-files.txt97 PATH HOME USER LOGNAME \
/dragonfly/sys/conf/
HDnewvers.sh89 u=${USER:-root}
/dragonfly/share/skel/
HDdot.cshrc36 set mail = (/var/mail/$USER)
/dragonfly/gnu/usr.bin/rcs/
HDrcstest174 case $USER in
175 ?*) me=$USER;;
/dragonfly/libexec/ftpd/
HDftpcmd.y121 USER PASS ACCT REIN QUIT PORT
160 : USER SP username CRLF
1091 { "USER", USER, STR1, 1, "<sp> username" },
/dragonfly/contrib/cvs-1.12/contrib/
HDcvs_acls.in42 repository/path/to/restrict $CVSROOT/CVSROOT/cvs_acls [-d][-u $USER][-f <logfile>]
181 Take a "-u" parameter for $USER from commit_prep so that the script
/dragonfly/usr.bin/telnet/
HDREADME373 this just causes the USER name to be sent across, in
377 The USER variable is now only sent by the client if
379 if the user explicitly asks for the "USER" environment
381 the "USER" environment variable, it won't print out the
/dragonfly/contrib/lvm2/dist/
HDconfigure.in150 [ --with-user=USER Set the owner of installed files [[USER=]] ],
/dragonfly/usr.sbin/pfctl/
HDparse.y443 %token NOROUTE URPFFAILED FRAGMENT USER GROUP MAXMSS MAXIMUM TTL TOS DROP TABLE
2332 filter_opt : USER uids {
2592 | USER { $$.log = PF_LOG_SOCKET_LOOKUP; $$.logif = 0; }
5418 { "user", USER}, in lookup()
/dragonfly/contrib/gcc-8.0/gcc/
HDgenmatch.c334 enum id_kind { CODE, FN, PREDICATE, USER, NULL_ID } kind; enumerator
414 : id_base (id_base::USER, id_), substitutes (vNULL), in id_base()
450 return id->kind == id_base::USER; in test()

12