Searched defs:more (Results 26 - 30 of 30) sorted by relevance

12

/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c116 * augmented by zero or more the flags:
778 queue_slot(queue_head_t *qp, ulwp_t **prevp, int *more) argument
788 *more = 0;
794 *more = 0;
798 *more = 1;
880 dequeue(queue_head_t *qp, int *more) argument
886 if ((ulwpp = queue_slot(qp, &prev, more)) == NULL)
903 int more; local
905 if ((ulwpp = queue_slot(qp, &prev, &more)) == NULL)
1646 int more; local
3688 int more; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h15 GNU General Public License for more details.
163 greater-than-32-bit integers and unconditional shifts by more than
602 char more; member in struct:re_backref_cache_entry
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c100 ** Each work group contains one or more queue groups. This is done
178 ** on a file system in which one or more queue directories reside.
220 /* XXX more to follow? */
912 /* XXX: something more drastic? */
1056 ** Sets the NoMoreRunners boolean to true to stop more runners
1117 ** Sets the NoMoreRunners boolean to true to stop more runners
1184 ** Restart any workgroup marked as needing a restart provided more
1228 ** Restart a specific workgroup provided more runners are allowed.
1465 /* queue run has been started, don't do any more this time */
1468 /* more tha
1879 bool full, more; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c3640 * If we have space for more than count, just move count
3968 SSize_t more = local
3970 if (more >= 0 || got == 0)
3971 got += more;
4154 code = PerlIO_fill(f); /* Fetch some more */
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c353 * trees more frequently.
437 * is preferable to spend more time in matches to allow very fast string
443 * A previous version of this file used a more sophisticated algorithm
445 * time, but has a larger average cost, uses more memory and is patented.
775 /* User must not provide more input after the first FINISH: */
805 /* If a flush was requested, we have a little more to output now. */
1000 * necessary to put more guard bytes at the end of the window, or
1001 * to check more often for insufficient lookahead.
1114 unsigned more; /* Amount of free space at the end of the window. */ local
1118 more
2666 } more; member in struct:inflate_huft_s
[all...]

Completed in 46 milliseconds

12