HomeSort by: relevance | last modified time | path
    Searched defs:ofilename (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aicasm.c 94 char *ofilename; variable in typeref:typename:char *
195 ofilename = optarg;
707 appname, ofilename);
708 unlink(ofilename);
  /src/usr.bin/unifdef/
unifdef.c 225 static char *ofilename; /* output file name */ variable in typeref:typename:char *
314 ofilename = optarg;
342 if (ofilename == NULL) {
345 if (stat(ofilename, &osb) == 0) {
356 dirname(ofilename));
363 output = fopen(ofilename, "w");
365 err(2, "can't open %s", ofilename);
509 errx(2, "%s unchanged", ofilename);
512 if (overwriting && rename(tmpname, ofilename)) {
514 errx(2, "%s unchanged", ofilename);
    [all...]

Completed in 12 milliseconds