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

/freebsd-10-stable/usr.bin/fmt/
H A Dfmt.c201 get_positive(const char *s, const char *err_mess, int fussyP) { function
301 tab_width = get_positive(optarg, "tab width must be positive", 1);
304 goal_length = get_positive(optarg, "width must be positive", 1);
314 goal_length = get_positive(++p, "width must be nonzero", 1);
316 goal_length = get_positive(argv[optind]+1,
342 && (goal_length=get_positive(*argv,"goal length must be positive", 0))
346 && (max_length=get_positive(*argv,"max length must be positive", 0))

Completed in 116 milliseconds