Searched refs:have (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/librpcsvc/
H A Drstat.c59 long have; local
63 (xdrproc_t)xdr_long, (char *) &have) != 0)
66 return (have);
/freebsd-11-stable/sys/contrib/zlib/
H A Dgzread.c24 local int gz_load(state, buf, len, have)
28 unsigned *have;
33 *have = 0;
35 get = len - *have;
38 ret = read(state->fd, buf + *have, get);
41 *have += (unsigned)ret;
42 } while (*have < len);
85 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
155 state->x.have = 0;
165 state->x.have
[all...]
H A Dinfback.c133 have = strm->avail_in; \
144 strm->avail_in = have; \
160 if (have == 0) { \
161 have = in(in_desc, &next); \
162 if (have == 0) { \
175 have--; \
260 unsigned have, left; /* available input and output */ local
283 have = next != Z_NULL ? strm->avail_in : 0;
345 if (copy > have) copy = have;
[all...]
H A Dinflate.c102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
481 have = strm->avail_in; \
492 strm->avail_in = have; \
508 if (have == 0) goto inf_leave; \
509 have--; \
583 would all have to actually be part of the saved state in case NEEDBITS()
629 unsigned have, left; /* available input and output */ local
652 in = have;
759 if (copy > have) copy = have;
[all...]
H A Dgzwrite.c81 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local
128 have = strm->avail_out;
135 have -= strm->avail_out;
136 } while (have);
207 unsigned have, copy; local
211 have = (unsigned)((state->strm.next_in + state->strm.avail_in) -
213 copy = state->size - have;
216 memcpy(state->in + have, buf, copy);
311 unsigned have; local
338 have
[all...]
H A Dgzlib.c81 state->x.have = 0; /* no output data available */
84 state->past = 0; /* have not read past end yet */
403 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
406 state->x.have = 0;
429 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
430 (unsigned)offset : state->x.have;
431 state->x.have -= n;
594 /* if fatal, set state->x.have to 0 so that the gzgetc() macro fails */
596 state->x.have
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dtrace_buf.c108 size_t have = strlen(buffer); local
109 size_t need = strlen(value) + have;
113 _nc_STRCPY(buffer + have, value, need);
/freebsd-11-stable/usr.bin/units/
H A Dunits.c96 static void showanswer(struct unittype * have, struct unittype * want);
657 showanswer(struct unittype * have, struct unittype * want) argument
662 if (compareunits(have, want)) {
668 showunit(have);
677 else if (have->offset != want->offset) {
680 if (have->quantity) {
683 (have->factor + have->offset-want->offset)/want->factor);
690 have->factor / want->factor,
691 (have
756 struct unittype have, want; local
[all...]
/freebsd-11-stable/gnu/usr.bin/grep/tests/
H A Dwarning.sh16 Make sure you have the word grep in the subject.
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp92 // If the value is large, we have to get additional memory from the ASTContext
117 llvm_unreachable("Should not have a NULL template argument");
158 llvm_unreachable("Should not have a NULL template argument");
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c107 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
415 have = strm->avail_in; \
426 strm->avail_in = have; \
442 if (have == 0) goto inf_leave; \
443 have--; \
522 would all have to actually be part of the saved state in case NEEDBITS()
568 unsigned have, left; /* available input and output */ local
591 in = have;
694 if (copy > have) copy = have;
[all...]
H A Dinflate.h112 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c200 * FIXME: the FreeBSD cap_mkdb program assumes the database could have
290 char *have = (char *) data->data; local
293 if (*have++ == 2) {
299 *buffer = have;
313 char *have = (char *) data->data; local
315 if (*have++ == 0) {
317 && IS_TIC_MAGIC(have)) {
325 *buffer = have;
H A Dread_entry.c97 int have = (limit - *offset); local
99 if (have > 0) {
100 if ((int) want > have)
101 want = (unsigned) have;
161 unsigned want, have; local
209 if ((have = (unsigned) Read(ptr->term_names, want)) != want) {
210 memset(ptr->term_names + have, 0, (size_t) (want - have));
215 if (have > MAX_NAME_SIZE)
216 offset = (int) (have
526 char *have = (char *) data.data; local
[all...]
/freebsd-11-stable/crypto/heimdal/
H A DMakefile.am45 cf/have-pragma-weak.m4 \
46 cf/have-types.m4 \
/freebsd-11-stable/sys/i386/xbox/
H A Dxbox.c39 #error You must have a I686_CPU in your kernel if you want to make an XBOX-compatible kernel
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_instr.c84 int have = (int) n3 + i; local
87 if (have > n || (int) need <= 0) {
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmoderrs.mk6 # incase we have to change it ;-)
H A Dvarmisc.exp24 We have target specific vars
H A Dforloop.mk45 { echo "Oops that should have failed!"; exit 1; } || echo OK
/freebsd-11-stable/share/mk/
H A Dbsd.port.subdir.mk15 .else # fmake doesn't have :tA
H A Dbsd.port.mk15 .else # fmake doesn't have :tA
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmaint-tool18 # You should have received a copy of the GNU Library General Public
56 $have{$f} = 1;
61 $have{$f} = 1;
67 $have{$a} = 0;
70 for $f (sort keys %have) {
71 next unless $have{$f};
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmaint-tool18 # You should have received a copy of the GNU Library General Public
56 $have{$f} = 1;
61 $have{$f} = 1;
67 $have{$a} = 0;
70 for $f (sort keys %have) {
71 next unless $have{$f};
/freebsd-11-stable/contrib/ncurses/misc/
H A Drun_tic.in136 If you have ncurses 4.2 applications, you should read the INSTALL
155 If you have ncurses 4.2 applications, you should read the INSTALL
180 # installer will have to double-check.

Completed in 417 milliseconds

1234567891011>>