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

/freebsd-11-stable/contrib/diff/src/
H A Ddir.c49 static bool dir_loop (struct comparison const *, int);
209 if ((cmp->file[0].desc == -1 || dir_loop (cmp, 0))
210 && (cmp->file[1].desc == -1 || dir_loop (cmp, 1)))
282 dir_loop (struct comparison const *cmp, int i)
281 dir_loop (struct comparison const *cmp, int i) function

Completed in 38 milliseconds