Searched refs:have (Results 26 - 50 of 302) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.h117 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
/freebsd-11-stable/share/mk/
H A Dsrc.lua.mk19 # but parts of the src build that use it may have certain expectations that
36 # Otherwise, consumers will have to settle for a PATH search and PATH being
H A Dmeta.autodep.mk99 # if it isn't supposed to be touched by us the Makefile should have
123 # if we have any non-libs in DPADD,
139 # if we don't have OBJS, then .depend isn't useful
237 # If we have META_XTRAS we most likely did not create them
247 # if we have 1000's of .o.meta, .pico.meta etc we need only look at one set
261 # we might have .../ in MAKESYSPATH
H A Dbsd.test.mk47 # themselves have all the necessary logic to detect that the games are not
84 # it is rare for test cases to have man pages
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h18 #error MSVC does not have inttypes.h prior to Visual Studio 2013
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dmd5.c71 size_t have, need; local
73 /* Check how many bytes we already have and how many more we need. */
74 have = (size_t)((ctx->count >> 3) & (MD5_BLOCK_LENGTH - 1));
75 need = MD5_BLOCK_LENGTH - have;
81 if (have != 0) {
82 memcpy(ctx->buffer + have, input, need);
86 have = 0;
99 memcpy(ctx->buffer + have, input, len);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dmd4-internal.c113 size_t have, need; local
115 /* Check how many bytes we already have and how many more we need. */
116 have = (size_t)((ctx->count >> 3) & (MD4_BLOCK_LENGTH - 1));
117 need = MD4_BLOCK_LENGTH - have;
123 if (have != 0) {
124 os_memcpy(ctx->buffer + have, input, need);
128 have = 0;
141 os_memcpy(ctx->buffer + have, input, len);
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dinfcover.c264 if (val > 255) { /* have two digits */
288 unsigned have; local
311 in = h2b(hex, &have); assert(in != NULL);
312 if (step == 0 || step > have)
313 step = have;
315 have -= step;
338 have += strm.avail_in;
339 strm.avail_in = step > have ? have : step;
340 have
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c131 size_t have = strlen(dst); local
133 if (have > need && strcmp(dst + (int) (have - need), suffix)) {
134 if (have + need <= limit) {
241 * e.g., with NFS, because the filesystem may have a different time
500 size_t have = (limit - *offset); local
503 if (have > 0) {
504 if (want > have)
505 want = have;
781 * have t
[all...]
H A Dcaptoinfo.c126 size_t have = (size_t) (d - my_string); local
127 size_t need = have + strlen(s) + 2;
132 d = my_string + have;
134 _nc_STRCPY(d, s, my_length - have);
591 /* we may have to move some trailing mandatory padding up front */
800 if (*str != 'd') /* termcap doesn't have octal, hex */
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodorder.mk8 # unit-tests have to produce the same results on each run
H A Dvarmisc.mk62 @echo We have ${${.TARGET:T}.only}
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh47 /* We have no reliable way to test msgsize */
/freebsd-11-stable/contrib/amd/scripts/
H A Damd2ldif.in12 the maps have changed. Remember "cd /var/yp; make" ?
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc84 // FIXME: Currently disabled when using Clang, as we don't always have our
107 // Under glibc we have a weird situation. The stderr/out/in symbols are both
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c116 * a Unicode-capable terminal would have something resembling a mode.
/freebsd-11-stable/contrib/mdocml/
H A Dmansearch.c522 * in the NUL-terminated string list *have, or 0 otherwise.
527 lstmatch(const char *want, const char *have) argument
529 if (want == NULL || have == NULL || *have == '\0')
531 while (*have != '\0') {
532 if (strcasestr(have, want) != NULL)
534 have = strchr(have, '\0') + 1;
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex65 Historically, ``everyday'' \ppc machines have booted with the help of
83 Embedded systems, by contrast, usually have a minimal firmware that
86 meant that the various 32-bit \ppc embedded ports have required a
97 only have virtual IO devices, which makes it quite simple to work
119 When OF isn't available, either because the machine doesn't have it at
238 stored. Because it's common for many nodes to have properties with
283 generally have an \texttt{interrupt-parent} property giving the
294 only nodes that are actually referred to by phandle need to have this
297 Another complication arises because nodes in an OF tree have two
298 names. First they have th
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql100 /* The number of rows in the NODES table that have a 'checksum' column
122 path is known to have text or property changes relative to its
124 have been discovered and recorded here.)
127 including if the "changelist" or any of the conflict columns have a
175 We would have to scan all conflict skels before cleaning up the
295 never have a WORKING node the parent_relpath will never be null,
331 have full information. In the 'WORKING' tree it's an added or
332 copied node for which we have full information.
343 we do not have full information. Only the name is guaranteed;
344 we may not have al
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk98 # if it isn't supposed to be touched by us the Makefile should have
122 # if we have any non-libs in DPADD,
138 # if we don't have OBJS, then .depend isn't useful
236 # If we have META_XTRAS we most likely did not create them
246 # if we have 1000's of .o.meta, .So.meta etc we need only look at one set
260 # we might have .../ in MAKESYSPATH
H A Dmanifest.mk20 # for each MANIFEST we have a list of dirs
22 # for each dir we have a ${MANIFEST}.SRCS.$dir
/freebsd-11-stable/share/examples/ipfw/
H A Dchange_rules.sh147 The new rules are now installed. The previous rules have been preserved in
/freebsd-11-stable/crypto/openssh/contrib/
H A Dssh-copy-id36 # check that we have something mildly sane as our shell, or try to find something better
48 If you have a more recent shell available, that supports \$(...) etc.
301 Would have added the following key(s):
/freebsd-11-stable/stand/lua/
H A Dhook.lua68 -- developers. Hook type registration should have happened at
69 -- module load, so if this hasn't happened then we have messed
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.h61 #error Must have high resolution timer defined

Completed in 154 milliseconds

1234567891011>>