Searched refs:dot (Results 76 - 100 of 225) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/extensions/
H A Dlibipt_account.c51 char buffer[16], *bufferptr, *dot; local
63 /* no dot */
64 if ((dot = strchr(bufferptr, '.')) == NULL)
73 bufferptr = dot + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_ecommunity.c296 int dot = 0; local
395 if (dot)
416 dot++;
417 if (dot > 4)
439 if (dot)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_ecommunity.c296 int dot = 0; local
395 if (dot)
416 dot++;
417 if (dot > 4)
439 if (dot)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_ecommunity.c296 int dot = 0; local
395 if (dot)
416 dot++;
417 if (dot > 4)
439 if (dot)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/vq/
H A Dlatticepare.c183 char *dot; local
186 dot=strrchr(name,'.');
187 if(dot)
188 ext=dot+1;
203 dot=strrchr(basename,'.');
204 if(dot)*dot='\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/vq/
H A Dlatticepare.c183 char *dot; local
186 dot=strrchr(name,'.');
187 if(dot)
188 ext=dot+1;
203 dot=strrchr(basename,'.');
204 if(dot)*dot='\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/vq/
H A Dlatticepare.c183 char *dot; local
186 dot=strrchr(name,'.');
187 if(dot)
188 ext=dot+1;
203 dot=strrchr(basename,'.');
204 if(dot)*dot='\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/kernel/
H A Dmodule.c549 Elf32_Addr dot; local
571 //dot = (sechdrs[relsec].sh_addr + rel->r_offset) & ~0x03;
572 dot = (Elf32_Addr)loc & ~0x03;
619 val = (val - dot - 8)/4;
625 val = (val - dot - 8)/4;
634 val = (val - dot - 8)/4;
640 val = (val - dot - 8)/4;
670 Elf64_Addr dot; local
690 //dot = (sechdrs[relsec].sh_addr + rel->r_offset) & ~0x03;
691 dot
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/kernel/
H A Dmodule.c549 Elf32_Addr dot; local
571 //dot = (sechdrs[relsec].sh_addr + rel->r_offset) & ~0x03;
572 dot = (Elf32_Addr)loc & ~0x03;
619 val = (val - dot - 8)/4;
625 val = (val - dot - 8)/4;
634 val = (val - dot - 8)/4;
640 val = (val - dot - 8)/4;
670 Elf64_Addr dot; local
690 //dot = (sechdrs[relsec].sh_addr + rel->r_offset) & ~0x03;
691 dot
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/modutils/
H A Dmodutils-24.c790 ElfW(Addr) dot = targsec->header.sh_addr + rel->r_offset;
830 *loc += got - dot;
867 v -= dot + 2;
877 v -= dot + 1;
899 *loc += v - dot;
912 *loc += got - dot;
927 /* dot is the address of the current instruction.
940 * because dot points to the IMM insn, but branch
943 temp += v - dot - 4;
1002 v -= dot;
3032 unsigned long dot = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/modutils/
H A Dmodutils-24.c790 ElfW(Addr) dot = targsec->header.sh_addr + rel->r_offset;
830 *loc += got - dot;
867 v -= dot + 2;
877 v -= dot + 1;
899 *loc += v - dot;
912 *loc += got - dot;
927 /* dot is the address of the current instruction.
940 * because dot points to the IMM insn, but branch
943 temp += v - dot - 4;
1002 v -= dot;
3032 unsigned long dot = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/modutils/
H A Dmodutils-24.c790 ElfW(Addr) dot = targsec->header.sh_addr + rel->r_offset;
830 *loc += got - dot;
867 v -= dot + 2;
877 v -= dot + 1;
899 *loc += v - dot;
912 *loc += got - dot;
927 /* dot is the address of the current instruction.
940 * because dot points to the IMM insn, but branch
943 temp += v - dot - 4;
1002 v -= dot;
3032 unsigned long dot = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dlemon.c194 ** a mark (dot) showing how much of that rule has been processed so far.
200 int dot; /* The parse point */ member in struct:config
804 struct symbol *sp; /* Symbol following the dot in configuration "cfp" */
805 struct symbol *bsp; /* Symbol following the dot in configuration "bcfp" */
815 if( cfp->dot>=cfp->rp->nrhs ) continue; /* Can't shift this config */
817 sp = cfp->rp->rhs[cfp->dot]; /* Symbol after the dot */
820 ** following its dot, add the same configuration to the basis set under
821 ** construction but with the dot shifted one symbol to the right. */
824 if( bcfp->dot>
1181 int i, dot; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dlemon.c194 ** a mark (dot) showing how much of that rule has been processed so far.
200 int dot; /* The parse point */ member in struct:config
804 struct symbol *sp; /* Symbol following the dot in configuration "cfp" */
805 struct symbol *bsp; /* Symbol following the dot in configuration "bcfp" */
815 if( cfp->dot>=cfp->rp->nrhs ) continue; /* Can't shift this config */
817 sp = cfp->rp->rhs[cfp->dot]; /* Symbol after the dot */
820 ** following its dot, add the same configuration to the basis set under
821 ** construction but with the dot shifted one symbol to the right. */
824 if( bcfp->dot>
1181 int i, dot; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dlemon.c194 ** a mark (dot) showing how much of that rule has been processed so far.
200 int dot; /* The parse point */ member in struct:config
804 struct symbol *sp; /* Symbol following the dot in configuration "cfp" */
805 struct symbol *bsp; /* Symbol following the dot in configuration "bcfp" */
815 if( cfp->dot>=cfp->rp->nrhs ) continue; /* Can't shift this config */
817 sp = cfp->rp->rhs[cfp->dot]; /* Symbol after the dot */
820 ** following its dot, add the same configuration to the basis set under
821 ** construction but with the dot shifted one symbol to the right. */
824 if( bcfp->dot>
1181 int i, dot; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-h8300.c817 bfd_vma dot, gap;
820 dot = (sec->output_section->vma
824 gap = value - dot;
889 if (last_value == dot + 4
891 && ! elf32_h8_symbol_address_p (abfd, sec, dot))
952 bfd_vma dot;
956 dot = (sec->output_section->vma
960 gap = value - dot;
816 bfd_vma dot, gap; local
951 bfd_vma dot; local
H A Dcoff-z80.c242 bfd_vma dot = (*dst_ptr local
245 int gap = dst - dot - 1; /* -1, Since the offset is relative
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-h8300.c817 bfd_vma dot, gap;
820 dot = (sec->output_section->vma
824 gap = value - dot;
889 if (last_value == dot + 4
891 && ! elf32_h8_symbol_address_p (abfd, sec, dot))
952 bfd_vma dot;
956 dot = (sec->output_section->vma
960 gap = value - dot;
816 bfd_vma dot, gap; local
951 bfd_vma dot; local
H A Dcoff-z80.c242 bfd_vma dot = (*dst_ptr local
245 int gap = dst - dot - 1; /* -1, Since the offset is relative
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/
H A DMakefile.am59 $(GITLOG_TO_CHANGELOG) --append-dot --tear-off \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/
H A DMakefile.am59 $(GITLOG_TO_CHANGELOG) --append-dot --tear-off \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dcoff-z80.c242 bfd_vma dot = (*dst_ptr local
245 int gap = dst - dot - 1; /* -1, Since the offset is relative
H A Delf32-h8300.c817 bfd_vma dot, gap;
820 dot = (sec->output_section->vma
824 gap = value - dot;
889 if (last_value == dot + 4
891 && ! elf32_h8_symbol_address_p (abfd, sec, dot))
952 bfd_vma dot;
956 dot = (sec->output_section->vma
960 gap = value - dot;
816 bfd_vma dot, gap; local
951 bfd_vma dot; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/
H A DMakefile.am59 $(GITLOG_TO_CHANGELOG) --append-dot --tear-off \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-if.c2030 char *s, *colon, *dot; local
2040 colon = dot = s;
2043 while (*dot != '\0' && *dot != '.')
2044 dot++;
2046 if (*dot != '\0' && dot > colon) {
2047 PWC_ERROR("Malformed camera hint: the colon must be after the dot.\n");
2053 if (*dot != '\0') {
2069 if (*dot !
[all...]

Completed in 385 milliseconds

123456789