Searched refs:fmt_str (Results 1 – 3 of 3) sorted by relevance
136 static void fmt_str(/*char *dst,*/ const char *src) in fmt_str() function169 fmt_str("<"); in fmt_html()171 fmt_str(">"); in fmt_html()173 fmt_str("&"); in fmt_html()194 fmt_str(/*dst,*/ p); in fmt_ull()273 fmt_str( in main()279 fmt_str( in main()286 fmt_str( in main()307 fmt_str("<tr><td class=nm><a href='"); in main()311 fmt_str("'>"); in main()[all …]
23 static const char fmt_str[] ALIGN1 = in parse_datestr() local45 fmt = fmt_str; in parse_datestr()
895 const char *fmt_str = "%s\0%s: no size information for this device"; in display_window_size() local899 if ((errno != EINVAL) || ((fmt_str += 2), !fancy)) { in display_window_size()900 perror_on_device(fmt_str); in display_window_size()1003 const char *fmt_str = "%lu %lu\n\0ispeed %lu baud; ospeed %lu baud;"; in display_speed() local1011 fmt_str = "%lu\n\0\0\0\0\0speed %lu baud;"; in display_speed()1013 if (fancy) fmt_str += 9; in display_speed()1014 wrapf(fmt_str, tty_baud_to_value(ispeed), tty_baud_to_value(ospeed)); in display_speed()