Searched refs:nice (Results 1 - 25 of 27) sorted by relevance

12

/osnet-11/usr/src/lib/libc/common/sys/
H A Dnice.s30 .file "nice.s"
32 /* C library -- nice */
33 /* int nice (int incr); */
37 ANSI_PRAGMA_WEAK(nice,function)
41 SYSCALL_RVAL1(nice)
43 SET_SIZE(nice)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm30 sub nice ($) { } subroutine
61 nice "[".$op->name." $tix]";
73 nice '['.$specialsv_name[$$spec].']';
83 nice '['.class($sv).']';
97 nice "[GV]";
122 nice "-GV-",
135 nice "[GV]";
154 nice "[STASH]";
163 nice "[HV]";
171 nice "
[all...]
H A DDeparse.pm4343 print 'hi' if $nice;
4344 if ($nice) {
4347 if ($nice) {
4355 $nice and print 'hi';
4356 $nice and do { print 'hi' };
4357 $nice ? do { print 'hi' } : do { print 'bye' };
/osnet-11/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h1102 m_textstr(4869, "pri,nice,addr,vsz=SZ", "I"),\
1590 #undef M_INCR_NICE /* default nice incr, if this macro is not
1592 * (see the source for nice for more details.)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnglish.pm10 English - use nice English (or awk) names for ugly punctuation variables
H A DDB.pm619 debuggers etc. [Sounds nice, but this needs some serious support -- GSAR]
H A Doverload.pm1091 Note that while we obtained this value using a nice little script,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Win95.pm25 to get MakeMaker playing nice with command.com and other Win9Xisms.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/MIME/
H A DHeader.pm214 It would be nice to support encoding to non-UTF8, such as =?ISO-2022-JP?
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm149 imported, resulting in a nice drop-in replacement for the C<time>
176 imported, resulting in a nice drop-in replacement for the C<sleep>
184 behaviour. This function can be imported, resulting in a nice drop-in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs252 #define nice(a) not_here("nice")
1443 nice(incr)
1447 if ((incr = nice(incr)) != -1 || errno == 0) {
H A DPOSIX.pm929 nice
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm98 expressed would be nice to have in the perl core, but the usage would
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm150 expressed would be nice to have in the perl core, but the usage would
/osnet-11/usr/src/lib/libwrap/
H A Doptions.c92 static void nice_option(); /* execute "nice" option */
129 "nice", nice_option, OPT_ARG,
359 /* nice_option - set nice value */
371 tcpd_jump("bad nice value: \"%s\"", value);
372 if (dry_run == 0 && nice(niceval) < 0)
373 tcpd_warn("nice(%d): %m", niceval);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm753 # numbers. rofficate bullets too while we're at it (so for nice output, use *
1360 be nice to support as an option for those who want to use it.
1364 characters. It would ideally be nice if all of those definitions were only
H A DFunctions.pm223 getpriority Process get current nice value
318 setpriority Process set a process's nice value
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm383 It would be nice if one could leave off the commas around the constants
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL252 you to print out a nice structured pretty print of some
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm274 See also the script C<pfind> on CPAN for a nice application of this
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm846 The nice part about todo tests, as opposed to simply commenting out a
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c61 extern int nice(int);
1642 nice(4);
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c2436 (void) nice(m->m_nice);
H A Dqueue.c2086 (void) nice(Queue[qgrp]->qg_nice);
7473 "Q%s: Warning: N= set on system that doesn't support nice()\n",
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex6700 % It would be nice if we could set up a hyphenation file here.

Completed in 103 milliseconds

12