Lines Matching refs:errs
102 int errs = 0; in main() local
185 errs += donice(which, who, incr, prio_type, in main()
195 errs += donice(which, who, incr, prio_type, in main()
201 errs++; in main()
207 errs += donice(which, who, incr, prio_type, in main()
213 errs++; in main()
218 errs += donice(which, who, incr, prio_type, in main()
224 errs++; in main()
232 errs++; in main()
235 errs += donice(which, who, incr, prio_type, *argv); in main()
243 errs++; in main()
247 return (errs != 0); in main()
256 int errs = 0; in parse_obsolete_options() local
299 errs++; in parse_obsolete_options()
308 errs++; in parse_obsolete_options()
312 errs += donice(which, who, prio, RENICE_PRIO_ABSOLUTE, *argv); in parse_obsolete_options()
314 return (errs != 0); in parse_obsolete_options()