Searched refs:get_positive (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.bin/fmt/
H A Dfmt.c201 get_positive(const char *s, const char *err_mess, int fussyP) function
319 tab_width = get_positive(optarg, "tab width must be positive", 1);
322 goal_length = get_positive(optarg, "width must be positive", 1);
336 goal_length = get_positive(++p, "width must be nonzero", 1);
338 goal_length = get_positive(argv[optind] + 1,
366 && (goal_length = get_positive(*argv, "goal length must be positive", 0))
371 && (max_length = get_positive(*argv, "max length must be positive", 0))

Completed in 63 milliseconds