Searched refs:profile (Results 1 - 12 of 12) sorted by relevance
/ast/src/cmd/INIT/ |
H A D | ditto.sh | 182 then ($remote $src_user $src_host "{ test ! -f .profile || . ./.profile ;} && cd $src_dir && read && ${tw[*]}") 2>&1 |& 190 then ($remote $dst_user $dst_host "{ test ! -f .profile || . ./.profile ;} && cd $dst_dir && read && ${tw[*]}") 2>&1 |& 454 $remote $dst_user $dst_host "{ test ! -f .profile || . ./.profile ;} && { test -d \"$dst_dir\" || mkdir -p \"$dst_dir\" ;} && cd \"$dst_dir\" && gunzip | $pax $paxreadflags"
|
H A D | package.sh | 353 directory. If the file \b$INSTALLROOT/lib/package/profile\b is 1175 \$INSTALLROOT/lib/package/profile is readable then it is 3198 # HOSTTYPE specific package profile 3200 if test -r $INSTALLROOT/lib/package/profile 3201 then . $INSTALLROOT/lib/package/profile 4289 then cmd=". ./.profile"
|
/ast/src/cmd/ksh93/tests/ |
H A D | exit.sh | 46 print exit 0 >.profile 63 then err_exit 'exit in .profile is ignored' 65 then err_exit 'privileged .profile not ignored'
|
H A D | options.sh | 185 t="<$$>.profile.<$$>" 186 echo "echo '$t'" > .profile 191 err_exit 'privileged -l reads .profile' 193 err_exit 'privileged --login reads .profile' 195 err_exit 'privileged --login-shell reads .profile' 197 err_exit 'privileged --login_shell reads .profile' 199 err_exit 'privileged exec -a -ksh ksh reads .profile' 201 err_exit 'privileged ./-ksh reads .profile' 203 err_exit 'privileged ./-ksh -p reads .profile' 206 err_exit '-l ignores .profile' [all...] |
H A D | types.sh | 361 expected=$'Std_file_t db.file[/etc/profile]=(action=preserve;typeset -A sum=([8242e663d6f7bb4c5427a0e58e2925f3]=1);)' 373 Std_t db=(magic='stdinstall (at&t research) 2009-08-25';Std_file_t -A file=( [/./home/gsf/.env.sh]=(action=preserve;typeset -A sum=([9b67ab407d01a52b3e73e3945b9a3ee0]=1);)[/etc/profile]=(action=preserve;typeset -A sum=([8242e663d6f7bb4c5427a0e58e2925f3]=1);)[/home/gsf/.profile]=(action=preserve;typeset -A sum=([3ce23137335219672bf2865d003a098e]=1);));) 374 typeset -p db.file[/etc/profile]
|
/ast/src/cmd/ksh93/ |
H A D | Makefile | 43 SHOPT_PFSH == 1 /* solaris exec_attr(4) profile execution */
|
/ast/src/cmd/coshell/ |
H A D | service.h | 173 #define SETPROFILE (1L<<15) /* global.profile was set */ 208 char* profile; member in struct:__anon58::__anon59 315 char* profile; member in struct:__anon66
|
H A D | shell.c | 95 sfprintf(vp, "%s -c 'trap \"\" HUP; %s=%s %s=%s %s= COINIT='\\''%s%s'\\'' %s /dev/fd/4 >/dev/null 2>&1 3<%s 4<&3 5>&- 6>&- 7>&- 8>&- 9>&- &'", sh, CO_ENV_HOST, sp->name, CO_ENV_TYPE, sp->type, CO_ENV_SHELL, (sp->flags & SETRATING) ? "rating=0;" : "", state.profile ? state.profile : "", sh, state.mesg);
|
H A D | schedule.c | 141 state.profile = dupstring(state.profile, a->global.profile);
|
H A D | command.c | 506 if (state.profile && *state.profile) 507 sfprintf(state.string, " profile %s\n", state.profile);
|
H A D | main.c | 45 "whereas the environment of remote shells is initialized by \b.profile\b " 138 state.profile = strdup("{ . ./.profile; eval test -f \\$ENV \\&\\& . \\$ENV; } >/dev/null 2>&1 </dev/null");
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 49 set option=';lib-type;bp;-;Bind library references to \b--debug-symbols\b or \b--profile\b specific variants.' 56 set option=';profile;b;-;Compile and link with \bprof\b(1) instrumentation options enabled.' 3321 elif O == "--*" || N == "debug|profile|threads" 4091 if "$(-profile)" && ! "$(CCFLAGS:N=$(CC.PROFILE))"
|
Completed in 54 milliseconds