Home | History | Annotate | Download | only in libtests

Lines Matching full:assembly

340 " timepng --assemble <assembly> {files}\n"
341 " Read the files into <assembly>, output the count. Options are ignored.\n"
342 " timepng --dissemble <assembly> <count> [options]\n"
343 " Time <count> files from <assembly>, additional files may not be given.\n"
352 " PNG files to copy into the assembly and time. Invalid files are skipped\n"
356 " For --assemble the output is the name of the assembly file followed by the\n"
369 const char *assembly = NULL;
375 assembly = argv[2];
376 fp = fopen(assembly, "wb");
379 perror(assembly);
381 assembly);
573 if (assembly != NULL)
577 perror(assembly);
578 fprintf(stderr, "%s: close failed\n", assembly);
583 printf("%s %d\n", assembly, nfiles);