Lines Matching refs:errs
104 int errs = 0; in main() local
187 errs += donice(which, who, incr, prio_type, in main()
197 errs += donice(which, who, incr, prio_type, in main()
203 errs++; in main()
209 errs += donice(which, who, incr, prio_type, in main()
215 errs++; in main()
220 errs += donice(which, who, incr, prio_type, in main()
226 errs++; in main()
234 errs++; in main()
237 errs += donice(which, who, incr, prio_type, *argv); in main()
245 errs++; in main()
249 return (errs != 0); in main()
258 int errs = 0; in parse_obsolete_options() local
301 errs++; in parse_obsolete_options()
310 errs++; in parse_obsolete_options()
314 errs += donice(which, who, prio, RENICE_PRIO_ABSOLUTE, *argv); in parse_obsolete_options()
316 return (errs != 0); in parse_obsolete_options()