Searched refs:more (Results 51 - 75 of 243) sorted by relevance

12345678910

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm22 ! General Public License for more details.
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrti.asm20 # General Public License for more details.
H A Dcrtend.asm14 GNU General Public License for more details.
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql6 * or more contributor license agreements. See the NOTICE file
/freebsd-11-stable/usr.bin/mail/
H A Dextern.h176 int more(int *);
/freebsd-11-stable/include/rpcsvc/
H A Dyp.x144 union ypresp_all switch (bool more) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc99 // enable minidumps, which makes this untenable. For more information, see
/freebsd-11-stable/usr.sbin/ppp/
H A Dipv6cp.c154 /* XXX need more cases? */
515 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3;
582 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3;
H A Dccp.c441 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3;
558 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3;
H A Dfsm.c156 fp->more.reqs = fp->more.naks = fp->more.rejs = 3;
387 if (fp->more.reqs-- > 0 && fp->restart-- > 0) {
391 if (fp->more.reqs < 0)
595 if (dec.rejend != dec.rej && --fp->more.rejs <= 0) {
602 if (dec.nakend != dec.nak && --fp->more.naks <= 0) {
/freebsd-11-stable/share/mk/
H A Dbsd.compiler.mk19 # COMPILER_FEATURES will contain one or more of the following, based on
42 # PATH since it is more clear that ccache is used and avoids wasting time
62 # to use the more optimal mtime check.
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dcmds.c97 /* (with more to come) */
111 int cmdstatus, more, targc; local
204 more = firstprinter(pp, &cmdstatus);
207 while (more) {
210 more = nextprinter(pp, &cmdstatus);
222 } while (more && cmdstatus);
811 /* this debugging-aid probably is not needed any more... */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c6 * or more contributor license agreements. See the NOTICE file
57 svn_boolean_t more; /* TRUE if there are more data in the pool. */
391 b->more = FALSE;
409 /* If there are more windows for this stream, the digest has not yet
411 if (b->more)
442 tb.more = TRUE;
487 b->more = TRUE;
56 svn_boolean_t more; /* TRUE if there are more data in the pool. */ member in struct:txdelta_baton
/freebsd-11-stable/sys/ddb/
H A Ddb_command.c319 if (cmd->more != NULL)
329 if (cmd->more == NULL)
399 if ((cmd_table = cmd->more) != NULL) {
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
67 need_more, /* block not completed, need more input or more output */
69 finish_started, /* finish started, need only more output at next deflate */
70 finish_done /* finish done, accept no more input or output */
647 * This function could be more sophisticated to provide closer upper bounds for
790 * more output space, but possibly with both pending and
808 /* User must not provide more inpu
1486 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dunwind.inc23 License for more details.
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dvmsbuild.com48 $ deassign sys$error !restore, more or less
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dcrti.asm20 # General Public License for more details.
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Deabi-ci.asm21 General Public License for more details.
H A Deabi-cn.asm21 General Public License for more details.
H A Dsol-ci.asm22 # General Public License for more details.
H A Dsol-cn.asm22 # General Public License for more details.
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-ci.asm22 ! General Public License for more details.
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DSunOS.mk24 # the stuff in /usr/xpg4/bin is usually more sane.
/freebsd-11-stable/contrib/bmake/
H A Dbsd.after-import.mk57 # Makefiles need a little more tweaking than say config.h

Completed in 394 milliseconds

12345678910