Lines Matching refs:printf
185 printf("FILE %s\n", tokenString);
194 printf("DIR %s\n", tokenString);
200 printf("END\n");
203 printf("Unexpected end of file\n");
206 printf("Unknown token '%s'\n", tokenString);
289 printf("Usage: newfs_o2fs [OPTIONS] special-device\n");
290 printf("Options:\n");
291 printf(" -m, --manifest Manifest of files to copy to file system\n");
292 printf(" -s, --size Size in megabytes of device or disk image\n");
293 printf(" -v, --verbose Verbose logging\n");
294 printf(" -h, --help Print help message\n");
356 printf("Error: Must specify size for disk images\n");
380 printf("Expected 'DIR' token, but found '%s'\n", tokenString);
385 printf("Expected '/' token\n");
392 printf("Expected end-of-file, but found '%s'\n", tokenString);