Searched refs:more (Results 76 - 100 of 239) sorted by relevance

12345678910

/freebsd-current/usr.sbin/ppp/
H A Dfsm.c154 fp->more.reqs = fp->more.naks = fp->more.rejs = 3;
385 if (fp->more.reqs-- > 0 && fp->restart-- > 0) {
389 if (fp->more.reqs < 0)
593 if (dec.rejend != dec.rej && --fp->more.rejs <= 0) {
600 if (dec.nakend != dec.nak && --fp->more.naks <= 0) {
H A Dipcp.c827 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3;
971 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3;
H A Dlcp.c560 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3;
582 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3;
/freebsd-current/usr.sbin/lpr/lpc/
H A Dcmds.c85 /* (with more to come) */
99 int cmdstatus, more, targc; local
192 more = firstprinter(pp, &cmdstatus);
195 while (more) {
198 more = nextprinter(pp, &cmdstatus);
210 } while (more && cmdstatus);
795 /* this debugging-aid probably is not needed any more... */
/freebsd-current/sys/crypto/openssl/arm/
H A Dchacha-armv4.S447 ldrhsb r8,[r12,#-15] @ load more input
464 ldrhsb r8,[r12,#-14] @ load more input
482 ldrhsb r8,[r12,#-13] @ load more input
532 ldrhsb r8,[r12,#-15] @ load more input
549 ldrhsb r8,[r12,#-14] @ load more input
567 ldrhsb r8,[r12,#-13] @ load more input
622 ldrhsb r8,[r12,#-15] @ load more input
639 ldrhsb r8,[r12,#-14] @ load more input
657 ldrhsb r8,[r12,#-13] @ load more input
711 ldrhsb r8,[r12,#-15] @ load more inpu
[all...]
/freebsd-current/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.
64 need_more, /* block not completed, need more input or more output */
66 finish_started, /* finish started, need only more output at next deflate */
67 finish_done /* finish done, accept no more input or output */
253 unsigned more; /* Amount of free space at the end of the window. */ local
259 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
263 if (more
[all...]
/freebsd-current/contrib/bmake/mk/sys/
H A DSunOS.mk24 # the stuff in /usr/xpg4/bin is usually more sane.
/freebsd-current/sys/dev/liquidio/base/
H A Dlio_common.h276 uint64_t more:6; /* How many udd words follow the command */ member in struct:octeon_cmd::__anon2943
292 uint64_t more:6;
/freebsd-current/sys/dev/liquidio/
H A Dlio_ioctl.c438 nctrl.ncmd.s.more = 1;
481 * Accept all multicast addresses if there are more than we
538 nctrl.ncmd.s.more = mc_count;
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-op-default.mk49 # expressions in variable names, which made make much more versatile.
H A Dvarparse-errors.mk64 # Without the 'static', there would be one more message like this:
H A Dvarmod-match.mk22 # * matches 0 or more characters
34 # '*' matches 0 or more characters. The whole pattern matches all words that
35 # start with 's' and have 3 or more characters.
183 # * matches 0 or more characters
/freebsd-current/contrib/mandoc/
H A Dtbl_term.c169 int hspans, ic, more; local
333 more = 0;
425 * and remember whether there is more.
432 more = 1;
536 } while (more);
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh70 imply more frequent refreshes.
110 need not be run more frequently than about once every three weeks.
H A Dupdate-leap.in406 refreshed. Note that larger values imply more frequent refreshes.
449 longer), it need not be run more frequently than about once every
/freebsd-current/crypto/openssl/
H A Dconfigdata.pm.in239 For more information, do '$0 --help'
339 build file for more exact data:
418 See L</OPTIONS> below for more information.
/freebsd-current/usr.sbin/ypserv/
H A Dyp_server.c472 objp->more = TRUE;
474 objp->more = FALSE;
480 if (objp->more == FALSE)
495 result.more = TRUE;
/freebsd-current/usr.bin/sed/
H A Dcompile.c565 int more = 1, sawesc = 0; local
644 if (*++p == '\0' && more) {
645 if (cu_fgets(lbuf, sizeof(lbuf), &more))
666 } while (cu_fgets(p = lbuf, sizeof(lbuf), &more) != NULL);
693 "%lu: %s: more than one number or 'g' in substitute flags", linenum, fname);
713 "%lu: %s: more than one number or 'g' in substitute flags", linenum, fname);
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm107 { more perl code }
/freebsd-current/stand/
H A Ddefs.mk23 # to disable more and more features. Boot loader performance is never improved
/freebsd-current/rescue/rescue/
H A DMakefile15 # lld >= 16 became more strict about multiply defined symbols. Since there are
222 CRUNCH_ALIAS_less= more
/freebsd-current/contrib/byacc/
H A Doutput.c57 puts_param_types(FILE * fp, param *list, int more) argument
71 ((more || p->next) ? ", " : ""));
76 if (!more)
82 puts_param_names(FILE * fp, param *list, int more) argument
89 ((more || p->next) ? ", " : ""));
/freebsd-current/usr.sbin/pmcstudy/
H A Dpmcstudy.c2530 char **more; local
2533 more = malloc(sz);
2534 if (more == NULL) {
2538 memset(more, 0, sz);
2539 memcpy(more, valid_pmcs, sz);
2542 valid_pmcs = more;
2846 /* You can't collect more than max in array */
2902 more:
2910 goto more;
2947 goto more;
[all...]
/freebsd-current/contrib/wpa/src/ap/
H A Dgas_serv.c6 * See README for more details.
1193 "ANQP: No more room for extra requests - ignore Info Id %u",
1743 int more = 0; local
1771 more = 1;
1787 dialog->sd_frag_id, more, 0,
1799 more, 0, buf);
1806 "(frag_id %d more=%d frag_len=%d)",
1807 dialog->sd_frag_id, more, (int) frag_len);
1811 if (more) {
1812 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: %d more byte
[all...]
/freebsd-current/share/mk/
H A Dbsd.compiler.mk18 # COMPILER_FEATURES will contain one or more of the following, based on
64 # PATH since it is more clear that ccache is used and avoids wasting time
85 # to use the more optimal mtime check.

Completed in 488 milliseconds

12345678910