Home
last modified time | relevance | path

Searched refs:format_selected (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/mkimg/
H A Dformat.h45 struct mkimg_format *format_selected(void);
H A Dformat.c78 format_selected(void) in format_selected() function
H A Dmkimg.c590 if (format_selected() != NULL) in main()
693 if (format_selected() == NULL) in main()
703 format_name = format_selected()->name; in main()