dot_strm           53 pengine/ptest.c FILE *dot_strm = NULL;
dot_strm           58 pengine/ptest.c #define dot_write(fmt...) if(dot_strm != NULL) {	\
dot_strm           59 pengine/ptest.c 	fprintf(dot_strm, fmt);				\
dot_strm           60 pengine/ptest.c 	fprintf(dot_strm, "\n");			\
dot_strm          375 pengine/ptest.c         dot_strm = fopen(dot_file, "w");
dot_strm          376 pengine/ptest.c         if (dot_strm == NULL) {
dot_strm          381 pengine/ptest.c     if (dot_strm == NULL) {
dot_strm          468 pengine/ptest.c     if (dot_strm != NULL) {
dot_strm          469 pengine/ptest.c         fflush(dot_strm);
dot_strm          470 pengine/ptest.c         fclose(dot_strm);
dot_strm          281 tools/crm_simulate.c     FILE *dot_strm = fopen(dot_file, "w");
dot_strm          283 tools/crm_simulate.c     if (dot_strm == NULL) {
dot_strm          288 tools/crm_simulate.c     fprintf(dot_strm, " digraph \"g\" {\n");
dot_strm          328 tools/crm_simulate.c         fprintf(dot_strm, "\"%s\" [ style=%s color=\"%s\" fontcolor=\"%s\"]\n",
dot_strm          368 tools/crm_simulate.c                 fprintf(dot_strm, "\"%s\" -> \"%s\" [ style = %s]\n",
dot_strm          376 tools/crm_simulate.c     fprintf(dot_strm, "}\n");
dot_strm          377 tools/crm_simulate.c     if (dot_strm != NULL) {
dot_strm          378 tools/crm_simulate.c         fflush(dot_strm);
dot_strm          379 tools/crm_simulate.c         fclose(dot_strm);