Searched refs:resultfile (Results 1 – 3 of 3) sorted by relevance
/external/markdown/MarkdownTest/ |
D | MarkdownTest.pl | 51 my $resultfile = $testfile; 52 $resultfile =~ s{\.text$}{\.html}i; 53 unless (-f $resultfile) { 54 print "'$resultfile' does not exist.\n\n"; 59 open(RESULT, $resultfile) || die("Can't open resultfile: $!");
|
/external/ltp/testcases/network/tcp_cmds/echo/ |
D | echoes.c | 54 char resultfile[FILENAME_MAX + 1]; in main() member 80 snprintf(echo_struc[j].resultfile, in main() 82 echofile(sp, hp, echo_struc[j].resultfile, argv[2]); in main() 134 echofile(struct servent *sp, struct addrinfo *ai, char *resultfile, in echofile() argument 267 if ((fdw = creat(resultfile, 0644)) < 0) { in echofile() 344 if (checkfile(srcfile, resultfile) != TRUE) { in echofile()
|
/external/python/cpython2/Tools/scripts/ |
D | texi2html.py | 1761 resultfile = self.helpbase + '.chm' 1781 print>>fp, 'Compiled file=' + resultfile + ''
|