Home
last modified time | relevance | path

Searched refs:local_stubs_name (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/tools/widl/
H A Dwidl.c136 char *local_stubs_name; variable
610 local_stubs_name = xstrdup(optarg); in main()
952 local_stubs_name = NULL; in main()
964 if (local_stubs_name) in rm_tempfile()
965 unlink(local_stubs_name); in rm_tempfile()
H A Dwidl.h59 extern char *local_stubs_name;
H A Dheader.c1407 if (!local_stubs_name) return; in write_local_stubs()
1409 local_stubs = fopen(local_stubs_name, "w"); in write_local_stubs()
1411 error("Could not open %s for output\n", local_stubs_name); in write_local_stubs()