Lines Matching refs:die
81 static void die(const char *, ...);
399 die("invalid input"); in print_flow_stats_cb()
626 die("invalid interval value '%s'", optarg); in main()
638 die("invalid unit value '%s'," in main()
644 die("link name too long\n"); in main()
647 die("invalid link '%s'", linkname); in main()
652 die("the option -h is not compatible with " in main()
665 die("the option -t and -r are not compatible"); in main()
668 die("the option -u and -p are not compatible"); in main()
671 die("-p requires -o"); in main()
674 die("\"-o all\" is invalid with -p"); in main()
678 die("the option -S is not compatible with " in main()
683 die("the option -A is not compatible with " in main()
690 die("flow name too long"); in main()
704 die("invalid flow %s", flowname); in main()
971 die("-h requires a file"); in do_show_history()
980 die("invalid flow: '%s'", resource); in do_show_history()
1002 die("incompatible -d and -F options"); in do_show_history()
1005 die("Format specifier %s not supported", formatspec_str); in do_show_history()
1049 die(const char *format, ...) in die() function
1072 die("the option -%c cannot be specified more than once", opt); in die_optdup()
1080 die("option '-%c' requires a value\nusage: %s", opt, in die_opterr()
1085 die("unrecognized option '-%c'\nusage: %s", opt, in die_opterr()
1145 die(buf); in flowstat_ofmt_check()