Searched refs:error_msgout (Results 1 – 5 of 5) sorted by relevance
35 static FILE *error_msgout = NULL; variable51 if (!pkgconf_output_file_fmt(error_msgout, "%s", msg)) in error_handler()121 error_msgout = stderr; in main()
38 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()
93 FILE *error_msgout; member
1093 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()
42 static FILE *error_msgout = NULL; variable74 OUTPUT_OR_RET_FALSE(client, error_msgout, "%s", msg); in error_handler()396 error_msgout = stderr; in main()