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

  /src/usr.bin/unifdef/
unifdef.c 225 static char *ofilename; /* output file name */ variable
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...]
  /src/sys/dev/microcode/aic7xxx/
aicasm.c 94 char *ofilename; variable
195 ofilename = optarg;
707 appname, ofilename);
708 unlink(ofilename);
  /src/external/mpl/bind/dist/lib/dns/
dst_api.c 190 addsuffix(char *filename, int len, const char *dirname, const char *ofilename,
2336 addsuffix(char *filename, int len, const char *odirname, const char *ofilename,
2338 int olen = strlen(ofilename);
2341 if (olen > 1 && ofilename[olen - 1] == '.') {
2343 } else if (olen > 8 && strcmp(ofilename + olen - 8, ".private") == 0) {
2345 } else if (olen > 4 && strcmp(ofilename + olen - 4, ".key") == 0) {
2350 n = snprintf(filename, len, "%.*s%s", olen, ofilename, suffix);
2353 ofilename, suffix);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_api.c 176 addsuffix(char *filename, int len, const char *dirname, const char *ofilename,
2400 addsuffix(char *filename, int len, const char *odirname, const char *ofilename,
2402 int olen = strlen(ofilename);
2405 if (olen > 1 && ofilename[olen - 1] == '.') {
2407 } else if (olen > 8 && strcmp(ofilename + olen - 8, ".private") == 0) {
2409 } else if (olen > 4 && strcmp(ofilename + olen - 4, ".key") == 0) {
2414 n = snprintf(filename, len, "%.*s%s", olen, ofilename, suffix);
2417 ofilename, suffix);
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 10772 char *ofilename = NULL;
10798 ofilename = xstrdup (bfd_get_filename (obfd));
10926 unlink (ofilename);
10943 if (rename (ofilename, output_filename))
10945 unlink (ofilename);
10949 free (ofilename);
10961 if (ofilename)
10963 unlink (ofilename);
10964 free (ofilename);
10767 char *ofilename = NULL; local
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 10694 char *ofilename = NULL;
10717 ofilename = xstrdup (bfd_get_filename (obfd));
10845 unlink (ofilename);
10862 if (rename (ofilename, output_filename))
10864 unlink (ofilename);
10868 free (ofilename);
10880 if (ofilename)
10882 unlink (ofilename);
10883 free (ofilename);
10689 char *ofilename = NULL; local

Completed in 47 milliseconds