Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/cli/bomtool/
H A Dmain.c34 FILE *error_msgout = NULL; variable
41 fprintf(error_msgout, "%s", msg); in error_handler()
264 error_msgout = stderr; in main()
/freebsd/contrib/pkgconf/cli/
H A Dmain.c89 FILE *error_msgout = NULL; variable
97 fprintf(error_msgout, "%s", msg); in error_handler()
1195 error_msgout = stderr; in main()
1352 error_msgout = stderr; in main()
1354 error_msgout = stdout; in main()
1356 error_msgout = fopen(PATH_DEV_NULL, "w"); in main()
1820 fclose(error_msgout); in main()