Searched refs:PATH (Results 1 - 19 of 19) sorted by relevance
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/idnconv/ |
H A D | idnslookup.in | 72 # Append some directories to PATH. 74 [ -d /usr/sbin ] && PATH=$PATH:/usr/sbin 75 [ -d /sbin ] && PATH=$PATH:/sbin 81 for I in `echo $PATH | sed -e 's/:/ /g'` ; do
|
/bind-9.11.3/bin/tests/ |
H A D | fsaccess_test.c | 26 #define PATH "/tmp/fsaccess" macro 35 n = remove(PATH); 37 fprintf(stderr, "unable to remove(%s)\n", PATH); 40 fp = fopen(PATH, "w"); 42 fprintf(stderr, "unable to fopen(%s)\n", PATH); 45 n = chmod(PATH, 0); 47 fprintf(stderr, "unable chmod(%s, 0)\n", PATH); 63 result = isc_fsaccess_set(PATH, access);
|
/bind-9.11.3/bin/tests/system/rpz/ |
H A D | qperf.sh | 12 for QDIR in `echo "$PATH" | tr : ' '` ../../../../contrib/queryperf; do
|
/bind-9.11.3/unit/ |
H A D | unittest.sh.in | 3 PATH="@ATFBIN@:${PATH}" 4 export PATH
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | ltconfig | 54 # Find the correct PATH separator. Usually this is `:', but 86 # So, first we look for a working echo in the user's PATH. 89 for dir in $PATH /usr/ucb; do 489 for dir in $PATH; do 518 for dir in $PATH; do 539 for dir in $PATH; do 573 echo "$progname: error: no acceptable cc found in \$PATH" 1>&2 1009 # If it is relative, then search for the first ld in PATH. 1023 for ac_dir in $PATH; do 1047 echo "$progname: error: no acceptable ld found in \$PATH" [all...] |
H A D | configure | 33 --with-iconv-sofile=PATH shared library file for libiconv []" 861 { echo "configure: error: You must supply PATH to --with-iconv-sofile option." 1>&2; exit 1; } 966 ac_dummy="$PATH" 997 ac_dummy="$PATH" 1047 ac_dummy="$PATH" 1067 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 1195 for ac_dir in $PATH; do 1196 # Account for people who put trailing slashes in PATH elements. 1339 ac_dummy="$PATH" 1388 # If it is relative, then search for the first ld in PATH [all...] |
H A D | config.guess | 118 PATH=$PATH:/.attbin ; export PATH
|
H A D | ltmain.sh | 2924 # Add the dll search path components to the executable PATH 2925 PATH=$dllsearchpath:\$PATH 2952 PATH=\"\$progdir:\$PATH\" 2953 export PATH
|
/bind-9.11.3/unit/atf-src/ |
H A D | configure | 79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 98 for as_dir in $PATH 208 PATH=/empty FPATH=/empty; export PATH FPATH 222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 2174 for as_dir in $PATH 2178 $as_echo "PATH [all...] |
/bind-9.11.3/ |
H A D | configure | 85 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 86 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 104 for as_dir in $PATH 214 PATH=/empty FPATH=/empty; export PATH FPATH 228 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 1758 --with-python=PATH specify path to python interpreter 1759 --with-python-install-dir=PATH [all...] |
H A D | config.guess | 127 PATH=$PATH:/.attbin ; export PATH
|
H A D | ltmain.sh | 234 # func_normal_abspath PATH 236 # and cancel out any ".." path components in PATH after making 387 for progdir in $PATH; do 509 # Make sure the entire path to DIRECTORY-PATH is available. 1338 # func_resolve_sysroot PATH 1339 # Replace a leading = in PATH with a sysroot. Store the result into 1352 # func_replace_sysroot PATH 1353 # If PATH begins with the sysroot, replace it with = and 1501 # FILE NAME AND PATH CONVERSION HELPER FUNCTIONS # 1508 # in $build's $PATH [all...] |
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | configure | 75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 94 for as_dir in $PATH 209 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 1286 --with-bind=[PATH] Specify ISC BIND 9 prefix path 1497 for as_dir in $PATH 1501 $as_echo "PATH: $as_dir" 1699 # We do not want a PATH searc [all...] |
H A D | config.guess | 131 PATH=$PATH:/.attbin ; export PATH
|
/bind-9.11.3/contrib/queryperf/ |
H A D | configure | 77 (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 185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 1505 for as_dir in $PATH 1509 $as_echo "PATH: $as_dir" 1707 # We do not want a PATH search for config.site. 1840 for as_dir in $PATH [all...] |
/bind-9.11.3/unit/atf-src/bootstrap/ |
H A D | testsuite | 72 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 73 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 91 for as_dir in $PATH 182 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 869 PATH=/tmp/foo-1.0/bin:/src/foo-1.0/bin:\$PATH $0 1052 # Don't take risks: use only absolute directories in PATH. 1063 for as_dir in $AUTOTEST_PATH $PATH [all...] |
/bind-9.11.3/contrib/perftcpdns/ |
H A D | configure | 75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 94 for as_dir in $PATH 209 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 1498 for as_dir in $PATH 1502 $as_echo "PATH: $as_dir" 1700 # We do not want a PATH search for config.site. 1833 for as_dir in $PATH [all...] |
/bind-9.11.3/unit/atf-src/admin/ |
H A D | ltmain.sh | 152 # There are apparently some retarded systems that use ';' as a PATH separator! 155 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 156 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 177 # func_path_progs PROGS_LIST CHECK_FUNC [PATH] 181 # trying all the directories in PATH with each of the elements of 191 _G_PATH=${3-"$PATH"} 215 echo "no acceptable sed could be found in \$PATH" >&2 262 func_path_progs "sed gsed" func_check_prog_sed $PATH [all...] |
H A D | config.guess | 127 PATH=$PATH:/.attbin ; export PATH
|
Completed in 83 milliseconds