Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dreadelf.c801 int os_style = -1; in do_core_note() local
818 os_style = OS_STYLE_SVR4; in do_core_note()
822 os_style = OS_STYLE_FREEBSD; in do_core_note()
826 os_style = OS_STYLE_NETBSD; in do_core_note()
829 if (os_style != -1 && (*flags & FLAGS_DID_CORE_STYLE) == 0) { in do_core_note()
830 if (file_printf(ms, ", %s-style", os_style_names[os_style]) in do_core_note()
834 *flags |= os_style; in do_core_note()
837 switch (os_style) { in do_core_note()