Searched refs:have (Results 101 - 125 of 290) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-loop.mk65 # These are edge cases that could have resulted in a parse error as well
66 # since the $@ at the end could have been interpreted as a variable, which
94 # ${var} would have been replaced with ${:Uword} before evaluating them.
H A Dvarmod-match-escape.mk9 # are unescaped, and in the pattern matching these have the same meaning as
/freebsd-13-stable/stand/
H A Ddefs.mk78 # our text + data + BTX have to fit into 640k below the ISA hole.
127 # aarch64 and riscv don't have -msoft-float, but all others do.
161 # Some RISC-V linkers have support for relaxations, while some (lld) do not
/freebsd-13-stable/crypto/openssh/
H A Dkex.c934 u_int have; local
965 for (have = mdsz; need > have; have += mdsz) {
969 ssh_digest_update(hashctx, digest, have) != 0 ||
970 ssh_digest_final(hashctx, digest + have, mdsz) != 0) {
H A Dmux.c769 /* Skip forwards that have already been requested */
1470 size_t have; local
1480 for (have = 0; have < need; ) {
1485 len = read(fd, p + have, need - have);
1504 have += (size_t)len;
1513 u_int have, need; local
1528 for (have = 0; have < nee
1567 size_t need, have; local
[all...]
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c558 * We assume that all flowset have been notified and do not
598 * Assume siht is always initialized if we have a mask.
953 int have = end - *start; local
956 if (have < o.len || o.len == 0 || o.type == 0) {
957 D("(WARN) type %d %s %d have %d need %d",
958 o.type, msg, i, have, o.len);
988 int have = end - *start; local
991 if (have < len || o->len == 0 || o->type != DN_QUEUE) {
992 D("ERROR type %d %s %d have %d need %d",
993 o->type, msg, i, have, le
1034 int have = a->end - *a->start; local
2223 int have, i, need, error; local
[all...]
H A Dip_dn_glue.c665 int have = a->end - *a->start; local
679 if (have < need) {
680 D("have %d < need %d", have, need);
721 int have = a->end - *a->start; local
733 if (have < need) {
734 D("have < need");
/freebsd-13-stable/contrib/bmake/mk/
H A Dgendirdeps.mk70 # caller should have set this
235 # DIRDEPS represent things that had to have been built first
273 # We only consider things below $RELDIR/ if they have a makefile.
275 # We have do a double test with dirdep_list as it _may_ contain
338 # we may have changed a filter
H A Dmeta.stage.mk58 # and make sure we have absolute paths so that bmake
352 # get a list of paths that we have just staged
353 # get a list of paths that we have previously staged to those same dirs
H A Dauto.obj.mk72 # make sure we know what we have
H A Ddep.mk60 # libs can have too many SRCS for a single command line
H A Dman.mk13 # so we have to use sed(1).
H A Dsys.mk90 # make sure we have a harmless value
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v1.sql71 -- Because every action is invoked by the user, the context may have
119 -- each execution of the test suite, test programs and test cases may have
219 -- as 'timeout'. Properties that can have more than one (textual) value
246 -- Representation of test case properties that have more than one value.
309 -- will also have to modify the version encoded in the backend module.
H A Dmigrate_v1_v2.sql36 -- schema_version, not the timestamp. Because timestamps only have
140 -- will have the test_program_id field set to not NULL and entries corresponding
141 -- to test cases will have the test_case_id set to not NULL.
163 -- We do this first to ensure that all test programs and test cases have
/freebsd-13-stable/share/mk/
H A Dgendirdeps.mk71 # caller should have set this
236 # DIRDEPS represent things that had to have been built first
274 # We only consider things below $RELDIR/ if they have a makefile.
276 # We have do a double test with dirdep_list as it _may_ contain
339 # we may have changed a filter
H A Dbsd.compiler.mk15 # prior to 4.2 likely have no prayer of working).
47 # and might not have a valid compiler in $PATH yet. In this case just set the
249 # Export the values so sub-makes don't have to look them up again, using the
H A Dmeta.stage.mk56 # and make sure we have absolute paths so that bmake
350 # get a list of paths that we have just staged
351 # get a list of paths that we have previously staged to those same dirs
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh276 * This list should only be used for cards that have some non-destructive
318 * The ISA PNP system will have automatically added it to the system and
363 * As you see, some people have done it though.
426 * so look directly at known ports (if we have any)
429 * Hopefully the 'identify' routine will have picked these
436 * or have been added by the 'identify routine above.
437 * Note that HINTS based resource requests have NO
444 * need for our dumb probe. Also check we have enough ports
460 * in which case the probe would have failed anyhow.
501 * effectively have disable
[all...]
/freebsd-13-stable/stand/lua/
H A Dconfig.lua71 -- Entries that should never make it into the environment; each one should have
77 -- detail. Moreover, it's not a particularly useful variable to have in
229 -- pattern should have no more than two captures patterns, which correspond to
236 -- We have two special entries in this table: the first is the first entry,
237 -- a full-line comment. The second is for 'exec' handling. Both have a single
428 -- We might have read in the whole file, this won't be needed any more.
469 -- won't do anything notable if we have any errors in this process.
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtoe.c481 char *have; local
484 if (_nc_db_have_data(&key, &data, &have, &used)) {
485 if (_nc_read_termtype(&lterm, have, used) > 0) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc71 assert(!Name.empty() && "Must have a name!");
204 // If we call posix_spawn_file_actions_addopen we have to make sure the
541 // does not have a constant unlike what the man pages would have you
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc45 // not support push and pop for diagnostics, so we have to manually turn it
51 // MinGW.org does not have updated support for the 64-bit versions of the
52 // DebugHlp APIs. So we will have to load them manually. The structures and
578 /// handler can have a cookie passed to it to identify what instance of the
/freebsd-13-stable/contrib/kyua/examples/
H A Dkyua.conf37 -- override. If you want to use this file as a template, you will have
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S117 ! We have to be careful here. We know that %o3 >= %o5, so we can do the
119 ! and are only done if %o3 >= 0. Because both %o3 and %o5 may have the high-

Completed in 135 milliseconds

1234567891011>>