Searched refs:star (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_utl.c803 const unsigned char *star = 0; local
820 if (star != NULL || (state & LABEL_IDNA) != 0 || dots)
829 star = &p[i];
854 * there must be at least two dots after the star.
858 return star;
866 const unsigned char *star = NULL; local
873 star = valid_star(pattern, pattern_len, flags);
874 if (star == NULL)
877 return wildcard_match(pattern, star - pattern,
878 star
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_utl.c803 const unsigned char *star = 0; local
820 if (star != NULL || (state & LABEL_IDNA) != 0 || dots)
829 star = &p[i];
854 * there must be at least two dots after the star.
858 return star;
866 const unsigned char *star = NULL; local
873 star = valid_star(pattern, pattern_len, flags);
874 if (star == NULL)
877 return wildcard_match(pattern, star - pattern,
878 star
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dw6692.c615 u8 stat, star = 0; local
620 star = ReadW6692B(wch, W_B_STAR);
621 if (star & (W_B_STAR_RDOV | W_B_STAR_CRCE | W_B_STAR_RMB)) {
622 if ((star & W_B_STAR_RDOV) &&
631 if (star & W_B_STAR_CRCE) {
638 if (star & W_B_STAR_RMB) {
661 star = ReadW6692B(wch, W_B_STAR);
662 if (star & W_B_STAR_RDOV) {
679 if (!(star & W_B_STAR_RDOV)) {
691 star
768 int rbch, star; local
[all...]
H A DmISDNipac.c725 int rbch, star; local
731 star = ReadISAC(isac, ISAC_STAR);
733 isac->name, rbch, star);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/shaped/
H A Dmakefile.dmc42 for %f in (star.png) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
H A Dmakefile.dms209 data : .\star.png
H A DMakefile.in189 @for f in star.png; do \
H A Dmakefile.bcc250 for %f in (star.png) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
H A Dmakefile.gcc243 for %%f in (star.png) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
H A Dmakefile.vc356 for %f in (star.png) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
H A Dmakefile.wat279 for %f in (star.png) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/drawing/
H A Ddrawing.cpp459 wxPoint star[5]; local
460 star[0] = wxPoint(100, 60);
461 star[1] = wxPoint(60, 150);
462 star[2] = wxPoint(160, 100);
463 star[3] = wxPoint(40, 100);
464 star[4] = wxPoint(140, 150);
470 dc.DrawText(_T("The third star only has a hatched outline"), 10, 50);
472 dc.DrawPolygon(WXSIZEOF(star), star, 0, 30); local
473 dc.DrawPolygon(WXSIZEOF(star), sta local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsunsab.c97 while ((readb(&up->regs->r.star) & SAB82532_STAR_TEC) && --timeout)
105 while ((readb(&up->regs->r.star) & SAB82532_STAR_CEC) && --timeout)
242 if (!(readb(&up->regs->r.star) & SAB82532_STAR_XFW))
289 (readb(&up->regs->r.star) & SAB82532_STAR_CTS));
390 val = readb(&up->regs->r.star);
H A Dsunsab.h11 u8 star; /* Status Register */ member in struct:sab82532_async_rd_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsvm.h158 u64 star; member in struct:vmcb_save_area
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dw6692.c687 int rbch, star; local
693 star = cs->readW6692(cs, W_D_STAR);
696 rbch, star);
697 if (star & W_D_STAR_XBZ) { /* D-Channel Busy */
H A Dicc.c586 int rbch, star; local
590 star = cs->readisac(cs, ICC_STAR);
593 rbch, star);
H A Disac.c585 int rbch, star; local
589 star = cs->readisac(cs, ISAC_STAR);
592 rbch, star);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dsaxpath.jar ... COLON public static final int DOUBLE_COLON public static final int STAR public static final int EQUALS public static final int NOT_EQUALS ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dsvm.c2182 to_vmcb->save.star = from_vmcb->save.star;
2461 *data = svm->vmcb->save.star;
2585 svm->vmcb->save.star = data;
2831 pr_err("star: %016llx lstar: %016llx\n",
2832 save->star, save->lstar);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dproc.c2235 static struct qstr star = { local
2263 result = smb_encode_path(server, mask, SMB_MAXPATHLEN+1, dir, &star);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfunction.tex3957 star is not appended to it.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex2827 \def\point{$\star$}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex5655 \def\point{$\star$}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex5685 \def\point{$\star$}

Completed in 329 milliseconds

12