Lines Matching refs:comma
1512 char *comma, *e, *n, *p; in tentry_fill_value() local
1553 if ((comma = strchr(n, ',')) != NULL) in tentry_fill_value()
1554 *comma = '\0'; in tentry_fill_value()
1644 if (comma != NULL) in tentry_fill_value()
1645 *comma++ = ','; in tentry_fill_value()
1647 if ((n = comma) != NULL) in tentry_fill_value()
1873 const char *comma; in table_show_entry() local
1897 comma = ""; in table_show_entry()
1906 printf("%s%s", comma, tbuf); in table_show_entry()
1907 comma = ","; in table_show_entry()
1911 printf("%s%d", comma, tfe->proto); in table_show_entry()
1912 comma = ","; in table_show_entry()
1916 printf("%s%d", comma, ntohs(tfe->sport)); in table_show_entry()
1917 comma = ","; in table_show_entry()
1926 printf("%s%s", comma, tbuf); in table_show_entry()
1927 comma = ","; in table_show_entry()
1931 printf("%s%d", comma, ntohs(tfe->dport)); in table_show_entry()
1932 comma = ","; in table_show_entry()