Searched refs:comment (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/doc/misc/
H A Dformat-options.pl34 my $comment = "";
36 $comment = $&;
40 while (length($line) >= 79 - length($comment)) {
42 # this makes sure that the comment has something in front of it
43 $len = 75 - length($comment);
48 print $start.$line.$comment."\n";
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dsoa_6.c98 isc_boolean_t comment; local
105 comment = ISC_TF((tctx->flags & DNS_STYLEFLAG_COMMENT) != 0);
107 comment = ISC_FALSE;
139 sprintf(buf, comment ? "%-10lu ; " : "%lu", num);
141 if (comment) {
/bind-9.6-ESV-R11/bin/named/win32/
H A Dntservice.c52 #pragma comment(linker, "/entry:bindmain")

Completed in 77 milliseconds