Lines Matching refs:sprintf
140 (void) sprintf(get_sum_line(), in interpret_dhcp()
145 (void) sprintf(get_sum_line(), in interpret_dhcp()
149 (void) sprintf(get_sum_line(), in interpret_dhcp()
159 (void) sprintf(get_line((char *)(uintptr_t)dp->htype - in interpret_dhcp()
163 (void) sprintf(get_line((char *)(uintptr_t)dp->hlen - in interpret_dhcp()
166 (void) sprintf(get_line((char *)(uintptr_t)dp->hops - in interpret_dhcp()
169 (void) sprintf(get_line((char *)(uintptr_t)dp->xid - in interpret_dhcp()
172 (void) sprintf(get_line((char *)(uintptr_t)dp->secs - in interpret_dhcp()
175 (void) sprintf(get_line((char *)(uintptr_t)dp->flags - in interpret_dhcp()
178 (void) sprintf(get_line((char *)&dp->ciaddr - dlc_header, 4), in interpret_dhcp()
180 (void) sprintf(get_line((char *)&dp->yiaddr - dlc_header, 4), in interpret_dhcp()
183 (void) sprintf(get_line((char *)&dp->siaddr - dlc_header, 4), in interpret_dhcp()
186 (void) sprintf(get_line((char *)&dp->giaddr - dlc_header, 4), in interpret_dhcp()
190 (void) sprintf(get_line((char *)dp->chaddr - in interpret_dhcp()
204 (void) sprintf(get_line(0, 0), in interpret_dhcp()
219 (void) sprintf(get_line(0, 0), in interpret_dhcp()
223 (void) sprintf(get_line(0, 0), in interpret_dhcp()
230 (void) sprintf(get_line(0, 0), in interpret_dhcp()
241 (void) sprintf(get_line(0, 0), in interpret_dhcp()
300 (void) sprintf(get_line(0, 0), in show_options()
335 (void) sprintf(get_line(0, 0), in show_options()
403 (void) sprintf(get_line(0, 0), in show_options()
419 (void) sprintf(get_line(0, 0), in show_options()
422 (void) sprintf(get_line(0, 0), in show_options()
424 (void) sprintf(get_line(0, 0), in show_options()
437 (void) sprintf(get_line(0, 0), in show_options()
446 (void) sprintf(get_line(0, 0), in show_options()
458 (void) sprintf(get_line(0, 0), in show_options()
467 (void) sprintf(get_line(0, 0), in show_options()
480 (void) sprintf(scratch, in show_options()
490 (void) sprintf(get_line(0, 0), in show_options()
513 (void) sprintf(get_line(0, 0), in show_options()
522 (void) sprintf(get_line(0, 0), in show_options()
531 (void) sprintf(get_line(0, 0), in show_options()
535 (void) sprintf(get_line(0, 0), in show_options()
543 (void) sprintf(get_line(0, 0), in show_options()
565 (void) sprintf(get_line(0, 0), in show_options()
593 (void) sprintf(get_line(0, 0), in show_options()
599 (void) sprintf(get_line(0, 0), "%s = %s", prmpt, in show_options()
639 (void) sprintf(get_line(0, 0), fmt, msg, inet_ntoa(tmp)); in display_ip()
656 (void) sprintf(get_line(0, 0), fmt, msg, buf); in display_ascii()
669 (void) sprintf(get_line(0, 0), fmt, msg, 0xdeadbeef); in display_number()
675 (void) sprintf(get_line(0, 0), fmt, msg, **opt); in display_number()
684 (void) sprintf(get_line(0, 0), fmt, msg, ntohs(s_buf)); in display_number()
693 (void) sprintf(get_line(0, 0), fmt, msg, ntohl(l_buf)); in display_number()
712 (void) sprintf(line, "\t%s <TOO LONG>", msg); in display_ascii_hex()
731 ap += sprintf(ap, "0x%02X ", *(uchar_t *)(tmp)); in display_ascii_hex()
747 (void) sprintf(line, fmt, msg, buffer); in display_ascii_hex()