Searched refs:ofilename (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/
H A Dunifdef.c186 static const char *ofilename; /* output file name */ variable
295 ofilename = optarg;
326 if (ofilename == NULL) {
327 ofilename = "[stdout]";
331 if (stat(ofilename, &ost) == 0 &&
339 dirsep = strrchr(ofilename, '/');
343 (int)(dirsep - ofilename), ofilename);
354 output = fopen(ofilename, "wb");
356 err(2, "can't open %s", ofilename);
[all...]
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c90 char *ofilename; variable
191 ofilename = optarg;
702 appname, ofilename);
703 unlink(ofilename);

Completed in 240 milliseconds