Home
last modified time | relevance | path

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

12

/dragonfly/bin/ps/
H A Dkeyword.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",
131 {"nswap", "NSWAP", NULL, USER, rvar, NULL, 4, ROFF(ru_nswap), LONG, "ld",
133 {"nvcsw", "NVCSW", NULL, USER, rvar, NULL, 5, ROFF(ru_nvcsw), LONG, "ld",
141 {"pagein", "PAGEIN", NULL, USER, pagein, NULL, 6, 0, 0, NULL, NULL},
[all …]
H A Dps.h67 #define USER 0x04 /* needs user structure */ macro
H A Dps.c531 if (v->flag & USER) in scanvars()
/dragonfly/games/gomoku/
H A Dmain.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()
240 case USER: /* input comes from standard input */ in main()
[all …]
/dragonfly/games/fish/
H A Dfish.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/
H A Ddot.nsmbrc27 # C) [SERVER:USER]
28 # D) [SERVER:USER:SHARE]
/dragonfly/usr.sbin/cron/doc/
H A DFEATURES6 -- 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.
H A DINSTALL70 USER' is given; `-u' only works for root. When using most `su' commands
H A DCHANGES39 system, "crontab -u USER -d" will not work. My solution is to suggest to
H A DMAIL51 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/
H A Dnewvers.sh36 u=${USER:-root}
/dragonfly/contrib/bmake/mk/
H A Dwhats.mk44 WHAT_1 ?= ${what_thing:tu} built ${%Y%m%d:L:localtime} by ${USER}
H A Dsys.clean-env.mk68 USER \
H A Dmeta2deps.sh220 tf=/tmp/m2d$$-$USER
H A Down.mk135 $xOWN= ${USER}
H A Dmk-files.txt97 PATH HOME USER LOGNAME \
/dragonfly/sys/conf/
H A Dnewvers.sh89 u=${USER:-root}
/dragonfly/share/skel/
H A Ddot.cshrc36 set mail = (/var/mail/$USER)
/dragonfly/gnu/usr.bin/rcs/
H A Drcstest174 case $USER in
175 ?*) me=$USER;;
/dragonfly/libexec/ftpd/
H A Dftpcmd.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/
H A Dcvs_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/
H A DREADME373 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/
H A Dconfigure.in150 [ --with-user=USER Set the owner of installed files [[USER=]] ],
/dragonfly/usr.sbin/pfctl/
H A Dparse.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/
H A Dgenmatch.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