Lines Matching refs:temp

36 extern FILE *temp;
49 temp = stderr;
51 fprintf(temp, "TEST: nftw64() succeeds\n");
66 fprintf(temp, "TEST: Whole tree traversed\n");
70 fprintf(temp, "ERROR: Count of objects visited incorrect\n");
71 fprintf(temp, " Expected %d, Received %d\n", ngoods,
90 fprintf(temp, "ERROR: Unexpected visit to %s\n",
109 temp = stderr;
111 fprintf(temp,
129 fprintf(temp,
154 temp = stderr;
156 fprintf(temp, "TEST: nftw64 without FTW_PHYS follows symbolic links\n");
172 fprintf(temp,
193 temp = stderr;
195 fprintf(temp, "TEST: Verify traversal with FTW_DEPTH set\n");
205 fprintf(temp, "ERROR: %s never visited\n", path);
211 fprintf(temp, "ERROR: Visited directory before contents\n");
230 temp = stderr;
232 fprintf(temp, "TEST: Verify traversal without FTW_DEPTH set\n");
242 fprintf(temp, "ERROR: %s never visited\n", path);
248 fprintf(temp, "ERROR: Visited contents before directory\n");
274 temp = stderr;
276 fprintf(temp,
304 temp = stderr;
306 fprintf(temp,
334 temp = stderr;
336 fprintf(temp,
364 temp = stderr;
366 fprintf(temp,
395 temp = stderr;
397 fprintf(temp,
430 temp = stderr;
432 fprintf(temp,
461 temp = stderr;
463 fprintf(temp,
501 temp = stderr;
503 fprintf(temp, "TEST: nftw64 with FTW_PHYS passes FTW_SLN when file");
504 fprintf(temp, " is symlink pointing \n to non-existent file\n");
532 temp = stderr;
534 fprintf(temp,
562 temp = stderr;
564 fprintf(temp,
603 temp = stderr;
605 fprintf(temp, "TEST: nftw64 with absolute pathname %s\n", path);
621 fprintf(temp, "TEST: nftw64 with relative pathname %s\n", path);
650 temp = stderr;
652 fprintf(temp, "TEST: nftw64 with FTW_PHYS passes FTW_SL for symlink\n");
662 fprintf(temp, "ERROR: nftw64() failed to find symbolic link\n");
670 fprintf(temp,
680 fprintf(temp, "ERROR: nftw64() found symbolic link\n");
702 temp = stderr;
704 fprintf(temp, "TEST: nftw64 with FTW_PHYS does not pass FTW_SLN\n");
714 fprintf(temp, "ERROR: nftw64() passed FTW_SLN\n");
722 fprintf(temp, "TEST: nftw64 without FTW_PHYS passes FTW_SLN\n");
736 fprintf(temp, "ERROR: nftw64 passed FTW_SLN but did");
737 fprintf(temp, "not return value returned by fn()\n");
742 fprintf(temp, "ERROR: nftw64() did not pass FTW_SLN\n");
760 temp = stderr;
762 fprintf(temp,
780 fprintf(temp, "TEST: fn only be called once\n");
784 fprintf(temp, "ERROR: %s",
786 fprintf(temp, " Visited %d files\n", visit);
804 temp = stderr;
806 fprintf(temp, "TEST: File descriptors used in traversal are closed\n");
834 fprintf(temp, "ERROR: %s,fd == %d ofd = %d",
860 temp = stderr;
862 fprintf(temp,
936 temp = stderr;
938 fprintf(temp,
970 temp = stderr;
972 fprintf(temp,
984 fprintf(temp,
990 fprintf(temp,
1030 temp = stderr;
1032 fprintf(temp, "TEST: [ENOENT] && -1 returned by nftw64\n");
1047 temp = stderr;
1049 fprintf(temp, "TEST: The function nftw64 should return with a -1\n");
1064 temp = stderr;
1066 fprintf(temp, "TEST: [ENOTDIR] && -1 returned by nftw64\n");
1088 temp = stderr;
1090 fprintf(temp, "TEST: [EACCES] && -1 returned by nftw64\n");
1111 temp = stderr;
1113 fprintf(temp, "TEST: [EACCES] && -1 returned by nftw64\n");