Searched refs:formatspec_str (Results 1 – 3 of 3) sorted by relevance
905 valid_formatspec(char *formatspec_str) in valid_formatspec() argument907 return (strcmp(formatspec_str, "gnuplot") == 0); in valid_formatspec()925 char *formatspec_str = NULL; in do_show_history() local963 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()
684 valid_formatspec(char *formatspec_str) in valid_formatspec() argument686 return (strcmp(formatspec_str, "gnuplot") == 0); in valid_formatspec()704 char *formatspec_str = NULL; in do_show_history() local740 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()
1653 valid_formatspec(char *formatspec_str) in valid_formatspec() argument1655 if (strcmp(formatspec_str, "gnuplot") == 0) in valid_formatspec()1676 char *formatspec_str = NULL; in do_show_usage() local1713 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()