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

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsend_file.c53 long FileLength = 0L; local
61 FileLength = ftell(FilePtr);
141 if (FileLength) {
145 (FilePos * 100) / FileLength);
151 if ((FileLength) && ((LinesWritten % 4000) != 0)) {
155 (FilePos * 100) / FileLength);

Completed in 65 milliseconds