Home
last modified time | relevance | path

Searched refs:formatspec_str (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c899 valid_formatspec(char *formatspec_str) in valid_formatspec() argument
901 return (strcmp(formatspec_str, "gnuplot") == 0); in valid_formatspec()
919 char *formatspec_str = NULL; in do_show_history() local
957 formatspec_str = optarg; in do_show_history()
998 if (F_arg && !valid_formatspec(formatspec_str)) in do_show_history()
999 die("Format specifier %s not supported", formatspec_str); in do_show_history()
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c690 valid_formatspec(char *formatspec_str) in valid_formatspec() argument
692 return (strcmp(formatspec_str, "gnuplot") == 0); in valid_formatspec()
710 char *formatspec_str = NULL; in do_show_history() local
746 formatspec_str = optarg; in do_show_history()
772 if (F_arg && !valid_formatspec(formatspec_str)) in do_show_history()
773 die("Format specifier %s not supported", formatspec_str); in do_show_history()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c1786 valid_formatspec(char *formatspec_str) in valid_formatspec() argument
1788 if (strcmp(formatspec_str, "gnuplot") == 0) in valid_formatspec()
1809 char *formatspec_str = NULL; in do_show_usage() local
1846 formatspec_str = optarg; in do_show_usage()
1872 if (F_arg && valid_formatspec(formatspec_str) == B_FALSE) in do_show_usage()
1873 die("Format specifier %s not supported", formatspec_str); in do_show_usage()