Searched refs:ln (Results 1 - 20 of 20) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/masterformat/
H A Dsetup.sh16 ln -s $CHECKZONE named-compilezone
/bind-9.6-ESV-R11/bin/tests/system/logfileconfig/
H A Dtests.sh107 ln -s $PLAINFILE $SYMFILE >/dev/null 2>&1
211 ln -s $PLAINFILE $SYMFILE >/dev/null 2>&1
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dutil.h203 #define INSERTBEFORE(li, b, e, ln) ISC_LIST_INSERTBEFORE(li, b, e, ln)
204 #define INSERTAFTER(li, a, e, ln) ISC_LIST_INSERTAFTER(li, a, e, ln)
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp193 atf_dynstr_t ln; local
196 err = atf_fs_path_leaf_name(&m_path, &ln);
200 std::string s(atf_dynstr_cstring(&ln));
201 atf_dynstr_fini(&ln);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs_test.c308 atf_dynstr_t ln; local
314 RE(atf_fs_path_leaf_name(&p, &ln));
315 printf("Output : %s\n", atf_dynstr_cstring(&ln));
316 ATF_REQUIRE(atf_equal_dynstr_cstring(&ln, t->leaf));
317 atf_dynstr_fini(&ln);
H A Dfs.c421 atf_fs_path_leaf_name(const atf_fs_path_t *p, atf_dynstr_t *ln) argument
431 err = atf_dynstr_init_substr(ln, &p->m_data, begpos, atf_dynstr_npos);
434 INV(atf_equal_dynstr_cstring(ln,
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dintegration_test.sh108 ln -s "$(atf_get_srcdir)/../atf-run/expect_helpers" .
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dconfigure480 if ln -s conf$$.file conf$$ 2>/dev/null; then
481 as_ln_s='ln -s'
483 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
484 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
486 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
488 elif ln conf$$.file conf$$ 2>/dev/null; then
489 as_ln_s=ln
3392 if ln -s conf$$.file conf$$ 2>/dev/null; then
3393 as_ln_s='ln
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dintegration_test.sh344 ln -s "$(atf_get_srcdir)/expect_helpers" .
811 atf_check -s eq:0 -o empty -e empty ln -s "\$(pwd)/a" foo/bar
/bind-9.6-ESV-R11/contrib/zkt/
H A Dconfigure500 if ln -s conf$$.file conf$$ 2>/dev/null; then
501 as_ln_s='ln -s'
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
508 elif ln conf$$.file conf$$ 2>/dev/null; then
509 as_ln_s=ln
5406 if test "$as_ln_s" = "ln -s" && ln
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltconfig893 ln conftest.a conftest.b 2>/dev/null && hard_links=no
895 ln conftest.a conftest.b 2>&5 || hard_links=no
896 ln conftest.a conftest.b 2>/dev/null && hard_links=no
969 # Check to see if we can use ln -s, or we need hard links.
970 echo $ac_n "checking whether ln -s works... $ac_c" 1>&6
972 if ln -s X conftest.dat 2>/dev/null; then
974 LN_S="ln -s"
976 LN_S=ln
978 if test "$LN_S" = "ln -s"; then
H A Dconfigure1483 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1484 echo "configure:1485: checking whether ln -s works" >&5
1489 if ln -s X conftestdata 2>/dev/null
1492 ac_cv_prog_LN_S="ln -s"
1494 ac_cv_prog_LN_S=ln
1498 if test "$ac_cv_prog_LN_S" = "ln -s"; then
H A Dltmain.sh405 until ln "$0" "$lockfile" 2>/dev/null; do
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfigure1537 ln -s $name os-proto.h
1549 ln -s lbl/gnuc.h gnuc.h
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dconfigure202 if ln -s conf$$.file conf$$ 2>/dev/null; then
206 # Don't use ln at all; we don't have any links
209 as_ln_s='ln -s'
211 elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
5623 if ln -s conf$$.file conf$$ 2>/dev/null; then
5627 # Don't use ln at all; we don't have any links
5630 as_ln_s='ln -s'
5632 elif ln conf$$.file conf$$ 2>/dev/null; then
5633 as_ln_s=ln
[all...]
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dtestsuite493 if ln -s conf$$.file conf$$ 2>/dev/null; then
494 as_ln_s='ln -s'
496 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
497 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
499 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
501 elif ln conf$$.file conf$$ 2>/dev/null; then
502 as_ln_s=ln
/bind-9.6-ESV-R11/unit/atf-src/
H A Dconfigure526 if ln -s conf$$.file conf$$ 2>/dev/null; then
527 as_ln_s='ln -s'
529 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
530 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
532 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
534 elif ln conf$$.file conf$$ 2>/dev/null; then
535 as_ln_s=ln
4859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4860 $as_echo_n "checking whether ln
[all...]
/bind-9.6-ESV-R11/
H A Dconfigure545 if ln -s conf$$.file conf$$ 2>/dev/null; then
546 as_ln_s='ln -s'
548 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
549 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
551 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
553 elif ln conf$$.file conf$$ 2>/dev/null; then
554 as_ln_s=ln
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4317 $as_echo_n "checking whether ln
[all...]
H A Dltmain.sh2179 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
3039 # Try `ln -sf' first, because the `ln' binary might depend on
3040 # the symlink we replace! Solaris /bin/ln does not understand -f,
3041 # so we also need to try rm && ln -s.
3753 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
9215 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh122 : ${LN_S="ln -s"}
1302 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
2064 # Try `ln -sf' first, because the `ln' binary might depend on
2065 # the symlink we replace! Solaris /bin/ln does not understand -f,
2066 # so we also need to try rm && ln -s.
7957 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"

Completed in 374 milliseconds