Searched refs:more (Results 26 - 50 of 243) sorted by relevance

12345678910

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk20 # * If it's expected that two or more targets may be made in parallel,
23 # * If it's expected that two or more targets should be made in sequence
/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.c200 #define TOOMANY 256 /* don't start more than TOOMANY */
1279 /* tftpd opens a new connection then needs more infos */
1630 more:
1675 goto more;
1684 goto more;
1689 goto more;
1694 goto more;
1699 goto more;
1705 goto more;
1744 goto more;
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcygwin.asm22 * General Public License for more details.
38 /* Function prologue calls _alloca to probe the stack when allocating more
/freebsd-11-stable/lib/libc/yp/
H A Dxdryp.c76 if (out.more == 0) {
/freebsd-11-stable/share/examples/ipfw/
H A Dchange_rules.sh60 PAGER=${PAGER:-/usr/bin/more}
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_ctrl.c81 uddsize = (uint32_t)(nctrl->ncmd.s.more * 8);
/freebsd-11-stable/usr.sbin/ppp/
H A Dfsm.h117 } more; member in struct:fsm
/freebsd-11-stable/contrib/bmake/mk/
H A Dtarget-flags.mk29 # implementation is ultimately more flexible.
H A Doptions.mk16 # Inspired by FreeBSD bsd.own.mk, but intentionally simpler and more flexible.
/freebsd-11-stable/contrib/gdb/gdb/
H A Dscm-valprint.c15 GNU General Public License for more details.
98 unsigned int more = print_max; local
112 if (--more == 0)
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec49 - Permit for stacking of more than one instance of this module (no statics).
/freebsd-11-stable/release/picobsd/bridge/
H A Dcrunch.conf64 # "special XXX ..." can be used to specify more options, see again
84 # For a more compact version of shell and utilities, you could
102 ln less more
/freebsd-11-stable/release/picobsd/qemu/
H A Dcrunch.conf64 # "special XXX ..." can be used to specify more options, see again
84 # For a more compact version of shell and utilities, you could
102 ln less more
/freebsd-11-stable/include/rpcsvc/
H A Drex.x181 tchars more; /* interrupt, kill characters, etc. */
/freebsd-11-stable/tools/tools/portsinfo/
H A Dportsinfo.sh32 For more information about using ports, see the ports collection
/freebsd-11-stable/sys/ddb/
H A Dddb.h118 struct command_table *more; /* another level of command */ member in struct:command
133 .more = _more \
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2asm.c14 for more details.
592 int more, byte;
602 more = !((work == 0 && (byte & 0x40) == 0)
604 if (more)
610 if (more)
616 while (more);
590 int more, byte; local
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_script.c230 more: len = sizeof(buf) - (endp - buf);
259 goto more;
271 goto more;
449 more: switch (nr = read(sc->sh_master, endp, MINREAD)) {
477 * up to 1/10 of a second for more stuff to show up, so that
491 goto more;
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dlpd.c588 int pid, status, more; local
591 more = firstprinter(pp, &status);
594 while (more) {
613 more = nextprinter(pp, &status);
619 } while (more && status);
844 * give the other side more time to read the error message.
851 /* if af is PF_UNSPEC more than one socket may be returned */
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_sd.c6 * See README for more details.
246 u8 frag_id, u8 more,
252 more, 0, 100 + len);
444 * one if there is more than one pending SD query.
445 * Though, that would eat more memory, so there are
464 wait_time = 0; /* no more SD frames in the sequence */
627 int more = 0; local
659 more = 1;
665 p2p->sd_frag_id, more,
669 p2p_dbg(p2p, "Send GAS Comeback Response (frag_id %d more
242 p2p_build_gas_comeback_resp(u8 dialog_token, u16 status_code, u16 update_indic, const u8 *data, size_t len, u8 frag_id, u8 more, u16 total_len) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh377 "same column more than once"
/freebsd-11-stable/usr.sbin/bsdconfig/startup/
H A Drcdelete242 # Get the user's blessing to delete one or more variables. Returns success if
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_fts.c383 * current path -- the inner loop allocates more path as necessary.
423 * No more memory for path or structures. Save
637 fts_palloc(FTS *sp, size_t more) argument
644 more += 256;
645 if (sp->fts_pathlen + more < sp->fts_pathlen) {
651 sp->fts_pathlen += more;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc101 // Note this is only an approximation and more closely resembles
351 // whatever range of colors it does support. We can add more detailed tests
433 // Don't use a buffered read to avoid reading more data
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c26 * is preferable to spend more time in matches to allow very fast string
32 * A previous version of this file used a more sophisticated algorithm
34 * time, but has a larger average cost, uses more memory and is patented.
72 need_more, /* block not completed, need more input or more output */
74 finish_started, /* finish started, need only more output at next deflate */
75 finish_done /* finish done, accept no more input or output */
490 * This function could be more sophisticated to provide closer upper bounds
767 * more output space, but possibly with both pending and
785 /* User must not provide more inpu
1277 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]

Completed in 234 milliseconds

12345678910