Searched refs:output_name (Results 1 – 2 of 2) sorted by relevance
120 const char * output_name = NULL; in main() local153 output_name = optarg; in main()164 if ((argc != 1) || !newseg_name || !output_name) { in main()261 int fd = open(output_name, O_WRONLY | O_CREAT | O_TRUNC, 0755); in main()
499 const char * output_name = NULL; in main() local555 output_name = argv[i + 1]; in main()580 if (!output_name) { in main()713 fd = open(output_name, O_WRONLY | O_CREAT | O_TRUNC, 0755); in main()961 if (output_name && strncmp(output_name, "/dev/", 5)) { in main()962 unlink(output_name); in main()