Searched refs:PATH (Results 51 - 75 of 598) sorted by relevance

1234567891011>>

/macosx-10.9.5/lsof-52/lsof/scripts/
H A Didentd.perl528 if (($LSOF = &isexec("lsof")) eq "") { # Then try . and $PATH
112 # PATH environment variable.
117 my ($i, @P, $PATH);
125 $PATH = $ENV{PATH};
126 @P = split(":", $PATH);
/macosx-10.9.5/ncurses-42/xcodescripts/
H A Drun_tic.sh15 PATH="$BUILT_PRODUCTS_DIR/native:$PATH" \
/macosx-10.9.5/net_snmp-140.1/
H A Dar.sh18 # Set up PATH
23 if [ -z "${PATH}" ]; then
24 export PATH=${MyPath};
26 export PATH=${PATH}:${MyPath};
/macosx-10.9.5/perl-92/fix/
H A Dar.sh18 # Set up PATH
23 if [ -z "${PATH}" ]; then
24 export PATH=${MyPath};
26 export PATH=${PATH}:${MyPath};
/macosx-10.9.5/screen-22/screen/etc/
H A Dccdefs7 PATH="$PATH:/lib"
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dbuild_zichost.sh31 PATH="${PATH}" \
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dbuild_zichost.sh31 PATH="${PATH}" \
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dmkdep16 PATH=/bin:/usr/bin:/usr/ucb:/usr/local:/usr/local/bin
17 export PATH
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duudemon.shar10 PATH=/bin:/usr/bin:/usr/ucb ; export PATH
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dcups.sh.in122 if test "x$PATH" = x; then
123 PATH="/bin:/usr/bin:/sbin:/usr/sbin"
125 PATH="/bin:/usr/bin:/sbin:/usr/sbin:$PATH"
128 export PATH
/macosx-10.9.5/python_modules-35/scipy/
H A DMakefile13 override PATH := $(TMPPREFIX)/bin:$(PATH)
14 export PATH
22 @echo PATH=$$PATH
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Drun_tic.in65 case "$PATH" in
66 :*) PATH=../progs:../lib:${DESTDIR}$bindir$PATH ;;
67 *) PATH=../progs:../lib:${DESTDIR}$bindir:$PATH ;;
69 export PATH
72 # Cross-compiling, so don't set PATH or run shlib.
80 # the PATH we just set.
81 SHLIB_PATH=$PATH
H A Drun_tic.sh66 case "$PATH" in
67 :*) PATH=../progs:../lib:${DESTDIR}$bindir$PATH ;;
68 *) PATH=../progs:../lib:${DESTDIR}$bindir:$PATH ;;
70 export PATH
73 # Cross-compiling, so don't set PATH or run shlib.
81 # the PATH we just set.
82 SHLIB_PATH=$PATH
/macosx-10.9.5/bash-92/bash-3.2/tests/
H A Dcprint.tests44 case $PATH in
45 *$PWD*) echo \$PWD in \$PATH ;;
46 *) echo \$PWD not in \$PATH ;;
H A Drun-minimal6 PATH=.:$PATH # just to get the right version of printenv
7 export PATH
/macosx-10.9.5/libarchive-29/libarchive/build/
H A Dautogen.sh3 PATH=/usr/local/gnu-autotools/bin/:$PATH
4 export PATH
/macosx-10.9.5/patch_cmds-17/diffstat/testing/
H A Drun_test.sh16 PATH=`cd ..;pwd`:$PATH; export PATH
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Drxtelnet.in38 PATH=$pdc_trams:$bindir:$PATH
39 export PATH
54 set -- $PATH
/macosx-10.9.5/OpenSSH-186/openssh/contrib/hpux/
H A Degd.rc24 PATH=/usr/sbin:/usr/bin:/sbin
25 export PATH
/macosx-10.9.5/awk-18/src/
H A Dvcvars32.bat26 if "%OS%" == "Windows_NT" set PATH=%MSDevDir%\BIN;%MSVCDir%\BIN;%VSCommonDir%\TOOLS\%VcOsDir%;%VSCommonDir%\TOOLS;%PATH% variable
27 if "%OS%" == "" set PATH="%MSDevDir%\BIN";"%MSVCDir%\BIN";"%VSCommonDir%\TOOLS\%VcOsDir%";"%VSCommonDir%\TOOLS";"%windir%\SYSTEM";"%PATH%" variable
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dexit.sh49 PATH=$PATH \
/macosx-10.9.5/postfix-252/postfix/mantools/
H A Denter48 export ${1} MANPATH PATH ${_PNAME_}
112 # export PATH; PATH=$PATH:$FOOBAR/bin
130 # PATH, search path for commands
/macosx-10.9.5/WebKit-7537.78.2/WebKit.vcxproj/WebKitExportGenerator/
H A DWebKitExportGeneratorPreBuild.cmd2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH% variable
/macosx-10.9.5/groff-38/groff/src/roff/nroff/
H A Dnroff.sh97 PATH="$GROFF_RUNTIME$PATH" groff -mtty-char $T $opts ${1+"$@"}
/macosx-10.9.5/vim-53/src/
H A Dmsvcsetup.bat4 set PATH=%SystemRoot%\Microsoft.NET\Framework\v1.1.4322;%PATH% variable

Completed in 302 milliseconds

1234567891011>>