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

/freebsd-11-stable/contrib/file/src/
H A Dreadelf.c734 int os_style = -1; local
751 os_style = OS_STYLE_SVR4;
755 os_style = OS_STYLE_FREEBSD;
760 os_style = OS_STYLE_NETBSD;
763 if (os_style != -1 && (*flags & FLAGS_DID_CORE_STYLE) == 0) {
764 if (file_printf(ms, ", %s-style", os_style_names[os_style])
768 *flags |= os_style;
771 switch (os_style) {

Completed in 104 milliseconds