Home
last modified time | relevance | path

Searched refs:nbslash (Results 1 – 25 of 31) sorted by relevance

12

/dports/math/R/R-4.1.2/src/library/tools/src/
H A Dtext.c153 int i, nbslash = 0; /* number of preceding backslashes */ in check_nonASCII() local
174 if((nbslash % 2 == 0) && (*p == '"' || *p == '\'')) { in check_nonASCII()
182 if(*p == '\\') nbslash++; else nbslash = 0; in check_nonASCII()
/dports/math/libRmath/R-4.1.1/src/library/tools/src/
H A Dtext.c153 int i, nbslash = 0; /* number of preceding backslashes */ in check_nonASCII() local
174 if((nbslash % 2 == 0) && (*p == '"' || *p == '\'')) { in check_nonASCII()
182 if(*p == '\\') nbslash++; else nbslash = 0; in check_nonASCII()
/dports/emulators/qemu5/qemu-5.2.0/util/
H A Duri.c1992 int nbslash = 0; in uri_resolve_relative() local
2079 nbslash++; in uri_resolve_relative()
2134 nbslash++; in uri_resolve_relative()
2141 if (nbslash == 0) { in uri_resolve_relative()
2154 val = g_malloc(len + 3 * nbslash); in uri_resolve_relative()
2159 for (; nbslash > 0; nbslash--) { in uri_resolve_relative()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/util/
H A Duri.c1992 int nbslash = 0; in uri_resolve_relative() local
2079 nbslash++; in uri_resolve_relative()
2134 nbslash++; in uri_resolve_relative()
2141 if (nbslash == 0) { in uri_resolve_relative()
2154 val = g_malloc(len + 3 * nbslash); in uri_resolve_relative()
2159 for (; nbslash > 0; nbslash--) { in uri_resolve_relative()
/dports/emulators/qemu42/qemu-4.2.1/util/
H A Duri.c1992 int nbslash = 0; in uri_resolve_relative() local
2079 nbslash++; in uri_resolve_relative()
2134 nbslash++; in uri_resolve_relative()
2141 if (nbslash == 0) { in uri_resolve_relative()
2154 val = g_malloc(len + 3 * nbslash); in uri_resolve_relative()
2159 for (; nbslash > 0; nbslash--) { in uri_resolve_relative()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/util/
H A Duri.c1992 int nbslash = 0; in uri_resolve_relative() local
2079 nbslash++; in uri_resolve_relative()
2134 nbslash++; in uri_resolve_relative()
2141 if (nbslash == 0) { in uri_resolve_relative()
2154 val = g_malloc(len + 3 * nbslash); in uri_resolve_relative()
2159 for (; nbslash > 0; nbslash--) { in uri_resolve_relative()
/dports/emulators/qemu-utils/qemu-4.2.1/util/
H A Duri.c1992 int nbslash = 0; in uri_resolve_relative() local
2079 nbslash++; in uri_resolve_relative()
2134 nbslash++; in uri_resolve_relative()
2141 if (nbslash == 0) { in uri_resolve_relative()
2154 val = g_malloc(len + 3 * nbslash); in uri_resolve_relative()
2159 for (; nbslash > 0; nbslash--) { in uri_resolve_relative()
/dports/emulators/qemu/qemu-6.2.0/util/
H A Duri.c1986 int nbslash = 0; in uri_resolve_relative() local
2073 nbslash++; in uri_resolve_relative()
2128 nbslash++; in uri_resolve_relative()
2135 if (nbslash == 0) { in uri_resolve_relative()
2148 val = g_malloc(len + 3 * nbslash); in uri_resolve_relative()
2153 for (; nbslash > 0; nbslash--) { in uri_resolve_relative()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/util/
H A Duri.c1986 int nbslash = 0; in uri_resolve_relative() local
2073 nbslash++; in uri_resolve_relative()
2128 nbslash++; in uri_resolve_relative()
2135 if (nbslash == 0) { in uri_resolve_relative()
2148 val = g_malloc(len + 3 * nbslash); in uri_resolve_relative()
2153 for (; nbslash > 0; nbslash--) { in uri_resolve_relative()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/util/
H A Duri.c1992 int nbslash = 0; in uri_resolve_relative() local
2079 nbslash++; in uri_resolve_relative()
2134 nbslash++; in uri_resolve_relative()
2141 if (nbslash == 0) { in uri_resolve_relative()
2154 val = g_malloc(len + 3 * nbslash); in uri_resolve_relative()
2159 for (; nbslash > 0; nbslash--) { in uri_resolve_relative()
/dports/emulators/qemu60/qemu-6.0.0/util/
H A Duri.c1992 int nbslash = 0; in uri_resolve_relative() local
2079 nbslash++; in uri_resolve_relative()
2134 nbslash++; in uri_resolve_relative()
2141 if (nbslash == 0) { in uri_resolve_relative()
2154 val = g_malloc(len + 3 * nbslash); in uri_resolve_relative()
2159 for (; nbslash > 0; nbslash--) { in uri_resolve_relative()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libxml2/vtklibxml2/
H A Duri.c2136 int nbslash = 0; in xmlBuildRelativeURI() local
2220 nbslash++; in xmlBuildRelativeURI()
2268 nbslash++; in xmlBuildRelativeURI()
2274 if (nbslash == 0) { in xmlBuildRelativeURI()
2285 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2295 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libxml2/vtklibxml2/
H A Duri.c2136 int nbslash = 0; in xmlBuildRelativeURI() local
2220 nbslash++; in xmlBuildRelativeURI()
2268 nbslash++; in xmlBuildRelativeURI()
2274 if (nbslash == 0) { in xmlBuildRelativeURI()
2285 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2295 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libxml2/vtklibxml2/
H A Duri.c2177 int nbslash = 0; in xmlBuildRelativeURI() local
2286 nbslash++; in xmlBuildRelativeURI()
2292 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()
2300 if (nbslash == 0) { in xmlBuildRelativeURI()
2312 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2321 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
/dports/devel/gettext-tools/gettext-0.21/gnulib-local/lib/libxml/
H A Duri.c2197 int nbslash = 0; in xmlBuildRelativeURI() local
2306 nbslash++; in xmlBuildRelativeURI()
2312 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()
2320 if (nbslash == 0) { in xmlBuildRelativeURI()
2332 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2341 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/libxml/
H A Duri.c2197 int nbslash = 0; in xmlBuildRelativeURI() local
2306 nbslash++; in xmlBuildRelativeURI()
2312 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()
2320 if (nbslash == 0) { in xmlBuildRelativeURI()
2332 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2341 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/lib/libxml/
H A Duri.c2197 int nbslash = 0; in xmlBuildRelativeURI() local
2306 nbslash++; in xmlBuildRelativeURI()
2312 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()
2320 if (nbslash == 0) { in xmlBuildRelativeURI()
2332 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2341 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
/dports/devel/gettext-runtime/gettext-0.21/gnulib-local/lib/libxml/
H A Duri.c2197 int nbslash = 0; in xmlBuildRelativeURI() local
2306 nbslash++; in xmlBuildRelativeURI()
2312 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()
2320 if (nbslash == 0) { in xmlBuildRelativeURI()
2332 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2341 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Duri.c2197 int nbslash = 0; in xmlBuildRelativeURI() local
2306 nbslash++; in xmlBuildRelativeURI()
2312 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()
2320 if (nbslash == 0) { in xmlBuildRelativeURI()
2332 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2341 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/
H A Duri.c2168 int nbslash = 0; in xmlBuildRelativeURI() local
2277 nbslash++; in xmlBuildRelativeURI()
2283 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()
2291 if (nbslash == 0) { in xmlBuildRelativeURI()
2303 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2312 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
/dports/devel/gettext-po-mode/gettext-0.21/gnulib-local/lib/libxml/
H A Duri.c2197 int nbslash = 0; in xmlBuildRelativeURI() local
2306 nbslash++; in xmlBuildRelativeURI()
2312 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()
2320 if (nbslash == 0) { in xmlBuildRelativeURI()
2332 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2341 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Duri.c2197 int nbslash = 0; in xmlBuildRelativeURI() local
2306 nbslash++; in xmlBuildRelativeURI()
2312 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()
2320 if (nbslash == 0) { in xmlBuildRelativeURI()
2332 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2341 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Duri.c2197 int nbslash = 0; in xmlBuildRelativeURI() local
2306 nbslash++; in xmlBuildRelativeURI()
2312 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()
2320 if (nbslash == 0) { in xmlBuildRelativeURI()
2332 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2341 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/lib/libxml/
H A Duri.c2197 int nbslash = 0; in xmlBuildRelativeURI() local
2306 nbslash++; in xmlBuildRelativeURI()
2312 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()
2320 if (nbslash == 0) { in xmlBuildRelativeURI()
2332 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2341 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-lib/libxml/
H A Duri.c2197 int nbslash = 0; in xmlBuildRelativeURI() local
2306 nbslash++; in xmlBuildRelativeURI()
2312 if (nbslash == 0 && !uptr[0]) { in xmlBuildRelativeURI()
2320 if (nbslash == 0) { in xmlBuildRelativeURI()
2332 val = (xmlChar *) xmlMalloc (len + 3 * nbslash); in xmlBuildRelativeURI()
2341 for (; nbslash>0; nbslash--) { in xmlBuildRelativeURI()

12