Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/flowstat/
H A Dflowstat.c905 valid_formatspec(char *formatspec_str) in valid_formatspec() argument
907 return (strcmp(formatspec_str, "gnuplot") == 0); in valid_formatspec()
925 char *formatspec_str = NULL; in do_show_history() local
963 formatspec_str = optarg; in do_show_history()
1004 if (F_arg && !valid_formatspec(formatspec_str)) in do_show_history()
1005 die("Format specifier %s not supported", formatspec_str); in do_show_history()
/titanic_44/usr/src/cmd/dlstat/
H A Ddlstat.c684 valid_formatspec(char *formatspec_str) in valid_formatspec() argument
686 return (strcmp(formatspec_str, "gnuplot") == 0); in valid_formatspec()
704 char *formatspec_str = NULL; in do_show_history() local
740 formatspec_str = optarg; in do_show_history()
766 if (F_arg && !valid_formatspec(formatspec_str)) in do_show_history()
767 die("Format specifier %s not supported", formatspec_str); in do_show_history()
/titanic_44/usr/src/cmd/dladm/
H A Ddladm.c1653 valid_formatspec(char *formatspec_str) in valid_formatspec() argument
1655 if (strcmp(formatspec_str, "gnuplot") == 0) in valid_formatspec()
1676 char *formatspec_str = NULL; in do_show_usage() local
1713 formatspec_str = optarg; in do_show_usage()
1739 if (F_arg && valid_formatspec(formatspec_str) == B_FALSE) in do_show_usage()
1740 die("Format specifier %s not supported", formatspec_str); in do_show_usage()