Lines Matching refs:temp
35 extern FILE *temp;
47 temp = stderr; in test_func1()
65 fprintf(temp, "INFO: Call to fn() at %s\n", path_name); in test_func1()
69 fprintf(temp, "ERROR: Too many paths traversed\n"); in test_func1()
80 temp = stderr; in test_func3()
82 fprintf(temp, "INFO: Call to fn() at %s\n", path_name); in test_func3()
86 fprintf(temp, "ERROR: Too many paths traversed\n"); in test_func3()
92 fprintf(temp, in test_func3()
128 fprintf(temp, "ERROR: For file %s cwd is %s\n", path_name, in test_func5()
159 fprintf(temp, "ERROR: Should not have traversed %s\n", in test_func7()
194 fprintf(temp, in test_func8()
201 fprintf(temp, in test_func8()
208 fprintf(temp, in test_func8()
215 fprintf(temp, in test_func8()
222 fprintf(temp, in test_func8()
229 fprintf(temp, in test_func8()
236 fprintf(temp, in test_func8()
267 fprintf(temp, in test_func9()
270 fprintf(temp, " Expected %s\n", in test_func9()
272 fprintf(temp, " Received %s\n", in test_func9()
301 fprintf(temp, in test_func10()
304 fprintf(temp, " Expected %s\n", in test_func10()
306 fprintf(temp, " Received %s\n", in test_func10()
335 fprintf(temp, in test_func11()
338 fprintf(temp, " Expected %s\n", in test_func11()
340 fprintf(temp, " Received %s\n", in test_func11()
369 fprintf(temp, in test_func12()
402 fprintf(temp, in test_func13()
405 fprintf(temp, " Expected %s\n", in test_func13()
407 fprintf(temp, " Received %s\n", in test_func13()
437 fprintf(temp, in test_func14()
440 fprintf(temp, " Expected %s\n", in test_func14()
442 fprintf(temp, " Received %s\n", in test_func14()
459 fprintf(temp, in test_func15()
480 fprintf(temp, "ERROR: Incorrect value of level for %s\n", in test_func16()
482 fprintf(temp, " Expected %d, received %d\n", in test_func16()
487 fprintf(temp, "ERROR: Incorrect value of base for %s\n", in test_func16()
489 fprintf(temp, " Expected %d, received %d\n", in test_func16()
531 fprintf(temp, in test_func19()
533 fprintf(temp, in test_func19()
535 fprintf(temp, " Been processed\n"); in test_func19()
539 fprintf(temp, in test_func19()
571 fprintf(temp, in test_func21()
574 fprintf(temp, " Next fd available is %d\n", fd); in test_func21()
604 fprintf(temp, in test_func22()
607 fprintf(temp, " Traversing level %d the next fd is %d\n", in test_func22()
622 fprintf(temp, in test_func23()