Searched refs:Lfile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c128 FILE *Lfile; /* file for supplementary list */ variable
205 if ((Lfile = fopen(Lname, "w+")) == NULL) {
542 (void) fprintf(Lfile, "%-5u\t",
544 (void) fprintf(Lfile, "%-5u\t",
546 pname(Lfile, ino, 0);
547 (void) fprintf(Lfile, "/%s\n", dp->d_name);
779 if ((length = fseek(Lfile, 0L, 2)) < 0) {
783 if ((length = ftell(Lfile)) > 0) {
786 rewind(Lfile);
788 (void) putc(getc(Lfile), stdou
[all...]

Completed in 58 milliseconds