Lines Matching defs:any
20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
61 int i, neg, any, cutlim;
80 * Skip white space and pick up leading +/- sign if any.
136 * Set any if any `digits' consumed; make it negative to indicate
149 for (acc = 0, any = 0;; c = *s++) {
160 if (any < 0)
166 any = -1;
169 any = 0;
173 any = 1;
181 any = -1;
184 any = 0;
188 any = 1;
196 *endptr = __UNCONST(any ? s - 1 : nptr);