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

/haiku-fatelf/src/bin/
H A Drescan.c24 int scan_index = 0; local
34 scan_index++; // not argv[0]
36 for (; scan_index < scan_count; scan_index++) {
37 printf("scanning %s...\n", scan_names[scan_index]);
39 write(fd_dev, scan[scan_index], strlen(scan[scan_index]));

Completed in 35 milliseconds