Home
last modified time | relevance | path

Searched refs:nice (Results 1 – 25 of 149) sorted by relevance

123456

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
HDt_nice.c84 ATF_REQUIRE_ERRNO(EPERM, nice(i) == -1); in ATF_TC_BODY()
106 nic = nice(i); in ATF_TC_BODY()
165 ATF_REQUIRE(nice(i) != -1); in ATF_TC_BODY()
191 val = nice(i); in ATF_TC_BODY()
/freebsd-13-stable/lib/libwrap/
HDhosts.allow51 #sendmail : .nice.guy.example.com : allow
57 #exim : .nice.guy.example.com : allow
77 #ftpd : .nice.guy.example.com : allow
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
HDsysmacros.h98 #define NICE_TO_PRIO(nice) (MAX_RT_PRIO + (nice) + 20) argument
/freebsd-13-stable/lib/libc/gen/
HDnice.c44 nice(int incr) in nice() function
/freebsd-13-stable/contrib/netbsd-tests/bin/ps/
HDkeywords64 ni nice ALIAS
65 nice NI
/freebsd-13-stable/contrib/googletest/googlemock/test/
HDgmock-nice-strict_test.cc308 NiceMock< ::Mock> nice; in TEST() local
309 EXPECT_CALL(nice, DoThis()); in TEST()
310 nice.DoThis(); in TEST()
/freebsd-13-stable/contrib/tcsh/
HDtc.decls.h204 # undef nice
205 # define nice(a) xnice(a) macro
HDWishList95 over the last line, and the copy paste it. It would be very nice, if
168 A Csh compatability mode would be nice: I know tcsh is supposed to be
233 "complete cd" at the shell prompt nothing is printed. It would be nice
241 It would be nice if "set autolist" would be on by default.
/freebsd-13-stable/sys/fs/cd9660/
HDTODO.hibler7 2. It would be nice to be able to use the vfs_cluster code.
/freebsd-13-stable/contrib/dialog/
HDdialog.lsm6 of questions or display messages in nice looking color
/freebsd-13-stable/usr.sbin/cron/doc/
HDMAIL207 Log files! It would be nice to be able to specify a log for cron
209 The latter can of course be done with > and 2> but it would be nice if
212 Another thing which would be nice is to be able to specify which shell
231 > Another thing which would be nice is to be able to specify which shell
341 Obviously this should be optional, but it would be nice if there were a
433 It would be nice if nonprivileged users can setup personal crontab files
446 The System V cron is nice, but it has a few annoying features. One is that
468 A log file might be a nice idea, but the System V cron log is too verbose.
/freebsd-13-stable/sys/sys/
HDsched.h86 void sched_nice(struct proc *p, int nice);
/freebsd-13-stable/crypto/heimdal/lib/vers/
HDChangeLog56 nice to current automake)
/freebsd-13-stable/share/examples/ppp/
HDppp.linkup.sample33 # nice things such as kick off "sendmail -q", "popclient my.isp" and
/freebsd-13-stable/usr.bin/fortune/
HDREADME13 It is a nice thing to have a neighbor of Avery's grain. He has
/freebsd-13-stable/contrib/file/
HDTODO9 It would be nice to simplify file considerably. For example,
/freebsd-13-stable/contrib/unbound/contrib/
HDunbound-host.nagios.patch86 /** nice string for type */
/freebsd-13-stable/contrib/googletest/docs/
HDgmock_cheat_sheet.md34 To create a "nice" mock, which ignores all uninteresting calls, a "naggy" mock,
49 **Note:** A mock object is currently naggy by default. We may make it nice by
/freebsd-13-stable/contrib/ntp/ntpd/
HDinvoke-ntpd.texi105 * ntpd nice:: nice option (-N)
175 -N no nice Run at high priority
439 @node ntpd nice
440 @subsection nice option (-N)
441 @cindex ntpd-nice
/freebsd-13-stable/usr.bin/ctlstat/
HDctlstat.c88 uint64_t nice; member
238 cpu_stats->nice = cp_time[CP_NICE]; in getcpu()
635 ctx->cur_cpu.nice + ctx->cur_cpu.system + in ctlstat_standard()
/freebsd-13-stable/contrib/apr-util/
HDconfigure.in21 dnl Generate ./config.nice for reproducing runs of configure
23 APR_CONFIG_NICE(config.nice)
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c2420 char nice[32]; in dump_dsl_dir() local
2423 CTASSERT(sizeof (nice) >= NN_NUMBUF_SZ); in dump_dsl_dir()
2440 zdb_nicenum(dd->dd_used_bytes, nice, sizeof (nice)); in dump_dsl_dir()
2441 (void) printf("\t\tused_bytes = %s\n", nice); in dump_dsl_dir()
2442 zdb_nicenum(dd->dd_compressed_bytes, nice, sizeof (nice)); in dump_dsl_dir()
2443 (void) printf("\t\tcompressed_bytes = %s\n", nice); in dump_dsl_dir()
2444 zdb_nicenum(dd->dd_uncompressed_bytes, nice, sizeof (nice)); in dump_dsl_dir()
2445 (void) printf("\t\tuncompressed_bytes = %s\n", nice); in dump_dsl_dir()
2446 zdb_nicenum(dd->dd_quota, nice, sizeof (nice)); in dump_dsl_dir()
2447 (void) printf("\t\tquota = %s\n", nice); in dump_dsl_dir()
[all …]
/freebsd-13-stable/contrib/ntp/sntp/
HDconfigure.ac129 AC_DEFINE([HAVE_NO_NICE], 1, [sntp does not care about 'nice'])
/freebsd-13-stable/contrib/xz/
HDREADME40 that the .xz format is especially nice when the same file will be
222 - The output of --help and --long-help must look nice on
229 even uglier in the generic case even if it looks nice in a few
/freebsd-13-stable/tools/tools/tinybsd/conf/minimal/
HDtinybsd.basefiles118 usr/bin/nice

123456