Home
last modified time | relevance | path

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

12345678910>>...15

/netbsd-src/tests/lib/libc/gen/
H A Dt_nice.c84 ATF_REQUIRE_ERRNO(EPERM, nice(i) == -1); in ATF_TC_BODY()
102 nic = nice(i); in ATF_TC_BODY()
151 ATF_REQUIRE(nice(i) != -1); in ATF_TC_BODY()
173 val = nice(i); in ATF_TC_BODY()
/netbsd-src/lib/libc/gen/
H A Dnice.c49 __weak_alias(nice,_nice) in __weak_alias() argument
56 nice(int incr) in __weak_alias()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dlinux-core.c529 uint64_t nice; in read_times() local
576 &nice, in read_times()
584 ts.nice = nice * multiplier; in read_times()
/netbsd-src/tests/bin/ps/
H A Dkeywords64 ni nice ALIAS
65 nice NI
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DTODO7 Support for dynamic loading (a la dld, but bfd-based) would be nice.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/parallelism-groups/
H A Dlit.cfg13 # TODO(yln): we should have a nice property setter that doesn't allow setting
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DTODO7 Support for dynamic loading (a la dld, but bfd-based) would be nice.
/netbsd-src/sys/arch/acorn32/conf/
H A Dstd.acorn3217 # Acorn machines and alignment faults do not play nice together.
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dunistd.d2440 int nice(int) @trusted;
2493 int nice(int) @trusted;
2518 int nice(int) @trusted;
2543 int nice(int) @trusted;
2568 int nice(int) @trusted;
2593 int nice(int) @trusted;
2611 int nice(int) @trusted;
2633 int nice(int);
2693 int nice(int) @trusted;
/netbsd-src/external/public-domain/xz/dist/m4/
H A Dtuklib_progname.m49 # modify it so that it looks nice (no full path or .exe suffix).
/netbsd-src/external/mpl/bind/dist/bin/tests/system/pending/ns2/
H A Dforgery.db24 nice.good. CNAME worse.example.
H A Dexample.db.in25 bad CNAME nice.good.
/netbsd-src/external/mpl/bind/dist/bin/tests/system/pending/ns1/
H A Droot.db.in29 nice.good. A 10.10.10.10
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dphp_malloc_example.txt18 have been flicking through the TV channels with a nice, cold beer in hand.
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dphp_malloc_example.txt18 have been flicking through the TV channels with a nice, cold beer in hand.
/netbsd-src/usr.bin/pmap/
H A DTODO10 much covered by our fstat), pwait, ptree, and ptime) would be nice
/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/
H A DREADME8 nice, but is a pain to use under anything non-unix.
/netbsd-src/external/gpl3/gdb/dist/sim/arm/
H A DREADME8 nice, but is a pain to use under anything non-unix.
/netbsd-src/external/bsd/liblzf/dist/
H A DChanges3 buffer (analyzed and nice testcase by Salvatore Sanfilippo).
12 when outputting back references. reported with nice testcase
/netbsd-src/doc/
H A DTODO.nvmm9 * AMD: we don't support VCPU_CONF_TPR, would be nice to.
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_linux.c95 int pri, nice, threads; member
804 proc->nice = strtol(p, &p, 10); /* nice */ in read_one_proc_stat()
1121 p->nice, in format_next_process()
1138 p->nice, in format_next_process()
H A Dm_linuxthr.c92 int pri, nice; member
630 proc->nice = strtol(p, &p, 10); /* nice */ in read_one_proc_stat()
897 p->nice, in format_next_process()
/netbsd-src/external/bsd/cron/dist/
H A DMAIL209 Log files! It would be nice to be able to specify a log for cron
211 The latter can of course be done with > and 2> but it would be nice if
214 Another thing which would be nice is to be able to specify which shell
233 > Another thing which would be nice is to be able to specify which shell
343 Obviously this should be optional, but it would be nice if there were a
435 It would be nice if nonprivileged users can setup personal crontab files
448 The System V cron is nice, but it has a few annoying features. One is that
470 A log file might be a nice idea, but the System V cron log is too verbose.
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c1338 char nice[32]; in dump_dsl_dir() local
1355 zdb_nicenum(dd->dd_used_bytes, nice); in dump_dsl_dir()
1356 (void) printf("\t\tused_bytes = %s\n", nice); in dump_dsl_dir()
1357 zdb_nicenum(dd->dd_compressed_bytes, nice); in dump_dsl_dir()
1358 (void) printf("\t\tcompressed_bytes = %s\n", nice); in dump_dsl_dir()
1359 zdb_nicenum(dd->dd_uncompressed_bytes, nice); in dump_dsl_dir()
1360 (void) printf("\t\tuncompressed_bytes = %s\n", nice); in dump_dsl_dir()
1361 zdb_nicenum(dd->dd_quota, nice); in dump_dsl_dir()
1362 (void) printf("\t\tquota = %s\n", nice); in dump_dsl_dir()
1363 zdb_nicenum(dd->dd_reserved, nice); in dump_dsl_dir()
[all …]
/netbsd-src/external/gpl2/grep/dist/
H A DTODO33 Take a look at cgrep (Context grep) seems like nice work.

12345678910>>...15