Searched refs:lc (Results 1 - 11 of 11) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dconfig_test.c43 const char *lc; member in struct:varnames
76 for (v = all_vars; v->lc != NULL; v++)
88 for (v = all_vars; v->lc != NULL; v++) {
89 if (strcmp(v->lc, var) == 0)
90 ATF_CHECK_STREQ(atf_config_get(v->lc), test_value);
92 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0);
113 for (v = all_vars; v->lc != NULL; v++)
114 ATF_CHECK(strcmp(atf_config_get(v->lc), test_value) != 0);
117 for (v = all_vars; v->lc != NULL; v++) {
119 if (strcmp(atf_config_get(v->lc), "") !
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dconfig_test.cpp43 const char *lc; member in struct:varnames
103 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
112 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
122 for (const struct varnames* v = all_vars; v->lc != NULL; v++) {
123 if (std::strcmp(v->lc, var) == 0)
124 ATF_REQUIRE_EQ(atf::config::get(v->lc), test_value);
126 ATF_REQUIRE(atf::config::get(v->lc) != test_value);
145 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
146 ATF_REQUIRE(atf::config::get(v->lc) != test_value);
149 for (const struct varnames* v = all_vars; v->lc !
[all...]
/bind-9.6-ESV-R11/bin/tests/system/cacheclean/
H A Dtests.sh30 $PERL ../digcomp.pl --lc dig.out.ns2 knowngood.dig.out || status=1
/bind-9.6-ESV-R11/bin/tests/system/glue/
H A Dtests.sh31 $PERL ../digcomp.pl --lc fi.good dig.out || status=1
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext.cpp86 std::string lc; local
89 lc += std::tolower(*iter);
90 return lc;
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltconfig1331 archive_cmds='$CC -o $lib $libobjs $linkopts `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
H A Dltmain.sh1076 if test "$arg" = "-lc"; then
1804 deplibs="$deplibs -lc"
1983 if $echo "X $deplibs" | $Xsed -e 's/ -lc$//' \
/bind-9.6-ESV-R11/
H A Dltmain.sh5636 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
5644 test "X$arg" = "X-lc" && continue
5648 test "X$arg" = "X-lc" && continue
5657 test "X$arg" = "X-lc" && continue
5661 test "X$arg" = "X-lc" && continue
7696 func_append deplibs " -lc"
7967 tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
7997 newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
8762 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
8763 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / Syste
[all...]
H A Dconfigure8926 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9364 # link with -lc, and that would cause any symbols used from libc to
9433 # Assume -lc should be added
9442 # Test whether the compiler implicitly links with -lc since on some
9443 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9444 # to ld, don't add -lc before -lgcc.
9445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9446 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9471 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/de
[all...]
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh4523 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
4531 test "X$arg" = "X-lc" && continue
4535 test "X$arg" = "X-lc" && continue
4544 test "X$arg" = "X-lc" && continue
4548 test "X$arg" = "X-lc" && continue
6505 deplibs="$deplibs -lc"
6765 -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g'`
6794 newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
7512 compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
7513 finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / Syste
[all...]
/bind-9.6-ESV-R11/unit/atf-src/
H A Dconfigure8699 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
9084 # link with -lc, and that would cause any symbols used from libc to
9153 # Assume -lc should be added
9162 # Test whether the compiler implicitly links with -lc since on some
9163 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9164 # to ld, don't add -lc before -lgcc.
9165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9166 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9188 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/de
[all...]

Completed in 107 milliseconds