Searched refs:more (Results 151 - 175 of 239) sorted by relevance

12345678910

/freebsd-current/lib/libc/gen/
H A Dfts.c201 * descriptor we run anyway, just more slowly.
723 * current path -- the inner loop allocates more path as necessary.
759 * No more memory for path or structures. Save
1089 fts_palloc(FTS *sp, size_t more) argument
1092 sp->fts_pathlen += more + 256;
H A Dfts-compat11.c203 * descriptor we run anyway, just more slowly.
725 * current path -- the inner loop allocates more path as necessary.
761 * No more memory for path or structures. Save
1092 fts_palloc(FTS11 *sp, size_t more) argument
1095 sp->fts_pathlen += more + 256;
/freebsd-current/usr.sbin/crunch/examples/
H A Dreally-big.conf4 # could probably get even more stuff (like libexec stuff) in here.
46 progs mkstr modstat more msgs netstat newsyslog nfsstat nice nm nohup
/freebsd-current/stand/lua/
H A Dcli.lua79 -- more like a module indicator to serve as a hint of where to look for the
H A Dconfig.lua64 -- MODULEEXPR should more or less allow the exact same set of characters as the
231 -- pattern should have no more than two captures patterns, which correspond to
445 -- We might have read in the whole file, this won't be needed any more.
/freebsd-current/share/mk/
H A Ddirdeps.mk81 # If more than MACHINE is needed then sys.mk needs to decompose
229 # Ok, this gets more complex (putting it mildly).
342 # we need to parse DEP_MACHINE may or may not contain more info
835 # Now find more dependencies - and recurse.
H A Dsys.dirdeps.mk38 # This allows a Makefile to have more control.
H A Dmeta.stage.mk82 # it is an error for more than one src dir to try and stage
/freebsd-current/crypto/openssh/contrib/suse/
H A Dopenssh.spec106 - Changed instances of pam_pwdb.so to pam_unix.so, since it works more properly
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc106 // enable minidumps, which makes this untenable. For more information, see
/freebsd-current/contrib/bmake/mk/
H A Dsys.dirdeps.mk38 # This allows a Makefile to have more control.
H A Ddirdeps.mk81 # If more than MACHINE is needed then sys.mk needs to decompose
229 # Ok, this gets more complex (putting it mildly).
342 # we need to parse DEP_MACHINE may or may not contain more info
838 # Now find more dependencies - and recurse.
H A Ddpadd.mk80 # Sometimes things are more complicated so allow for
H A Dmeta.stage.mk82 # it is an error for more than one src dir to try and stage
/freebsd-current/contrib/sendmail/src/
H A Dqueue.c108 ** Each work group contains one or more queue groups. This is done
173 ** on a file system in which one or more queue directories reside.
218 /* XXX more to follow? */
939 /* XXX: something more drastic? */
1111 ** Sets the NoMoreRunners boolean to true to stop more runners
1172 ** Sets the NoMoreRunners boolean to true to stop more runners
1239 ** Restart any workgroup marked as needing a restart provided more
1283 ** Restart a specific workgroup provided more runners are allowed.
1521 /* queue run has been started, don't do any more this time */
1524 /* more tha
1959 bool full, more; local
[all...]
/freebsd-current/lib/libc/amd64/string/
H A Dstrlcpy.S119 cmp $16, %rdx # more than a full chunk left?
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc148 // targets. Not used by default as it requires performing more work during
364 // (more, if exponent was incremented).
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc807 - slow - step through the string more deliberately
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm198 If there are more arguments, they are used as I<%options> with the
218 If there are more arguments, they are used as I<%options> with the
557 # The rule is that an alias is more or less a copy of the original
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc203 // posix_spawn. It is more efficient than fork/exec.
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-edge.mk119 # To produce a stack overflow, just add more :Qs below.
H A Dvar-op-expand.mk224 # Similar to the two test cases above, the situation gets a bit more involved
H A Ddirective-include-guard.mk82 # An alternative form uses the 'defined' function. It is more verbose than
244 # is more flexible, as long as the variable is defined at the point where the
604 # If the '.if' or '.ifndef' directive spans more than a single line, it is
/freebsd-current/sys/dev/ale/
H A Dif_ale.c78 /* For more information about Tx checksum offload issues see ale_encap(). */
654 * until I find more clue about it but allow users to override it.
1408 * will draw more power than 375mA at 3.3V which is specified in
1775 * TCP/UDP checksum takes more time than that of IP.
2238 int more; local
2253 more = 0;
2255 more = ale_rxeof(sc, sc->ale_process_limit);
2256 if (more == EAGAIN)
2258 else if (more == EIO) {
2282 if (more
[all...]
/freebsd-current/sys/dev/jme/
H A Dif_jme.c1502 * link will cunsume more power than 375mA.
1507 * at 1Gbps draws more power than 375mA at 3.3V which is
1587 /* Remove Tx MAC/offload clock to save more power. */
1615 /* Remove Tx MAC/offload clock to save more power. */
1796 * each Tx request requires one more dummy descriptor.
2360 int more; local
2380 more = 0;
2383 more = jme_rxintr(sc, sc->jme_process_limit);
2384 if (more != 0)
2404 if (more !
[all...]

Completed in 335 milliseconds

12345678910