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

/freebsd-13-stable/usr.bin/mkimg/
H A Dformat.h44 struct mkimg_format *format_iterate(struct mkimg_format *);
H A Dformat.c41 format_iterate(struct mkimg_format *f) function
70 while ((f = format_iterate(f)) != NULL) {
H A Dmkimg.c89 while ((f = format_iterate(f)) != NULL) {
96 while ((f = format_iterate(f)) != NULL) {

Completed in 59 milliseconds