Searched refs:alstr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dappletwindow.cpp687 wxString alstr = tag.GetParam(wxT("ALIGN")); local
688 alstr.MakeUpper(); // for the case alignment was in ".."
689 if (alstr == wxT("TEXTTOP") || alstr == wxT("TOP"))
691 else if ((alstr == wxT("CENTER")) || (alstr == wxT("ABSCENTER")))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_image.cpp644 wxString alstr = tag.GetParam(wxT("ALIGN")); local
645 alstr.MakeUpper(); // for the case alignment was in ".."
646 if (alstr == wxT("TEXTTOP"))
648 else if ((alstr == wxT("CENTER")) || (alstr == wxT("ABSCENTER")))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dx509.c755 unsigned char *alstr; local
756 alstr = X509_alias_get0(x, NULL);
757 if (alstr)
758 BIO_printf(STDout, "%s\n", alstr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dx509.c755 unsigned char *alstr; local
756 alstr = X509_alias_get0(x, NULL);
757 if (alstr)
758 BIO_printf(STDout, "%s\n", alstr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dx509.c745 unsigned char *alstr; local
746 alstr = X509_alias_get0(x, NULL);
747 if (alstr) BIO_printf(STDout,"%s\n", alstr);

Completed in 81 milliseconds