Lines Matching refs:errstr
165 const char *errstr = NULL; in main() local
190 count = strtonum(optarg, 1, INT_MAX, &errstr); in main()
191 if (errstr != NULL) { in main()
194 optarg, errstr); in main()
206 interval = strtonum(optarg, 1, INT_MAX, &errstr); in main()
207 if (errstr != NULL) { in main()
210 optarg, errstr); in main()
345 const char *errstr = NULL; in process_filter() local
407 *portp = strtonum(val, 1, UINT16_MAX, &errstr); in process_filter()
408 if (errstr != NULL) { in process_filter()
411 val, errstr); in process_filter()