Searched refs:seen_option (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dif_media.c441 int seen_option = 0; local
488 if (seen_option == 0)
490 printf("%s%s", seen_option++ ? "," : "",
500 if (seen_option == 0)
502 printf("%s%s", seen_option++ ? "," : "",
506 printf("%s\n", seen_option ? ">" : "");
/freebsd-13-stable/sbin/etherswitchcfg/
H A Difmedia.c643 int seen_option = 0, i; local
685 if (seen_option == 0)
687 printf("%s%s", seen_option++ ? "," : "",
692 printf("%s", seen_option ? ">" : "");
703 int seen_option = 0, i; local
738 if (seen_option == 0)
740 printf("%s%s", seen_option++ ? "," : "",

Completed in 109 milliseconds