Home
last modified time | relevance | path

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

/freebsd-14.2/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.c591 if (format_selected() != NULL) in main()
694 if (format_selected() == NULL) in main()
704 format_name = format_selected()->name; in main()