Searched refs:title (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dlog.c187 char *title; local
192 title = "FATAL";
195 title = "ERROR";
198 title = "WARNING";
201 title = "INFO";
204 title = "TRACE";
207 title = "DUMP";
211 title = tmp;
214 fprintf(stderr, "%u: [%s] %s", (unsigned int)getpid(), title, buf);
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf-report39 set title "Query / response / failure rate"
44 "$plotfile" using 1:3 title "Queries sent per second" with lines, \
45 "$plotfile" using 1:4 title "Total responses received per second" with lines, \
46 "$plotfile" using 1:5 title "Failure responses received per second" with lines
58 set title "Latency"
63 "$plotfile" using 1:6 title "Average latency (seconds)" with lines
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dprintf.c118 idnLogInit(const char *title) { argument
124 sprintf(log_header, "%08x %-.16s: ", getpid(), title);
H A Dwrapcommon.h59 extern void idnLogInit(const char *title);
/bind-9.11.3/doc/misc/
H A Ddocbook-options.pl86 <refsection><info><title>DESCRIPTION</title></info>
134 <refsection><info><title>$HEADING</title></info>
153 <refsection><info><title>FILES</title></info>
159 <refsection><info><title>SEE ALSO</title></info>
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestsuite.c61 char *title; member in struct:idn_testcase
135 free(ctx->testcases[i].title);
142 idn_testsuite_addtestcase(idn_testsuite_t ctx, const char *title, argument
149 assert(ctx != NULL && title != NULL && proc != NULL);
151 dup_title = (char *)malloc(strlen(title) + 1);
154 strcpy(dup_title, title);
168 new_testcase->title = dup_title;
218 if (strcmp(ctx->current_testcase->title,
232 ctx->testcases[i].title);
558 const char *title; local
[all...]
H A Dtestygen79 'title' => '',
215 $parser->{title} = '';
275 } elsif ($field =~ /^title:(.*)$/) {
276 my $title = $1;
278 if ($parser->{title} ne '') {
279 $parser->{error} = "title defined twice in a header";
282 if ($title =~ /[\x00-\x1f\x7f-\xff\"\\]/ || $title eq '') {
283 $parser->{error} = "invalid title";
287 $parser->{error} = sprintf("title fo
[all...]
H A Dtestsuite.h99 idn_testsuite_addtestcase(idn_testsuite_t ctx, const char *title,
/bind-9.11.3/util/
H A Dmandoc2docbook.pl85 my $title = lc $1;
90 <refentrytitle>$title</refentrytitle>
121 print "<title>$1</title>\n"; next;
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl504 tk_messageBox -icon error -type ok -title "Directory Error" \
514 -title "Warning" \
522 -title "Warning" \
551 -title "Confirmation" \
573 tk_messageBox -icon warning -type ok -title "Warning" \
584 tk_messageBox -icon warning -type ok -title "Warning" \
635 wm title $top "idn wrapper - Wrap Executable"
700 -title "Warning" \
708 -title "Warning" \
717 wm title
[all...]

Completed in 39 milliseconds