Home
last modified time | relevance | path

Searched refs:dumpname (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/ext/GDBM_File/t/
H A Ddump.t54 my $dumpname = "$dbname.dump";
55 is(eval { $db->dump($dumpname); 1 }, 1, "Create ASCII dump");
56 is(dump_format($dumpname), DUMP_ASCII, "ASCII dump created");
57 is(eval { $db->dump($dumpname); 1 }, undef, "Refuse to overwrite existing dump");
58 is(eval { $db->dump($dumpname, overwrite => 1); 1 }, 1, "Working overwrite option");
76 is(eval { $db->load($dumpname); 1 }, 1, "Loading from ascii dump");
81 is(eval { $db->load($dumpname); 1 }, undef, "Refuse to replace existing keys");
83 is(eval { $db->load($dumpname, replace => 1); 1 }, 1, "Replace existing keys");
/openbsd-src/gnu/gcc/gcc/
H A Dtoplev.c1280 char *dumpname = XNEWVEC (char, len + 6); in init_asm_output() local
1281 memcpy (dumpname, dump_base_name, len + 1); in init_asm_output()
1282 strip_off_ending (dumpname, len); in init_asm_output()
1283 strcat (dumpname, ".s"); in init_asm_output()
1284 asm_file_name = dumpname; in init_asm_output()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtoplev.c4794 char *dumpname = (char *) xmalloc (len + 6); local
4795 memcpy (dumpname, dump_base_name, len + 1);
4796 strip_off_ending (dumpname, len);
4797 strcat (dumpname, ".s");
4798 asm_file_name = dumpname;
H A DChangeLog.23122 * toplev.c (compile_file): Reuse dumpname memory instead
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c497 register char * const dumpname = concat (dump_base_name, ".decl", NULL); in objc_init() local
498 gen_declaration_file = fopen (dumpname, "w"); in objc_init()
500 fatal_error ("can't open %s: %m", dumpname); in objc_init()
501 free (dumpname); in objc_init()
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c446 register char * const dumpname = concat (dump_base_name, ".decl", NULL); local
447 gen_declaration_file = fopen (dumpname, "w");
449 fatal_io_error ("can't open %s", dumpname);
450 free (dumpname);
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dinvoke.texi3011 the @var{dumpname}. @var{dumpname} is generated from the name of the
/openbsd-src/gnu/gcc/gcc/doc/
H A Dinvoke.texi3844 pass number and a word to the @var{dumpname}. @var{dumpname} is generated