Searched refs:s_out_file (Results 1 – 2 of 2) sorted by relevance
231 fprintf(dbug_state_object_p->s_out_file, ">%s %ld\n", in dbug_object_create()234 fprintf(dbug_state_object_p->s_out_file, ">%s\n", in dbug_object_create()236 fflush(dbug_state_object_p->s_out_file); in dbug_object_create()245 fprintf(dbug_state_object_p->s_out_file, "thread created\n"); in dbug_object_create()246 fflush(dbug_state_object_p->s_out_file); in dbug_object_create()298 fprintf(dbug_state_object_p->s_out_file, in dbug_object_destroy()302 fflush(dbug_state_object_p->s_out_file); in dbug_object_destroy()311 fprintf(dbug_state_object_p->s_out_file, "<%s\n", in dbug_object_destroy()313 fflush(dbug_state_object_p->s_out_file); in dbug_object_destroy()422 return (fileno(sd_push->s_out_file)); in db_getfd()[all …]
95 FILE *s_out_file; /* Current output stream */ member