Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/sparc/
Dlinux-unwind.h145 int old_style, i; in sparc_fallback_frame_state() local
151 old_style = 1; in sparc_fallback_frame_state()
153 old_style = 0; in sparc_fallback_frame_state()
157 if (old_style) in sparc_fallback_frame_state()
/netbsd/src/tests/usr.bin/xlint/lint1/
Dmsg_299.c8 old_style(x) in old_style() function
15 void old_style(char ch);
Dmsg_300.c9 old_style(x) in old_style() function
16 void old_style(char ch);
Dmsg_001.c9 old_style = 1;
Dmsg_022.c33 old_style(arg);
Dmsg_367.c21 old_style(unsigned u32) in old_style() function
Ddecl_arg.c33 old_style(an_int, a_const_int, a_number, a_function, a_struct)
/netbsd/src/common/lib/libutil/
Dsnprintb.c131 old_style(state *s) in old_style() function
307 if ((old ? old_style(&s) : new_style(&s)) < 0) { in snprintb_m()