| /netbsd-src/tests/lib/libc/gen/ |
| H A D | t_nice.c | 84 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 D | nice.c | 49 __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 D | linux-core.c | 529 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 D | keywords | 64 ni nice ALIAS 65 nice NI
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | TODO | 7 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 D | lit.cfg | 13 # TODO(yln): we should have a nice property setter that doesn't allow setting
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | TODO | 7 Support for dynamic loading (a la dld, but bfd-based) would be nice.
|
| /netbsd-src/sys/arch/acorn32/conf/ |
| H A D | std.acorn32 | 17 # Acorn machines and alignment faults do not play nice together.
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | unistd.d | 2440 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 D | tuklib_progname.m4 | 9 # 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 D | forgery.db | 24 nice.good. CNAME worse.example.
|
| H A D | example.db.in | 25 bad CNAME nice.good.
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/pending/ns1/ |
| H A D | root.db.in | 29 nice.good. A 10.10.10.10
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | php_malloc_example.txt | 18 have been flicking through the TV channels with a nice, cold beer in hand.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | php_malloc_example.txt | 18 have been flicking through the TV channels with a nice, cold beer in hand.
|
| /netbsd-src/usr.bin/pmap/ |
| H A D | TODO | 10 much covered by our fstat), pwait, ptree, and ptime) would be nice
|
| /netbsd-src/external/gpl3/gdb.old/dist/sim/arm/ |
| H A D | README | 8 nice, but is a pain to use under anything non-unix.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/arm/ |
| H A D | README | 8 nice, but is a pain to use under anything non-unix.
|
| /netbsd-src/external/bsd/liblzf/dist/ |
| H A D | Changes | 3 buffer (analyzed and nice testcase by Salvatore Sanfilippo). 12 when outputting back references. reported with nice testcase
|
| /netbsd-src/doc/ |
| H A D | TODO.nvmm | 9 * AMD: we don't support VCPU_CONF_TPR, would be nice to.
|
| /netbsd-src/external/bsd/top/dist/machine/ |
| H A D | m_linux.c | 95 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 D | m_linuxthr.c | 92 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 D | MAIL | 209 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 D | zdb.c | 1338 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 D | TODO | 33 Take a look at cgrep (Context grep) seems like nice work.
|