Searched refs:have (Results 51 - 75 of 290) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bmake/mk/
H A Dmanifest.mk20 # for each MANIFEST we have a list of dirs
22 # for each dir we have a ${MANIFEST}.SRCS.$dir
/freebsd-13-stable/contrib/dialog/
H A Dprogressbox.c19 * You should have received a copy of the GNU Lesser General Public
155 /* SIGWINCH may have interrupted this - try to ignore if resizable */
264 int have = wrote_size(obj, want); local
266 for (n = 0; n < have; ++n) {
267 print_line(obj, wrote_data(obj, have - n), n);
270 return have;
H A Darrows.c17 * You should have received a copy of the GNU Lesser General Public
67 * If we have help-line text, e.g., from "--hline", draw it between the other
119 int have = (limit_x - dlg_count_columns(dialog_vars.title)) / 2; local
121 if (need > have)
H A Dfselect.c17 * You should have received a copy of the GNU Lesser General Public
261 * This workaround is used to allow two lists to have scroll-tabs at the same
460 size_t have = strlen(input); local
462 if (have > MAX_LEN)
463 have = MAX_LEN;
464 memcpy(current, input, have);
465 current[have] = '\0';
470 memcpy(path, current, have);
471 path[have] = '\0';
482 if (len == 0 || (len + have
[all...]
H A Ddialog.c17 * You should have received a copy of the GNU Lesser General Public
661 int have; local
667 if ((have = arg_rest(argv)) < group) {
669 sprintf(temp, format, group, have);
671 } else if ((have % group) != 0) {
673 sprintf(temp, format, group, (have % group));
677 argv += have;
678 result += (have / group);
723 * On AIX 4.x, we have to flush the output right away since there is a bug in
1882 int j, have; local
[all...]
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.h61 #error Must have high resolution timer defined
/freebsd-13-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c116 * a Unicode-capable terminal would have something resembling a mode.
/freebsd-13-stable/share/mk/
H A Ddirdeps-options.mk32 # Thus a directory, that is affected by an option FOO would have
47 # This should have been set by Makefile.depend.options
H A Dbsd.dirs.mk43 # Validate that duplicate dirs have the same metadata.
/freebsd-13-stable/stand/lua/
H A Dhook.lua67 -- developers. Hook type registration should have happened at
68 -- module load, so if this hasn't happened then we have messed
/freebsd-13-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.
308 Would have added the following key(s):
/freebsd-13-stable/share/examples/ipfw/
H A Dchange_rules.sh149 The new rules are now installed. The previous rules have been preserved in
/freebsd-13-stable/sys/contrib/zlib/
H A Ddeflate.c91 # pragma message("Assembler code may have bugs -- use at your own risk")
116 * the desired pack level (0..9). The values given below have been tuned to
1018 * that the flush is complete. So we don't have to output an
1103 * doesn't have enough memory anyway to duplicate compression states).
1275 /* Do not waste too much time if we already have a good match: */
1517 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1540 /* Initialize the hash value now that we have some input: */
1566 /* If the WIN_INIT bytes after the end of the current data have never been
1646 * maximizes the opportunites to have a single copy from next_in to next_out.
1662 unsigned len, left, have, las local
[all...]
H A Dzlib.h51 but other algorithms will be added later and will have the same stream
154 returned by zalloc for objects of exactly 65536 bytes *must* have their
467 operation to complete. (The size of the uncompressed data may have been
572 compressed data instead of a zlib wrapper. The gzip header will have no
661 to dictionary. dictionary must have enough space, where 32768 bytes is
699 will leave the compression level and any other attributes that may have been
715 strategy is changed, and if there have been any deflate() calls since the
723 not have enough output space to complete, then the parameter change will not
780 deflatePending() returns the number of bytes and bits of output that have
914 to dictionary. dictionary must have enoug
1822 unsigned have; member in struct:gzFile_s
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmodts.mk32 # word since all spaces have been replaced with x.
H A Dvarmisc.exp24 We have target specific vars
72 target1-flags: we have: one two
73 target2-flags: we have: one two three four
H A Dvarmod-ifelse.exp13 make: "varmod-ifelse.mk" line 92: warning: Oops, the parse error should have been propagated.
H A Dvarname-makefile.mk16 # TODO: Why does it do that, and what consequences does this have?
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc80 // have opposite signs, we are performing a subtraction. Otherwise, we
128 // If we have overflowed the type, return +/- infinity.
/freebsd-13-stable/sys/conf/
H A Dconfig.mk77 # have a kernel build directory to pull them from.
/freebsd-13-stable/usr.sbin/ppp/
H A Droute.c213 int mib[6], have, had; local
246 have = 0;
253 if (ifm->ifm_index > have) {
256 had = have;
257 have = ifm->ifm_index + 5;
259 newifs = (char **)realloc(ifs, sizeof(char *) * have);
261 newifs = (char **)malloc(sizeof(char *) * have);
273 memset(ifs + had, '\0', sizeof(char *) * (have - had));
423 * may have gone with route Y).
608 /* Oops, we already have thi
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Dmansearch.c531 * in the NUL-terminated string list *have, or 0 otherwise.
536 lstmatch(const char *want, const char *have) argument
538 if (want == NULL || have == NULL || *have == '\0')
540 while (*have != '\0') {
541 if (strcasestr(have, want) != NULL)
543 have = strchr(have, '\0') + 1;
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Drmd160.c112 size_t have, off, need; local
114 have = (ctx->count / 8) % RMD160_BLOCK_LENGTH;
115 need = RMD160_BLOCK_LENGTH - have;
120 if (have) {
121 memcpy(ctx->buffer + have, input, need);
124 have = 0;
133 memcpy(ctx->buffer + have, input+off, len-off);
/freebsd-13-stable/sys/opencrypto/
H A Drmd160.c111 uint32_t have, off, need; local
113 have = (ctx->count/8) % 64;
114 need = 64 - have;
119 if (have) {
120 memcpy(ctx->buffer + have, input, need);
123 have = 0;
132 memcpy(ctx->buffer + have, input+off, len-off);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql95 /* All ACTUAL nodes must have an equivalent NODE in NODES
137 have revision details stored on this record */
155 /* base-deleted nodes don't have a repository location. They are just
184 /* Local-adds are always their own operation (read: they don't have
193 /* op-depth descendants are only valid if they have a direct parent
208 /* Present op-depth descendants have the repository location implied by their

Completed in 128 milliseconds

1234567891011>>