Home
last modified time | relevance | path

Searched refs:sm_outfd (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch.h235 extern FILE *sm_outfd;
257 fprintf(sm_outfd, msg); \
329 vfprintf(sm_outfd, fmt, args); in sm_fatal()
332 fprintf(sm_outfd, "\n"); in sm_fatal()
343 fprintf(sm_outfd, "internal error: "); in sm_ierror()
346 vfprintf(sm_outfd, fmt, args); in sm_ierror()
349 fprintf(sm_outfd, "\n"); in sm_ierror()
976 FILE *tmp_fd = sm_outfd; \
977 sm_outfd = sql_outfd; \
983 sm_outfd = tmp_fd; \
H A Dcheck_trinity_generator.c62 if (!sm_outfd) { in match_return()
H A Dsmatch.c49 FILE *sm_outfd; variable
324 sm_outfd = stdout; in main()
H A Dsmatch_db.c241 FILE *tmp_fd = sm_outfd; in sql_insert_caller_info()
269 sm_outfd = caller_info_fd; in sql_insert_caller_info()
274 sm_outfd = tmp_fd; in sql_insert_caller_info()
H A Dsmatch_flow.c1893 sm_outfd = fopen(buf, "w"); in open_output_files()
1894 if (!sm_outfd) in open_output_files()