usr.bin/fmt/fmt.c
296
tab_width = get_positive(optarg, "tab width must be positive", 1);
usr.bin/fmt/fmt.c
299
goal_length = get_positive(optarg, "width must be positive", 1);
usr.bin/fmt/fmt.c
309
goal_length = get_positive(++p, "width must be nonzero", 1);
usr.bin/fmt/fmt.c
311
goal_length = get_positive(argv[optind]+1,
usr.bin/fmt/fmt.c
337
&& (goal_length=get_positive(*argv,"goal length must be positive", 0))
usr.bin/fmt/fmt.c
341
&& (max_length=get_positive(*argv,"max length must be positive", 0))