Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/cli/spdxtool/
H A Dmain.c35 static FILE *error_msgout = NULL; variable
51 if (!pkgconf_output_file_fmt(error_msgout, "%s", msg)) in error_handler()
121 error_msgout = stderr; in main()
/freebsd/contrib/pkgconf/cli/
H A Dmain.c38 if (state->error_msgout == NULL) in error_handler()
41 pkgconf_output_file_fmt(state->error_msgout, "%s", msg); in error_handler()
349 state.error_msgout = stderr; in main()
H A Dcore.h93 FILE *error_msgout; member
H A Dcore.c1093 state->error_msgout = stderr; in pkgconf_cli_run()
1095 state->error_msgout = stdout; in pkgconf_cli_run()
1097 state->error_msgout = fopen(PATH_DEV_NULL, "w"); in pkgconf_cli_run()
1463 fclose(state->error_msgout); in pkgconf_cli_state_reset()
/freebsd/contrib/pkgconf/cli/bomtool/
H A Dmain.c42 static FILE *error_msgout = NULL; variable
74 OUTPUT_OR_RET_FALSE(client, error_msgout, "%s", msg); in error_handler()
396 error_msgout = stderr; in main()