Searched refs:title (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | log.c | 187 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.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/ |
H A D | printf.c | 118 idnLogInit(const char *title) { argument 124 sprintf(log_header, "%08x %-.16s: ", getpid(), title);
|
H A D | wrapcommon.h | 59 extern void idnLogInit(const char *title);
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testsuite.c | 61 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 D | testygen | 79 '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 D | testsuite.h | 99 idn_testsuite_addtestcase(idn_testsuite_t ctx, const char *title,
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/config/ |
H A D | idnconf.tcl | 504 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 15 milliseconds