Lines Matching refs:str1
1174 char str1[STSTRSIZE], str2[STSTRSIZE], str3[STSTRSIZE], str4[STSTRSIZE]; local
1386 sprintf(str1, "%s - %s - state top", hostnm, IPL_VERSION);
1387 for (j = 0 ; j < (maxx - 8 - strlen(str1)) / 2; j++)
1389 printw("%s", str1);
1395 strftime(str1, 80, "%T", localtime(&t));
1396 printw("%s\n", str1);
1404 sprintf(str1, "%s,%d", getip(ver, &saddr), sport);
1406 sprintf(str1, "%s", getip(ver, &saddr));
1457 str1, str2, str3, str4);
1494 sprintf(str1, "%s,%hu",
1501 sprintf(str1, "%s", getip(tp->st_v,
1508 printw("%-*s %-*s", srclen + 6, str1, dstlen + 6, str2);
1511 sprintf(str1, "%X/%X", tp->st_state[0],
1513 printw(" %3s", str1);
1518 strncpy(str1, proto->p_name, 4);
1519 str1[4] = '\0';
1521 sprintf(str1, "%d", tp->st_p);
1525 strcpy(str1, "icmp");
1526 printw(" %4s", str1);