Searched defs:real_outname (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl.h138 char *real_outname; member in struct:TreeState
H A Dxpidl_idl.c661 char *tmp, *outname, *real_outname = NULL; local
739 real_outname = g_strdup(outname);
754 real_outname = g_strdup_printf("%s.%s", out_basename, mode->suffix);
759 state.file = fopen(real_outname, fopen_mode);
769 state.real_outname = real_outname;
792 if (real_outname != NULL) {
799 unlink(real_outname);
801 g_free(real_outname);

Completed in 262 milliseconds