Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dreadelf.c367 int os_style = -1; in donote() local
634 os_style = OS_STYLE_SVR4; in donote()
638 os_style = OS_STYLE_FREEBSD; in donote()
643 os_style = OS_STYLE_NETBSD; in donote()
650 if (os_style != -1 && (*flags & FLAGS_DID_CORE_STYLE) == 0) { in donote()
651 if (file_printf(ms, ", %s-style", os_style_names[os_style]) in donote()
657 switch (os_style) { in donote()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch2636 int os_style = -1;

Completed in 12 milliseconds