Lines Matching refs:debuglog

14     FILE *debuglog;  member
71 context->debuglog = fp; in SccInitialize()
99 if (ferror (context->debuglog)) in SccUninitialize()
101 if (fclose (context->debuglog) == EOF) in SccUninitialize()
135 fprintf (context->debuglog, "Uh oh. outproc is a null pointer\n"); in SccOpenProject()
137 fflush (context->debuglog); in SccOpenProject()
142 fprintf (context->debuglog, "SccOpenProject (aux_proj=%s)\n", aux_proj); in SccOpenProject()
149 fflush (context->debuglog); in SccOpenProject()
157 fprintf (context->debuglog, "SccCloseProject\n"); in SccCloseProject()
158 fflush (context->debuglog); in SccCloseProject()
176 fprintf (context->debuglog, "SccGet: %d; files:", num_files); in SccGet()
180 fprintf (context->debuglog, "%s ", file_names[i]); in SccGet()
183 fprintf (context->debuglog, "\n"); in SccGet()
185 fprintf (context->debuglog, " Get all\n"); in SccGet()
188 fprintf (context->debuglog, " recurse\n"); in SccGet()
197 fprintf (context->debuglog, "%s ", fname); in SccGet()
200 fprintf (context->debuglog, "\nExiting SccGet\n"); in SccGet()
201 fflush (context->debuglog); in SccGet()
213 fprintf (context->debuglog, "SccCheckout num_files=%ld\n", num_files); in SccCheckout()
214 fflush (context->debuglog); in SccCheckout()
391 fprintf (context->debuglog, "SccGetProjPath called\n"); in SccGetProjPath()
403 fprintf (context->debuglog, "Error in chdir: %s", strerror (errno)); in SccGetProjPath()
411 fflush (context->debuglog); in SccGetProjPath()
433 fprintf (context->debuglog, "Freeing %s\n", *p); in SccAddFromScc()
457 fprintf (context->debuglog, "Success in SccAddFromScc\n"); in SccAddFromScc()
458 fflush (context->debuglog); in SccAddFromScc()