HomeSort by relevance Sort by last modified time
    Searched refs:HOME (Results 1 - 25 of 55) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/common/openssl/crypto/conf/
ssleay.cnf 29 cert_dir = $ENV::HOME/.ca_certs
31 HOME = /tmp/eay
33 tmp_cert_dir = $HOME/.ca_certs
34 tmp2_cert_dir = thisis$(HOME)stuff
36 LOGNAME = Eric Young (home=$HOME)
40 H=$HOME
41 H=$default::HOME
42 H=$ENV::HOME
48 RANDFILE = $HOME/.ran
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
tilde.sh 34 function home # id function
46 if [[ ~ != $HOME ]]
47 then err_exit '~' not $HOME
50 if [[ $x != $HOME ]]
51 then err_exit x=~ not $HOME
54 if [[ $x != x:$HOME ]]
55 then err_exit x=x:~ not x:$HOME
72 do h=$(home $u)
85 if [[ $x != "$HOME:$HOME" ]]
    [all...]
options.sh 108 [[ $(print env_hit | HOME=$tmp $SHELL 2>&1) == "OK" ]] &&
109 err_exit 'privileged nointeractive shell reads $HOME/.kshrc file'
110 [[ $(print env_hit | HOME=$tmp $SHELL -E 2>&1) == "OK" ]] &&
112 [[ $(print env_hit | HOME=$tmp $SHELL +E 2>&1) == "OK" ]] &&
113 err_exit 'privileged +E reads $HOME/.kshrc file'
114 [[ $(print env_hit | HOME=$tmp $SHELL --rc 2>&1) == "OK" ]] &&
116 [[ $(print env_hit | HOME=$tmp $SHELL --norc 2>&1) == "OK" ]] &&
117 err_exit 'privileged --norc reads $HOME/.kshrc file'
119 [[ $(print env_hit | HOME=$tmp $SHELL 2>&1) == "OK" ]] &&
120 err_exit 'nointeractive shell reads $HOME/.kshrc file
    [all...]
exit.sh 48 HOME=$PWD \
quoting2.sh 79 x=$(print -r -- "\"$HOME\"")
80 if [[ $x != '"'$HOME'"' ]]
quoting.sh 78 x=$(print -r -- "\"$HOME\"")
79 if [[ $x != '"'$HOME'"' ]]
  /onnv/onnv-gate/usr/src/lib/libshell/common/fun/
dirs 8 # Display directory stack -- $HOME displayed as ~
11 typeset dir="${PWD#$HOME/}"
13 $HOME)
56 \~*) dir=$HOME${dir#\~}
59 dir=${OLDPWD#$HOME/}
66 $HOME)
94 typeset dir="${PWD#$HOME/}"
96 $HOME)
popd 6 # Display directory stack -- $HOME displayed as ~
9 typeset dir="${PWD#$HOME/}"
11 $HOME)
47 \~*) dir=$HOME${dir#\~}
50 dir=${OLDPWD#$HOME/}
52 $HOME)
89 \~*) dir=$HOME${dir#\~}
pushd 6 # Display directory stack -- $HOME displayed as ~
9 typeset dir="${PWD#$HOME/}"
11 $HOME)
47 \~*) dir=$HOME${dir#\~}
50 dir=${OLDPWD#$HOME/}
52 $HOME)
89 \~*) dir=$HOME${dir#\~}
  /onnv/onnv-gate/usr/src/cmd/saf/
misc.h 58 # define HOME "/etc/saf" /* SAC home dir */
admutil.c 73 * Names will be of the form HOME/xxx/.name, where HOME
77 * will generate a tempname of HOME/foo/._config
90 (void) sprintf(buf, "%s/.%s", HOME, bname);
92 (void) strcpy(buf, HOME);
158 (void) sprintf(buf, "%s/%s", HOME, fname);
272 * basename - name of script (relative to HOME (from misc.h))
330 (void) sprintf(buf, "%s/%s", HOME, basename);
pmadm.c 459 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tp->t_tag);
514 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tp->t_tag);
574 (void) sprintf(buf, "%s/%s", HOME, fname);
577 (void) sprintf(buf, "Could not open %s/%s", HOME, fname);
620 (void) sprintf(buf, "%s/%s/%s", HOME, pmtag, svctag);
666 (void) sprintf(buf, "%s/%s", HOME, fname);
669 (void) sprintf(buf, "Could not open %s/%s", HOME, fname);
822 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tp->t_tag);
982 (void) sprintf(fname, "%s/%s/_pmtab", HOME, tp->t_tag);
1060 (void) sprintf(buf, "error reading %s/%s/_pmtab", HOME, tag)
    [all...]
  /onnv/onnv-gate/usr/src/tools/gk/
gen_make.machines.sh 37 EXISTING=$(grep "^$THISHOST" $HOME/.make.machines |awk -F"=" '{print $2}')
40 printf "Your existing \$HOME/.make.machines has a concurrency "
46 printf "$THISHOST max=$max\n" >> $HOME/.make.machines
  /onnv/onnv-gate/usr/src/head/
listen.h 131 #define HOME "HOME"
  /onnv/onnv-gate/usr/src/uts/common/sys/
crtctl.h 46 #define HOME 0105 /* Cursor home */
47 #define VHOME 0106 /* cursor home to variable portion */
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
Netrc.pm 21 my($home,$file);
24 $home = $ENV{HOME} || `pwd`;
25 chomp($home);
26 $file = ($home =~ /:$/ ? $home . "netrc" : $home . ":netrc");
28 # Some OS's don't have `getpwuid', so we default to $ENV{HOME}
29 $home = eval { (getpwuid($>))[7] } || $ENV{HOME};
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/apps/
openssl.cnf 6 # This definition stops the following lines choking if HOME isn't
8 HOME = .
9 RANDFILE = $ENV::HOME/.rnd
12 #oid_file = $ENV::HOME/.oid
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/t/
basic.t 45 # look up the user's home directory
49 ($name, $home) = (getpwuid($>))[0,7];
52 if (defined $home && defined $name && -d $home) {
54 if ((scalar(@a) != 1 || $a[0] ne $home || GLOB_ERROR)) {
135 # "~" should expand to $ENV{HOME}
136 $ENV{HOME} = "sweet home";
138 unless ($^O eq "MacOS" || (@a == 1 and $a[0] eq $ENV{HOME})) {
  /onnv/onnv-gate/usr/src/cmd/tnf/prex/
source.c 65 #define HOME "HOME"
86 char *home; local
112 home = getenv(HOME);
113 if (home) {
116 if ((strlen(home) + strlen(PREXRC) + 2) < (size_t) MAXPATHLEN) {
117 (void) sprintf(path, "%s/%s", home, PREXRC);
  /onnv/onnv-gate/usr/src/lib/libshell/common/scripts/
shnote.sh 150 mkdir -p "${HOME}/.shnote"
366 typeset -r history_file="${HOME}/.shnote/history0.txt"
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
netrc.t 22 $ENV{HOME} = Cwd::cwd();
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
chdir.t 46 my @magic_envs = qw(HOME LOGDIR SYS$LOGIN);
98 next if $IsVMS && $env eq 'HOME' && !$Config{'d_setenv'};
133 pass("Can't reset HOME, so chdir() test meaningless");
  /onnv/onnv-gate/usr/src/lib/libnsl/saf/
doconfig.c 406 /* if nothing there, try to cd to $HOME */
407 tp = getenv("HOME");
  /onnv/onnv-gate/usr/src/lib/libshell/common/include/
variables.h 35 #define HOME (sh.bltin_nodes+5)
  /onnv/onnv-gate/usr/src/cmd/mms/mm/common/
mmsssl.sh 473 HOME="$CADIR"
516 DIR="$HOME/mms"

Completed in 4170 milliseconds

1 2 3