/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | path.sh | 48 p=$PATH 50 PATH=$FPATH:$p 53 PATH=$FPATH:$p 56 PATH=$FPATH:$p 59 PATH=$FPATH:$p 64 PATH=$FPATH:$p 69 PATH=$FPATH:$p 71 PATH=$p 72 (PATH="/bin") 73 [[ $($SHELL -c 'print -r -- "$PATH"') [all...] |
H A D | restricted.sh | 51 PATH=$PWD:$PATH 57 check_restricted 'PATH=/bin' || err_exit 'PATH asignment not resticted' 71 print 'PATH=/bin' > script 72 ! check_restricted script || err_exit 'script with PATH assignment should run in restricted mode' 79 for i in PATH ENV FPATH
|
H A D | alias.sh | 84 PATH=$PATH 88 then PATH=$tmp:/bin:/usr/bin
|
/titanic_52/usr/src/tools/scripts/ |
H A D | bldenv | 266 # Set PATH for a build 267 PATH="/opt/onbld/bin:/opt/onbld/bin/${MACH}:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/bin:/usr/sbin:/usr/ucb:/usr/etc:/usr/openwin/bin:/usr/sfw/bin:/opt/sfw/bin:." 269 export PATH="${SUNWSPRO}/bin:$PATH" 274 export PATH="$(dirname -- "${MAKE}"):$PATH" 294 PATH="${TOOLS_PROTO}/opt/onbld/bin/${MACH}:${PATH}" 295 PATH="${TOOLS_PROTO}/opt/onbld/bin:${PATH}" [all...] |
H A D | build_cscope.sh | 37 PATH=/opt/onbld/bin:$PATH export PATH 39 PATH=$BUILD_TOOLS/onbld/bin:$PATH export PATH
|
/titanic_52/usr/src/boot/sys/boot/userboot/libstand/ |
H A D | Makefile | 17 .PATH: ${LIBSTAND_SRC} 33 .PATH: ${LIBC_SRC}/net 38 .PATH: ${LIBC_SRC}/string 48 .PATH: ${LIBC_SRC}/arm/gen 52 .PATH: ${LIBC_SRC}/quad 54 .PATH: ${LIBC_SRC}/powerpc/gen 59 .PATH: ${LIBC_SRC}/uuid 64 .PATH: ${LIBSTAND_SRC}/amd64 66 .PATH: ${LIBSTAND_SRC}/powerpc 68 .PATH [all...] |
/titanic_52/usr/src/cmd/ast/ |
H A D | Makefile.iffe | 59 PATH=$(AST_TOOLS):$$PATH \ 64 PATH=$(AST_TOOLS):$$PATH \ 69 PATH=$(AST_TOOLS):$$PATH \
|
/titanic_52/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | locale | 5 for i in `PATH=/bin:/usr/bin:$PATH locale -a | grep -i '^[^C].*\.UTF[-8]*$'` 13 *) if $SHELL -c "LC_CTYPE=$2.UTF-8 PATH=/bin:/usr/bin:$PATH locale LC_CTYPE | grep -i utf.*8" >/dev/null 2>&1
|
/titanic_52/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_getconf.sh | 48 export PATH=/usr/bin:/bin 110 # future versions of this test should test the following ${PATH}s, too: 117 export PATH="${i}" 139 (( getconf_keys == 0 )) && err_exit "getconf/normal not working (PATH=${PATH})." 140 (( mismatch > 0 )) && err_exit "getconf/normal test found ${mismatch} differences (PATH=${PATH})." 144 # if /usr/xpg6/bin/ comes in ${PATH} before /usr/bin (this happens only of ${PATH} 150 (( getconf_keys == 0 )) && err_exit \"getconf/normal not working (PATH [all...] |
/titanic_52/usr/src/ucbcmd/fastboot/ |
H A D | fastboot.sh | 43 PATH=/usr/sbin:/bin:/usr/bin:/usr/etc:$PATH 44 export PATH
|
/titanic_52/usr/src/ucbcmd/fasthalt/ |
H A D | fasthalt.sh | 43 PATH=/usr/sbin:/bin:/usr/bin:/usr/etc:$PATH 44 export PATH
|
/titanic_52/usr/src/cmd/ypcmd/ |
H A D | ypxfr_1perhour.sh | 30 PATH=/bin:/usr/bin:/usr/lib/netsvc/yp:$PATH 31 export PATH
|
H A D | ypxfr_1perday.sh | 30 PATH=/bin:/usr/bin:/usr/lib/netsvc/yp:$PATH 31 export PATH
|
H A D | ypxfr_2perday.sh | 30 PATH=/bin:/usr/bin:/usr/lib/netsvc/yp:$PATH 31 export PATH
|
/titanic_52/usr/src/cmd/fs.d/zfs/bootinstall/ |
H A D | bootinstall.sh | 28 PATH="/usr/bin:/usr/sbin:${PATH}"; export PATH
|
/titanic_52/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | pathchk.c | 81 #define PATH 0x2 macro 112 if (mode & PATH) in pathchk() 199 if((mode & PATH) && *cp == '-') in pathchk() 242 mode |= COMPONENTS|PATH; in b_pathchk() 248 mode |= PATH; in b_pathchk()
|
/titanic_52/usr/src/lib/libresolv2/include/ |
H A D | probe_ipv6.sh | 9 PATH=/bin:/usr/bin:$PATH; export PATH
|
/titanic_52/usr/src/cmd/boot/scripts/ |
H A D | extract_boot_filelist.ksh | 30 if [ "`echo $PATH | cut -f 1 -d :`" = /tmp/bfubin ] && \ 32 export PATH=/tmp/bfubin:/usr/sbin:/usr/bin:/sbin 34 export PATH=/usr/sbin:/usr/bin:/sbin
|
/titanic_52/usr/src/cmd/su/ |
H A D | su.dfl | 36 # PATH sets the initial shell PATH variable 38 #PATH=/usr/bin: 40 # SUPATH sets the initial shell PATH variable for root
|
/titanic_52/usr/src/boot/sys/boot/userboot/ficl/ |
H A D | Makefile | 6 .PATH: ${.CURDIR}/../../ficl 7 .PATH: ${.CURDIR}/../../ficl/${MACHINE_CPUARCH} 29 .PATH: ${.CURDIR}/../../ficl/softwords
|
/titanic_52/usr/src/cmd/fs.d/nfs/exportfs/ |
H A D | exportfs.sh | 66 PATH=/usr/sbin:/usr/bin:$PATH 67 export PATH
|
/titanic_52/usr/src/lib/libsecdb/common/ |
H A D | r.rbac | 44 PATH=/usr/bin:/usr/sbin 45 export PATH
|
/titanic_52/usr/src/lib/brand/sn1/zone/ |
H A D | sn1_boot.sh | 31 PATH=/sbin:/usr/bin:/usr/sbin; export PATH
|
/titanic_52/usr/src/cmd/tsol/demo/ |
H A D | runwlabel.ksh | 34 PATH=/usr/sbin:/usr/bin; export PATH
|
/titanic_52/usr/src/cmd/bnu/ |
H A D | Teardown | 25 export IFS PATH 28 PATH="/usr/bin"
|