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

/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-demangle.c243 char *fstyle; local
247 fstyle = p;
251 style = cplus_demangle_name_to_style (fstyle);
255 lineno, fstyle);
/macosx-10.10/syslog-267/aslcommon/
H A Dasl_common.c2270 int pstyle, fstyle; local
2299 fstyle = STAMP_STYLE_NULL;
2300 if (flags & MODULE_FLAG_STYLE_SEC) fstyle = STAMP_STYLE_SEC;
2301 else if (flags & MODULE_FLAG_STYLE_SEQ) fstyle = STAMP_STYLE_SEQ;
2302 else if ((flags & MODULE_FLAG_STYLE_UTC) || (flags & MODULE_FLAG_STYLE_LCL)) fstyle = STAMP_STYLE_UTC_OR_LCL;
2303 else if ((flags & MODULE_FLAG_STYLE_UTC_B) || (flags & MODULE_FLAG_STYLE_LCL_B)) fstyle = STAMP_STYLE_UTC_OR_LCL;
2315 if (pstyle == fstyle) check = true;

Completed in 136 milliseconds