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

/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c110 int control_pos, test_pos, ret, fname_cmp, return_status; local
128 control_pos = read_manifest_line(control_fd, control_buf,
133 while ((control_pos != -1) && (test_pos != -1)) {
137 control_pos = read_manifest_line(control_fd,
138 control_buf, BUF_SIZE, control_pos, &control_line,
161 control_pos = read_manifest_line(control_fd,
162 control_buf, BUF_SIZE, control_pos, &control_line,
182 control_pos = read_manifest_line(control_fd,
183 control_buf, BUF_SIZE, control_pos, &control_line,
192 while (control_pos !
[all...]

Completed in 57 milliseconds