Searched refs:more (Results 126 - 150 of 239) sorted by relevance

12345678910

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-sysv.mk203 # modifier, and using a :C modifier for the same task looks more complicated
234 # XXX: This is unexpected. Add more test case to demonstrate the effects
H A Dvarmod-ifelse.mk25 # Var_Parse and ParseVarname, it would be more useful and predictable
152 # Since cond.c 1.262 from 2021-04-20, make reports a more specific error
H A Dvarname-makeflags.mk22 # See varname-dot-makeflags.mk for more details.
/freebsd-current/stand/common/
H A Dcommands.c172 /* nothing more on this topic, stop scanning */
459 COMMAND_SET(more, "more", "show contents of a file", command_more);
/freebsd-current/contrib/bc/src/
H A Dvm.c1059 * when a file finishes or stdin has no more data. Without this, bc thinks that
1061 * no more data, we know we can add an empty else clause.
1184 // can request more data from stdin until the comment or string is ended.
1265 bool more; local
1277 more = bc_read_buf(&vm->buffer, vm->exprs.v, &len);
1280 return more;
1299 // needs more data for expressions, such as for a multiline string or
1301 // bc_vm_stdin() for more information.
1584 // buffer. stdout gets more because it will probably have more dat
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dpci_ahci.c132 int more; member in struct:ahci_ioreq
660 aior->more = (aior->done < aior->len && i < prdtl);
767 aior->more = 0;
876 aior->more = (len != done);
1938 if (!err && aior->more) {
2002 if (!err && aior->more) {
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc72 // Several operations would convert Path8 to SmallString; more efficient to do
490 // requires more than 200 tries, it's more likely that the failures are due to
1478 // on the data. Local is more conservative, Roaming may not always be correct.
/freebsd-current/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c385 int more; /* more flag */ local
461 more = (*ptr & NTPC_BIT_MORE);
513 if (!more)
/freebsd-current/contrib/kyua/store/
H A Dschema_v1.sql219 -- as 'timeout'. Properties that can have more than one (textual) value
246 -- Representation of test case properties that have more than one value.
/freebsd-current/contrib/lib9p/pytest/
H A Dp9conn.py191 "Do a SHUT_WR on the outbound channel - can't send more"
266 more = self.channel.recv(nbytes - count)
267 if more == b'':
269 count += len(more)
270 data.append(more)
649 # still waiting for a response - wait some more
652 # Halt the waiting, but go around once more.
/freebsd-current/contrib/mandoc/
H A Dconfigure359 BINM_PAGER=more
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dcstyle.pl37 # of code blocks. There's also a lot more this could check for.
64 -p perform some of the more picky checks
575 err("more than one space around boolean operator");
582 err("more than one keyword on line");
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlapi.c1114 int more; local
1118 more = luaH_next(L, hvalue(t), L->top - 1);
1119 if (more) {
1122 else /* no more elements */
1125 return more;
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devutil.c1169 /* Helper for systems with no getaddrinfo(): make one or more addrinfos out of
2034 char more;
2036 if (sscanf(src, "%u.%u.%u.%u%c", &a,&b,&c,&d,&more) != 4)
2057 char more;
2065 &byte1,&byte2,&byte3,&byte4,&more) != 4)
2627 * In addition to regular accept behavior, you can set one or more of flags
2678 then there's no need to add any more data to the buffer, since
/freebsd-current/contrib/lua/src/
H A Dlapi.c1255 int more; local
1259 more = luaH_next(L, t, L->top.p - 1);
1260 if (more) {
1263 else /* no more elements */
1266 return more;
/freebsd-current/share/mk/
H A Dgendirdeps.mk135 # GENDIRDEPS_FILTER_VARS is more general.
225 # and we do not need it any more
H A Dbsd.obj.mk202 # this (rm -rf objdir) is much faster and more reliable than cleaning.
/freebsd-current/contrib/libevent/
H A Devutil.c1169 /* Helper for systems with no getaddrinfo(): make one or more addrinfos out of
2034 char more;
2036 if (sscanf(src, "%u.%u.%u.%u%c", &a,&b,&c,&d,&more) != 4)
2057 char more;
2065 &byte1,&byte2,&byte3,&byte4,&more) != 4)
2627 * In addition to regular accept behavior, you can set one or more of flags
2678 then there's no need to add any more data to the buffer, since
/freebsd-current/stand/i386/pmbr/
H A Dpmbr.S72 # Relocate ourself to a lower address so that we have more room to load
/freebsd-current/lib/libc/amd64/string/
H A Dmemccpy.S130 cmp $16, %rdx # more than a full chunk left?
/freebsd-current/contrib/bmake/mk/
H A Dgendirdeps.mk135 # GENDIRDEPS_FILTER_VARS is more general.
225 # and we do not need it any more
/freebsd-current/sys/conf/
H A Dkern.mk16 # kernel where fixing them is more trouble than it is worth, or where there is
115 # use of code cache tag lines) and uses more stack (less efficient use of data
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp198 OS << "Call to '" << VariantName << "' with more than " << MaxArgCount
214 // FIXME: We need a more general way of getting the O_CREAT value.
311 // they're more basic and valuable for widespread use.
/freebsd-current/contrib/sendmail/contrib/
H A Dexpn.pl315 # more work to do...
528 print "No more fallbacks for $us\n" if $debug;
864 # queue up more addresses to expand
918 # don't allow a user to be redirected more than once
1283 will traverse no more than three levels deep.
1288 The following options make it more verbose.
/freebsd-current/lib/libc/gen/
H A Dfts-compat.c213 * descriptor we run anyway, just more slowly.
726 * current path -- the inner loop allocates more path as necessary.
762 * No more memory for path or structures. Save
1101 fts_palloc(FTS *sp, size_t more) argument
1104 sp->fts_pathlen += more + 256;

Completed in 419 milliseconds

12345678910