Searched refs:PATH (Results 1 - 25 of 129) sorted by relevance

123456

/haiku-buildtools/libtool/tests/
H A Dmdemo-inst.test27 path_old=$PATH
28 PATH=$prefix/lib:$PATH
49 PATH=$path_old
H A Dquote.test23 # So, first we look for a working echo in the user's PATH.
25 for dir in $PATH /usr/ucb; do
/haiku-buildtools/gcc/gcc/testsuite/ada/acats/
H A Drun_acats30 PATH=$BASE:$ROOT:$PATH
52 export PATH ADA_INCLUDE_PATH ADA_OBJECTS_PATH GCC_DRIVER GCC LD_LIBRARY_PATH
55 echo PATH=`dirname $host_gnatchop`:'$PATH' >> host_gnatchop
57 echo export PATH >> host_gnatchop
63 echo PATH=`dirname $host_gnatmake`:'$PATH' >> host_gnatmake
65 echo export PATH >> host_gnatmake
/haiku-buildtools/gcc/gcc/config/i386/
H A Dxm-djgpp.h74 /* We cannot free PATH below as it can point to string constant */
75 #define UPDATE_PATH_HOST_CANONICALIZE(PATH) \
76 if (memcmp ((PATH), "/dev/env/", sizeof("/dev/env/") - 1) == 0) \
80 _fixpath ((PATH), fixed_path); \
82 (PATH) = xstrdup (fixed_path); \
/haiku-buildtools/gcc/maintainer-scripts/
H A Dupdate_web_docs_libstdcxx_svn24 PATH=/usr/local/bin:$PATH
H A Dupdate_web_docs_svn12 PATH=/usr/local/bin:$PATH
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Drun36 PATH=${GOBIN:-$GOROOT/bin}:`pwd`:/bin:/usr/bin:/usr/local/bin
38 # TODO: We add the tool directory to the PATH to avoid thinking about a better way.
39 PATH="$GOTOOLDIR:$PATH"
/haiku-buildtools/gcc/fixincludes/
H A Dsystem.h41 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE)
43 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)
/haiku-buildtools/gcc/libcpp/
H A Dsystem.h54 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE)
56 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)
/haiku-buildtools/legacy/binutils/
H A Dconfigure21 --with-mpfr-dir=PATH Specify source directory for MPFR library"
23 --with-mpfr=PATH Specify directory for installed MPFR library"
25 --with-gmp-dir=PATH Specify source directory for GMP library"
27 --with-gmp=PATH Specify directory for installed GMP library"
710 for ac_dir in $PATH; do
711 # Account for people who put trailing slashes in PATH elements.
804 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
817 for dir in $PATH; do
1674 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
1836 for dir in $PATH; d
[all...]
/haiku-buildtools/legacy/gcc/
H A Dconfigure34 export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0 $argv; kill $$)
107 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
120 for dir in $PATH; do
147 ## path. Since PATH might include "." we also add `pwd` to the end of PATH.
158 PATH=$PATH:${PWD=`pwd`} ; export PATH
854 for dir in $PATH; do
873 for dir in $PATH; d
[all...]
H A Dltconfig49 # Find the correct PATH separator. Usually this is `:', but
81 # So, first we look for a working echo in the user's PATH.
84 for dir in $PATH /usr/ucb; do
472 for dir in $PATH; do
500 for dir in $PATH; do
522 for dir in $PATH; do
556 echo "$progname: error: no acceptable cc found in \$PATH" 1>&2
935 # If it is relative, then search for the first ld in PATH.
949 for ac_dir in $PATH; do
973 echo "$progname: error: no acceptable ld found in \$PATH"
[all...]
/haiku-buildtools/cloog/
H A DREADME113 /usr/local by giving onfigure the option --prefix=PATH.
119 using --with-isl-builddir=PATH. In case of an installed isl,
121 --with-isl-prefix=PATH and --with-isl-exec-prefix=PATH options of configure.
125 option --with-polylib-prefix=PATH and/or --with-polylib-exec-prefix=PATH.
129 option --with-gmp-prefix=PATH and/or --with-gmp-exec-prefix=PATH.
/haiku-buildtools/autoconf/
H A Dconfigure34 # PATH needs CR
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
76 for as_dir in $PATH
224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1355 for as_dir in $PATH
1359 echo "PATH: $as_dir"
1731 for as_dir in $PATH
1735 # Account for people who put trailing slashes in PATH elements.
1869 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1923 for as_dir in $PATH
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Dpr38953.f906 CHARACTER PATH*2 , PPATH*2 , KEYWRD*8 , PKEYWD*8 , KEYWD*8 , & variable in module:MAIN1
/haiku-buildtools/gcc/
H A Dconfigure75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
93 for as_dir in $PATH
183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1521 --with-mpc=PATH specify prefix directory for installed MPC package.
1522 Equivalent to --with-mpc-include=PATH/include plus
1523 --with-mpc-lib=PATH/lib
1524 --with-mpc-include=PATH specif
[all...]
/haiku-buildtools/binutils/
H A Dconfigure75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
93 for as_dir in $PATH
183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1528 --with-mpc=PATH specify prefix directory for installed MPC package.
1529 Equivalent to --with-mpc-include=PATH/include plus
1530 --with-mpc-lib=PATH/lib
1531 --with-mpc-include=PATH specif
[all...]
/haiku-buildtools/legacy/gcc/contrib/
H A Dtest_installed25 # the PATH.
73 --prefix=/some/dir use gcc, g++ and g77 from /some/dir/bin [PATH]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dtiming.sh21 PATH=.:$PATH
/haiku-buildtools/binutils/binutils/
H A Dconfigure75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
93 for as_dir in $PATH
178 PATH=/empty FPATH=/empty; export PATH FPATH
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2208 for as_dir in $PATH
2212 $as_echo "PATH
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dconfigure75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
93 for as_dir in $PATH
178 PATH=/empty FPATH=/empty; export PATH FPATH
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1946 for as_dir in $PATH
1950 $as_echo "PATH
[all...]
/haiku-buildtools/gcc/mpc/
H A Dconfigure77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
96 for as_dir in $PATH
207 PATH=/empty FPATH=/empty; export PATH FPATH
220 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1965 for as_dir in $PATH
1969 $as_echo "PATH
[all...]
/haiku-buildtools/gcc/intl/
H A Dconfigure75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
93 for as_dir in $PATH
183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1857 for as_dir in $PATH
1861 $as_echo "PATH: $as_dir"
2254 for as_dir in $PATH
2258 # Account for people who put trailing slashes in PATH element
[all...]
/haiku-buildtools/binutils/intl/
H A Dconfigure75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
93 for as_dir in $PATH
183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1857 for as_dir in $PATH
1861 $as_echo "PATH: $as_dir"
2254 for as_dir in $PATH
2258 # Account for people who put trailing slashes in PATH element
[all...]
/haiku-buildtools/binutils/gprof/
H A Dconfigure75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
93 for as_dir in $PATH
178 PATH=/empty FPATH=/empty; export PATH FPATH
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1880 for as_dir in $PATH
1884 $as_echo "PATH
[all...]

Completed in 395 milliseconds

123456