Lines Matching refs:buf
21 char buf[64]; in old_style_number_base() local
24 snprintb(buf, sizeof(buf), "", 0); in old_style_number_base()
26 snprintb(buf, sizeof(buf), "\002", 0); in old_style_number_base()
27 snprintb(buf, sizeof(buf), "\010", 0); in old_style_number_base()
28 snprintb(buf, sizeof(buf), "\n", 0); in old_style_number_base()
29 snprintb(buf, sizeof(buf), "\020", 0); in old_style_number_base()
31 snprintb(buf, sizeof(buf), "" "\014" "", 0); in old_style_number_base()
32 snprintb(buf, sizeof(buf), "" "\020" "", 0); in old_style_number_base()
38 char buf[64]; in new_style_number_base() local
41 snprintb(buf, sizeof(buf), "\177", 0); in new_style_number_base()
43 snprintb(buf, sizeof(buf), "\177\0", 0); in new_style_number_base()
45 snprintb(buf, sizeof(buf), "\177\002", 0); in new_style_number_base()
46 snprintb(buf, sizeof(buf), "\177\010", 0); in new_style_number_base()
47 snprintb(buf, sizeof(buf), "\177\n", 0); in new_style_number_base()
48 snprintb(buf, sizeof(buf), "\177\020", 0); in new_style_number_base()
50 snprintb(buf, sizeof(buf), "" "\177\014" "", 0); in new_style_number_base()
51 snprintb(buf, sizeof(buf), "" "\177\020" "", 0); in new_style_number_base()