MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / done

Function done

extern/btyacc/main.c:82–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82void done(int k)
83{
84 if (action_file)
85 {
86 fclose(action_file);
87 unlink(action_file_name);
88 }
89 if (text_file)
90 {
91 fclose(text_file);
92 unlink(text_file_name);
93 }
94 if (union_file)
95 {
96 fclose(union_file);
97 unlink(union_file_name);
98 }
99 exit(k);
100}
101
102
103void onintr(int sig)

Callers 7

fatalFunction · 0.70
no_spaceFunction · 0.70
open_errorFunction · 0.70
unexpected_EOFFunction · 0.70
readerFunction · 0.70
onintrFunction · 0.70
mainFunction · 0.70

Calls 2

fcloseFunction · 0.85
unlinkFunction · 0.50

Tested by

no test coverage detected