Home
last modified time | relevance | path

Searched refs:ofilename (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/scripts/
H A Dunifdef.c186 static const char *ofilename; /* output file name */ variable
295 ofilename = optarg; in main()
326 if (ofilename == NULL) { in main()
327 ofilename = "[stdout]"; in main()
331 if (stat(ofilename, &ost) == 0 && in main()
339 dirsep = strrchr(ofilename, '/'); in main()
343 (int)(dirsep - ofilename), ofilename); in main()
354 output = fopen(ofilename, "wb"); in main()
356 err(2, "can't open %s", ofilename); in main()
607 warn("couldn't write to %s", ofilename); in closeout()
[all …]
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c90 char *ofilename; variable
191 ofilename = optarg; in main()
702 appname, ofilename); in stop()
703 unlink(ofilename); in stop()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch23451 + ofilename = os.path.join(log_root, name + suffix)
23457 + os.remove(ofilename)
23462 + ffargs = [ffmpeg] + args + [ofilename]