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

1234567891011>>

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dconfigure.com4 $! We do not use the configure script, since we do not have /bin/sh
179 /* Define if you have a working `mmap' system call. */
189 /* Define if you have the fcntl function. */
191 /* Define if you have the getpagesize function. */
193 /* Define if you have the madvise function. */
195 /* Define if you have the mprotect function. */
197 /* Define if you have the <fcntl.h> header file. */
199 /* Define if you have the <stddef.h> header file. */
201 /* Define if you have the <stdlib.h> header file. */
203 /* Define if you have th
[all...]
/macosx-10.9.5/zlib-53/zlib/
H A Dgzread.c21 local int gz_load(state, buf, len, have)
25 unsigned *have;
29 *have = 0;
31 ret = read(state->fd, buf + *have, len - *have);
34 *have += ret;
35 } while (*have < len);
92 /* Look for gzip header, set up for inflate or copy. state->have must be zero.
160 /* we have a gzip header, woo hoo! */
210 state->have
[all...]
H A Dinfback.c124 have = strm->avail_in; \
135 strm->avail_in = have; \
151 if (have == 0) { \
152 have = in(in_desc, &next); \
153 if (have == 0) { \
166 have--; \
251 unsigned have, left; /* available input and output */ local
274 have = next != Z_NULL ? strm->avail_in : 0;
336 if (copy > have) copy = have;
[all...]
/macosx-10.9.5/sudo-72/src/zlib/
H A Dgzread.c20 local int gz_load(state, buf, len, have)
24 unsigned *have;
28 *have = 0;
30 ret = read(state->fd, buf + *have, len - *have);
33 *have += ret;
34 } while (*have < len);
71 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
143 state->x.have = 0;
153 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...]
/macosx-10.9.5/CPANInternal-140/Graph/
H A DMakefile.PL25 # Some Debian distributions have a broken List::Util (see rt.cpan.org #9568)
30 You do not have Scalar::Util::weaken, cannot continue, aborting.
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/
H A D21-can.t27 like( $@, qr/does not have the method: 'thingy'/ );
39 like( $@, qr/does not have the method: 'baz'/ );
62 like( $@, qr/does not have the method: 'thingy'/ );
84 like( $@, qr/does not have the method: 'thingy'/ );
107 like( $@, qr/does not have the method: 'thingy'/ );
118 like( $@, qr/does not have the method: 'thingy'/, 'unblessed ref ->can' );
127 like( $@, qr/does not have the method: 'thingy'/, 'number can' );
136 like( $@, qr/does not have the method: 'thingy'/, 'string can' );
145 like( $@, qr/does not have the method: 'thingy'/, 'undef can' );
/macosx-10.9.5/CPANInternal-140/Test-Simple/examples/
H A Dindent.pl11 Must have explicit finalize
15 No builder may have more than one child active
/macosx-10.9.5/zlib-53/zlib/contrib/infback9/
H A Dinflate9.h42 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
H A Dinfback9.c127 if (have == 0) { \
128 have = in(in_desc, &next); \
129 if (have == 0) { \
142 have--; \
227 unsigned have; /* available input */ local
266 have = next != Z_NULL ? strm->avail_in : 0;
333 if (copy > have) copy = have;
336 have -= copy;
363 state->have
[all...]
/macosx-10.9.5/zlib-53/zlib/examples/
H A Dfitblk.c131 unsigned have; /* bytes written by deflate() call */ local
165 have = size + EXCESS - def.avail_out;
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
175 size - have, size);
218 have = size - def.avail_out;
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
231 size - have, size, def.total_in);
H A Dzpipe.c39 unsigned have; local
69 have = CHUNK - strm.avail_out;
70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
95 unsigned have; local
135 have = CHUNK - strm.avail_out;
136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
H A Dgun.c154 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
155 last = have ? (have--, (int)(*next++)) : -1)
159 have offset the index, but it's faster to waste the memory */
174 if (chunk > have) { \
175 chunk -= have; \
176 have = 0; \
180 if (chunk > have) { \
181 chunk = have
199 lunpipe(unsigned have, unsigned char *next, struct ind *indp, int outfile, z_stream *strm) argument
385 unsigned have, flags, len; local
[all...]
/macosx-10.9.5/CPANInternal-140/Graph-0.94/
H A DMakefile.PL35 # Some Debian distributions have a broken List::Util (see rt.cpan.org #9568)
40 You do not have Scalar::Util::weaken, cannot continue, aborting.
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dconfigure.com3 $! We do not use the configure script, since we do not have /bin/sh
29 /* Define if you have the sbrk function. */
31 /* Define if you have the utimes function. */
33 /* Define if you have the <fcntl.h> header file. */
35 /* Define if you have the <stdlib.h> header file. */
37 /* Define if you have the <string.h> header file. */
39 /* Define if you have the <strings.h> header file. */
41 /* Define if you have the <sys/file.h> header file. */
43 /* Define if you have the <unistd.h> header file. */
/macosx-10.9.5/ncurses-42/ncurses/ncurses/trace/
H A Dtrace_buf.c106 size_t have = strlen(buffer); local
108 buffer = _nc_trace_alloc(bufnum, 1 + have + strlen(value));
110 (void) strcpy(buffer + have, value);
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dhashed_db.c119 * FIXME: the FreeBSD cap_mkdb program assumes the database could have
209 char *have = (char *) data->data; local
212 if (*have++ == 2) {
218 *buffer = have;
232 char *have = (char *) data->data; local
234 if (*have++ == 0) {
236 && IS_TIC_MAGIC(have)) {
244 *buffer = have;
H A Dread_entry.c98 int have = (limit - *offset); local
100 if (have > 0) {
101 if ((int) want > have)
102 want = have;
128 unsigned want, have; local
176 if ((have = Read(ptr->term_names, want)) != want) {
177 memset(ptr->term_names + have, 0, want - have);
182 if (have > MAX_NAME_SIZE)
183 offset = (have
467 char *have = (char *) data.data; local
[all...]
/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/
H A D22-len.t30 is $d, 3, 'len: get array length have correct default length';
37 is $d, 3, 'len: get last array index have correct default length';
46 is $d, 3, 'len: get array length 0 have correct default length';
57 is $d, 0, 'len: get empty array length have correct default length';
64 is $d, 0, 'len: get last empty array index have correct default length';
86 is $d, 4, 'len: get scalar length have correct default length';
95 is $d, 4, 'len: get scalar length 0 have correct default length';
106 is $d, 0, 'len: get empty scalar length have correct default length';
119 is $d, 7, 'len: get utf8 scalar length in bytes have correct default length';
127 is $d, 5, 'len: get utf8 scalar length have correc
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxzlib.c59 unsigned int have; /* amount of output data unused at next */ member in struct:__anon9870
123 state->have = 0; /* no output data available */
207 unsigned int *have)
211 *have = 0;
213 ret = read(state->fd, buf + *have, len - *have);
216 *have += ret;
217 } while (*have < len);
415 /* we have a gzip header, woo hoo! */
464 state->have
206 xz_load(xz_statep state, unsigned char *buf, unsigned int len, unsigned int *have) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dinfback.c153 have = strm->avail_in; \
164 strm->avail_in = have; \
180 if (have == 0) { \
181 have = in(in_desc, &next); \
182 if (have == 0) { \
195 have--; \
280 unsigned have, left; /* available input and output */ local
303 have = next != Z_NULL ? strm->avail_in : 0;
365 if (copy > have) copy = have;
[all...]
/macosx-10.9.5/misc_cmds-32/units/
H A Dunits.c93 void showanswer(struct unittype * have, struct unittype * want);
636 showanswer(struct unittype * have, struct unittype * want) argument
638 if (compareunits(have, want)) {
640 showunit(have);
643 else if (have->offset != want->offset) {
647 if (have->quantity)
649 (have->factor + have->offset-want->offset)/want->factor);
652 have->factor / want->factor,
653 (have
676 struct unittype have, want; local
[all...]
/macosx-10.9.5/CPANInternal-140/Params-Util/t/
H A D05_typelike.t17 my $have = shift;
19 is( refaddr($have), refaddr($want), 'Objects are the same object' );
H A D15_typelike.t17 my $have = shift;
19 is( refaddr($have), refaddr($want), 'Objects are the same object' );
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A Dconfigure.in155 AC_CHECK_FUNC(strerror, , [AC_DEFINE(NO_STRERROR, 1, [Do we have strerror()])])
156 AC_CHECK_FUNC(getwd, , [AC_DEFINE(NO_GETWD, 1, [Do we have getwd()])])
157 AC_CHECK_FUNC(wait3, , [AC_DEFINE(NO_WAIT3, 1, [Do we have wait3()])])
158 AC_CHECK_FUNC(uname, , [AC_DEFINE(NO_UNAME, 1, [Do we have uname()])])
166 AC_CHECK_FUNC(realpath, , [AC_DEFINE(NO_REALPATH, 1, [Do we have realpath()])])
185 [Do we have MT-safe gethostbyname() ?])
187 [Do we have MT-safe gethostbyaddr() ?])
195 [Do we have MT-safe gethostbyname() ?])
197 [Do we have MT-safe gethostbyaddr() ?])
217 # systems like OSF/1 have
[all...]

Completed in 380 milliseconds

1234567891011>>