rtquery.c | 617 char net_buf[80]; local in function:rip_input 668 (void)strcpy(net_buf, inet_ntoa(in)); 673 spos = strlen(net_buf); 675 (void)snprintf(net_buf + spos, 676 sizeof(net_buf) - spos, 685 (void)snprintf(net_buf + spos, 686 sizeof(net_buf) - spos, 689 (void)snprintf(net_buf + spos, 690 sizeof(net_buf) - spos, 777 (void)snprintf(net_buf, sizeof(net_buf) [all...] |