Searched refs:FILE3 (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | grades.c | 45 #define FILE3 5 macro 284 if ((ret = stat(carray[FILE3], &s)) != 0) { 303 carray[FILE1] : carray[FILE3], errno, 476 if (stat(carray[FILE3], &s) != -1) 477 wfcommit(carray[FILE3], carray[FILE3], scfile.sys); 685 DEBUG(4, "Removing data file (%s)\n", carray[FILE3]); 687 if ((stat(carray[FILE3], &s) != -1) && (unlink(carray[FILE3]) != 0)) { 690 toCorrupt(carray[FILE3]); 691 errent(Ct_UNLINK, carray[FILE3], errno, __FILE__,
|