Searched refs:USER (Results 26 - 50 of 83) sorted by relevance

1234

/freebsd-11-stable/contrib/dialog/samples/
H A Dform313 user="$USER"
H A Dform413 user="$USER"
H A Dform513 user="$USER"
H A Dform613 user="$USER"
H A Dinputmenu7 user="$USER"
H A Dinputmenu-stdout7 user="$USER"
H A Dpasswordform112 user="$USER"
H A Dform212 user="$USER"
H A Dinputmenu114 user="$USER"
H A Dinputmenu214 user="$USER"
H A Dinputmenu314 user="$USER"
H A Dinputmenu414 user="$USER"
/freebsd-11-stable/crypto/openssh/regress/
H A Dagent-ptrace.sh15 if [ "x$USER" = "xroot" ]; then
H A Dtest-exec.sh31 USER=`/usr/ucb/whoami`
33 USER=`whoami`
35 USER=`logname`
37 USER=`id -un`
444 User $USER
461 rm -f $OBJ/known_hosts $OBJ/authorized_keys_$USER
484 cat $OBJ/$t.pub >> $OBJ/authorized_keys_$USER
494 chmod 644 $OBJ/authorized_keys_$USER
524 >> $OBJ/authorized_keys_$USER
H A Dkey-options.sh7 authkeys="$OBJ/authorized_keys_${USER}"
H A Dagent-pkcs11.sh39 ${SSHKEYGEN} -y -f $OBJ/pkcs11.key > $OBJ/authorized_keys_$USER
H A Dcert-hostkey.sh91 -I "regress host key for $USER" \
215 ${SSHKEYGEN} -q -s $ca $tflag -I "regress host key for $USER" \
261 -I "regress host key for $USER" \
296 -I "regress host key for $USER" \
H A Dkeytype.sh64 cat $OBJ/key.$ut.pub > $OBJ/authorized_keys_$USER
/freebsd-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch98 USER= # -u user
570 [ "$USER" ] && ARGV="$ARGV -u $USER"
772 u) USER="$OPTARG" ;;
846 case "$USER" in
848 *[![:alnum:]_-]*) RUID="$USER" ;;
849 *[!0-9]*) RUID=$( id -u "$USER" 2> /dev/null ) || die "No such user: $USER" ;;
850 *) RUID=$USER
1074 if [ $COUNT -eq 0 -a ! "$EXECREGEX$FILTER$GROUP$OUTPUT_CMD$PID$USER" ]
[all...]
/freebsd-11-stable/usr.bin/iscsictl/
H A Dtoken.l61 chapIName { return USER; }
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dcmd_args.c135 if (HAVE_OPT( USER )) {
137 user = estrdup(OPT_ARG( USER ));
H A Dntpd-opts.h267 # ifdef USER
268 # warning undefining USER due to option name conflict
269 # undef USER macro
330 # undef USER macro
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c879 else if (!apr_strnatcasecmp(name[i], "USER")) {
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c392 { USER, 1, 4 | 2 },
478 { USER, 1, 4 },
535 { USER, 2, 4 },
541 { USER | ACL_DEFAULT, 1, 4 },
/freebsd-11-stable/contrib/bmake/mk/
H A Dwhats.mk57 _what1:= @(\#)${what_thing:tu} built ${%Y%m%d:L:localtime} by ${USER}

Completed in 214 milliseconds

1234