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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dinstalldat.sh12 cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?
18 The dat files have been installed.
H A Dinstallmsg.sh13 cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?
19 The msg files have been installed.
H A Dinstallswat.sh21 echo Failed to make directory $d, does $USER have privileges?
37 cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?
55 cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?
68 cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?
93 cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?
101 echo Failed to make directory $SWATDIR/help/images, does $USER have privileges?
108 cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?
125 echo Failed to make directory $d, does $USER have privileges?
136 cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?
143 cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privilege
[all...]
H A Duninstallmodules.sh23 echo Cannot remove $LIBDIR/$p2 ... does $USER have privileges?
31 The modules have been uninstalled. You may restore the modules using
H A Duninstallscripts.sh22 echo Cannot remove $BINDIR/$p2 ... does $USER have privileges?
29 The scripts have been uninstalled. You may reinstall them using
H A Dinstallscripts.sh34 echo Cannot copy $p2... does $USER have privileges?
40 The scripts have been installed. You may uninstall them using
H A Duninstallbin.sh27 echo Cannot remove $BINDIR/$p2 ... does $USER have privileges?
35 The binaries have been uninstalled. You may restore the binaries using
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/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.c29 unsigned have; local
59 have = CHUNK - strm.avail_out;
60 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
85 unsigned have; local
125 have = CHUNK - strm.avail_out;
126 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
H A Dgun.c151 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
152 last = have ? (have--, (int)(*next++)) : -1)
156 have offset the index, but it's faster to waste the memory */
171 if (chunk > have) { \
172 chunk -= have; \
173 have = 0; \
177 if (chunk > have) { \
178 chunk = have
196 lunpipe(unsigned have, unsigned char *next, struct ind *indp, int outfile, z_stream *strm) argument
377 unsigned have, flags, len; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/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.c29 unsigned have; local
59 have = CHUNK - strm.avail_out;
60 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
85 unsigned have; local
125 have = CHUNK - strm.avail_out;
126 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
H A Dgun.c151 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
152 last = have ? (have--, (int)(*next++)) : -1)
156 have offset the index, but it's faster to waste the memory */
171 if (chunk > have) { \
172 chunk -= have; \
173 have = 0; \
177 if (chunk > have) { \
178 chunk = have
196 lunpipe(unsigned have, unsigned char *next, struct ind *indp, int outfile, z_stream *strm) argument
377 unsigned have, flags, len; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
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...]
H A Dinflate.c100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
408 have = strm->avail_in; \
419 strm->avail_in = have; \
435 if (have == 0) goto inf_leave; \
436 have--; \
515 would all have to actually be part of the saved state in case NEEDBITS()
561 unsigned have, left; /* available input and output */ local
584 in = have;
683 if (copy > have) copy = have;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
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...]
H A Dinflate.c100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
408 have = strm->avail_in; \
419 strm->avail_in = have; \
435 if (have == 0) goto inf_leave; \
436 have--; \
515 would all have to actually be part of the saved state in case NEEDBITS()
561 unsigned have, left; /* available input and output */ local
584 in = have;
683 if (copy > have) copy = have;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.c136 * At the end of a Deflate-compressed PPP packet, we expect to have seen
172 have = strm->avail_in; \
183 strm->avail_in = have; \
199 if (have == 0) goto inf_leave; \
200 have--; \
279 would all have to actually be part of the saved state in case NEEDBITS()
323 unsigned have, left; /* available input and output */ local
347 in = have;
435 if (copy > have) copy = have;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_dbex.c16 * You should have received a copy of the GNU General Public License
31 struct ospf6_lsa *have = NULL; local
46 /* if already have newer database copy, check next LSA */
47 have = ospf6_lsdb_lookup (lsa_header->type, lsa_header->ls_id,
51 if (! have)
53 /* if we don't have database copy, add request */
58 else if (have)
61 if (ospf6_lsa_check_recent (received, have) < 0)
126 if MaxAge LSA and if we have no instance, and no neighbor
223 struct ospf6_lsa *received, *have, *re local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dchecksumcopy.S28 ;; this overhead is why we have a check above for breakeven length
29 ;; only r0 - r8 have to be saved, the other ones are clobber-able
40 1: ;; A failing userspace access will have this as PC.
70 ax ; do it again, since we might have generated a carry
109 2: ;; A failing userspace access will have this as PC.
118 ;; see if we have one odd byte more
128 3: ;; A failing userspace access will have this as PC.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dchecksumcopy.S28 ;; this overhead is why we have a check above for breakeven length
29 ;; only r0 - r8 have to be saved, the other ones are clobber-able
38 1: ;; A failing userspace access (the read) will have this as PC.
59 addc 0,$r13 ; do it again, since we might have generated a carry
96 2: ;; A failing userspace access for the read below will have this as PC.
106 ;; see if we have one odd byte more
115 3: ;; A failing userspace access for the read below will have this as PC.

Completed in 181 milliseconds

1234567891011>>