Searched refs:class (Results 1 - 19 of 19) sorted by relevance
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | unormalize.c | 75 int *class; /* and their canonical classes */ member in struct:__anon91 136 * Get canonical class. 146 } else if (wb.class[wb.cur] > 0) { 162 if (do_composition && wb.class[0] == 0) 172 if (wb.cur > 0 && wb.class[wb.cur] == 0) { 182 if (do_composition && wb.cur > 0 && wb.class[0] == 0) { 249 wb->class[i] = idn__unicode_canonicalclass(wb->version, 257 int class; local 263 class = wb->class[ 278 int *class; local [all...] |
/bind-9.11.3/bin/win32/BINDInstall/ |
H A D | BINDInstall.h | 37 class CBINDInstallApp : public CWinApp
|
H A D | DirBrowse.h | 31 class CDirBrowse : public CDialog
|
H A D | VersionInfo.h | 1 // VersionInfo.h: interface for the CVersionInfo class. 12 class CVersionInfo
|
H A D | BINDInstallDlg.h | 31 class CBINDInstallDlg : public CDialog
|
/bind-9.11.3/contrib/scripts/ |
H A D | named-bootconf.sh | 57 class= 145 class="chaos " 148 class="hesiod " 156 echo "zone \"$1\" ${class}{" 167 class="chaos " 170 class="hesiod " 185 echo "zone \"$ZONE\" ${class}{" 201 class="chaos " 204 class="hesiod " 219 echo "zone \"$ZONE\" ${class}{" [all...] |
/bind-9.11.3/bin/tests/system/ |
H A D | digcomp.pl | 39 $class = $2; 53 if ($entry{"$name ; $class.$type ; $value"} ne "") { 54 $line = $entry{"$name ; $class.$type ; $value"}; 57 $entry{"$name ; $class.$type ; $value"} = $_; 75 $class = $2; 86 if ($entry{"$name ; $class.$type ; $value"} ne "") { 87 $entry{"$name ; $class.$type ; $value"} = "";
|
/bind-9.11.3/contrib/dlz/modules/perl/testing/ |
H A D | dlz_perl_example.pm | 26 # Constructor. Everything after the class name can be folded into a hash of 30 my ( $class, %config ) = @_; 32 bless $self, $class;
|
/bind-9.11.3/bin/tests/system/rrsetorder/ns4/ |
H A D | named.conf | 25 class IN type A name "host.example.com" order random;
|
/bind-9.11.3/bin/tests/ |
H A D | t_api.pl | 33 local($component, $anum, $class, $what, @rest) = @_; 34 printf("A:%s:%d:%s:$what\n", $component, $anum, $class, @rest);
|
H A D | named.conf | 195 class IN type A name "foo" order random;
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/ |
H A D | SparseMap.pm | 55 my $class = shift; 71 bless $self, $class; 370 my $class = shift; 371 my $self = $class->SUPER::new(@_); 373 bless $self, $class; 447 my $class = shift; 448 my $self = $class->SUPER::new(@_); 450 bless $self, $class;
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllfunc.c | 263 LPGUID class = lpqsRestrictions->lpServiceClassId; local 271 if (name != NULL && encodeCtx != NULL && SVCID_IS_HABN(class) == 0) { 292 LPGUID class; local 301 class = lpqsResults->lpServiceClassId; 306 (SVCID_IS_HABN(class) || SVCID_IS_HABIS(class))) {
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | atf-report_test.sh | 342 <info class="startinfo">A value</info> 366 <info class="endinfo">Another value</info> 400 <info class="startinfo">A value</info> 418 <info class="endinfo">Another value</info>
|
/bind-9.11.3/bin/tests/system/checkconf/ |
H A D | tests.sh | 226 echo "I: checking that named-checkconf -z fails on view with ANY class ($n)" 228 $CHECKCONF -z view-class-any1.conf > /dev/null 2>&1 && ret=1 233 echo "I: checking that named-checkconf -z fails on view with CLASS255 class ($n)" 235 $CHECKCONF -z view-class-any2.conf > /dev/null 2>&1 && ret=1 240 echo "I: checking that named-checkconf -z passes on view with IN class ($n)" 242 $CHECKCONF -z view-class-in1.conf > /dev/null 2>&1 || ret=1 247 echo "I: checking that named-checkconf -z passes on view with CLASS1 class ($n)" 249 $CHECKCONF -z view-class-in2.conf > /dev/null 2>&1 || ret=1
|
/bind-9.11.3/doc/misc/ |
H A D | docbook-options.pl | 136 <literallayout class="normal">
|
/bind-9.11.3/ |
H A D | ltmain.sh | 2092 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
|
/bind-9.11.3/unit/atf-src/admin/ |
H A D | ltmain.sh | 3378 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
|
/bind-9.11.3/unit/atf-src/ |
H A D | configure | 6382 # Character class describing NM global symbol codes. 15093 class Foo
|
Completed in 1446 milliseconds