Searched refs:any (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrtol.c60 int neg, any, cutlim; local
63 * Skip white space and pick up leading +/- sign if any.
87 acc = any = 0;
105 * Set 'any' if any `digits' consumed; make it negative to indicate
123 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
124 any = -1;
126 any = 1;
131 if (any < 0) {
134 } else if (!any) {
[all...]
H A Dstrtoul.c60 int neg, any, cutlim; local
85 acc = any = 0;
102 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
103 any = -1;
105 any = 1;
110 if (any < 0) {
113 } else if (!any) {
119 *endptr = (char *)(any ? s - 1 : nptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/isapnp/
H A Dcompat.c32 char any[8]; local
35 pnp_convert_id(any, ISAPNP_ANY_ID, ISAPNP_ANY_ID);
41 if (compare_pnp_id(card->id,id) || (memcmp(id,any,7)==0))
54 char any[8]; local
56 pnp_convert_id(any, ISAPNP_ANY_ID, ISAPNP_ANY_ID);
66 if (compare_pnp_id(dev->id,id) || (memcmp(id,any,7)==0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/lib/
H A Dmemcpy.S9 * 2 of the License, or (at your option) any later version.
20 # - NOTE: must not use any stack. exception detection performs function return
124 # deal any exception generated by memcpy
H A Dmemset.S9 * 2 of the License, or (at your option) any later version.
20 # - NOTE: must not use any stack. exception detection performs function return
171 # deal any exception generated by memset
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_tests.sh101 # Check whether there are any stale response files
104 any=yes
106 if [ "$any" = "yes" ]; then
H A Drsacvt.c9 the License, or (at your option) any later version.
110 int any = 0; local
131 while (!any && !*line);
132 any = 1;
331 int any = 0;
413 if (any)
422 any = 1;
330 int any = 0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dfindbit.S30 bne .found @ any now set - found zero bit
32 2: cmp r2, r1 @ any more?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dfindbit.S30 bne .L_found @ any now set - found zero bit
32 2: cmp r2, r1 @ any more?
64 bne .L_found @ any now set - found zero bit
66 2: cmp r2, r1 @ any more?
96 bne .L_found @ any now set - found zero bit
98 2: cmp r2, r1 @ any more?
124 bne .L_found @ any now set - found zero bit
126 2: cmp r2, r1 @ any more?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Duninstallscripts.sh31 man pages and shell scripts. You may recover a previous version (if any
H A Dinstallbin.sh39 were any) using the command "make revert". You may uninstall the binaries
H A Dinstallscripts.sh42 man pages and shell scripts. You may recover the previous version (if any
H A Duninstallbin.sh38 version of the binaries (if there were any) using "make revert".
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dreplace.c9 (at your option) any later version.
363 int neg = 0, any, cutlim; local
386 for (acc = 0, any = 0;; c = *s++) {
395 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
396 any = -1;
398 any = 1;
403 if (any < 0) {
409 *endptr = (char *) (any ? s - 1 : nptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl11 # (at your option) any later version.
284 Foundation's software and to any other program whose authors commit to
315 that any problems introduced by others will not reflect on the original
318 Finally, any free program is threatened constantly by software
321 program proprietary. To prevent this, we have made it clear that any
330 0. This License applies to any program or other work which contains
333 refers to any such program or work, and a "work based on the Program"
334 means either the Program or any derivative work under copyright law:
348 source code as you receive it, in any medium, provided that you
351 notices that refer to this License and to the absence of any warrant
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_clist.h8 Free Software Foundation; either version 2, or (at your option) any
71 u_char any; member in struct:community_entry
H A Dbgp_clist.c8 Free Software Foundation; either version 2, or (at your option) any
423 if (entry->any)
452 if (entry->any)
481 if (entry->any && entry->direct == COMMUNITY_PERMIT)
521 if (entry->any != new->any)
524 if (entry->any)
584 /* When str is NULL, it is matches any. */
589 entry->any = 1;
744 /* When str is NULL, it is matches any
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/TPF/
H A Dcurl.mak14 # Define any additional libs needed to link
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A Dcurl-ssl.spec24 curl is a client to get documents/files from servers, using any of the
26 interaction or any kind of interactivity.
H A Dcurl.spec21 curl is a client to get documents/files from servers, using any of the
23 interaction or any kind of interactivity.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dentry-macro.S7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
50 @@ work out which irq (if any) we got
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/package/
H A Dbuilddeb86 Architecture: any
107 Architecture: any
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dfd1772dma.S53 @ Handle any other interrupts if there are any
74 @ Handle any other interrupts
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Diskeleton.S13 |and any warranty against infringement with regard to the SOFTWARE
14 |(INCLUDING ANY MODIFIED VERSIONS THEREOF) and any accompanying written materials.
24 |so long as this entire notice is retained without alteration in any modified and/or
26 |No licenses are granted by implication, estoppel or otherwise under any patents
61 | can do any clean-up desired. The stack frame is the
198 | plpaw and handle any exception here. The kernel must not be
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/imgs/
H A Dcwcdma.asp7 // (at your option) any later version.
30 // to any other SCB. This is useful for AC3 throug SPDIF. SRC (source rate converters)
86 // Load rsDMA in case input buffer is a DMA buffer Test to see if there is any data to transfer

Completed in 134 milliseconds

1234567891011>>