Searched defs:semicolon (Results 1 - 9 of 9) sorted by relevance

/external/curl/src/
H A Dtool_formparse.c186 bool semicolon; local
192 semicolon = (';' == *ptr) ? TRUE : FALSE;
196 while(semicolon) {
219 /* there's a semicolon following - we check if it is a filename
228 semicolon = (';' == *ptr) ? TRUE : FALSE;
232 semicolon = FALSE;
240 semicolon = (';' == *ptr) ? TRUE : FALSE;
247 semicolon = (';' == *ptr) ? TRUE : FALSE;
/external/nfacct/
H A Dnfacct.c593 char *semicolon = strchr(buffer, ';'); local
594 if (semicolon == NULL) {
598 *semicolon = 0;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug.c59 const char *semicolon; local
92 semicolon = strchr(p, ';');
93 if (semicolon) {
94 p = copy = strndup(p, semicolon - p);
/external/libmicrohttpd/src/microhttpd/
H A Dconnection.c1298 char *semicolon; local
1350 semicolon = equals;
1351 while ( ('\0' != semicolon[0]) &&
1353 ( (';' != semicolon[0]) &&
1354 (',' != semicolon[0]) ) ) )
1356 if ('"' == semicolon[0])
1358 semicolon++;
1360 if ('\0' == semicolon[0])
1361 semicolon = NULL;
1362 if (NULL != semicolon)
[all...]
/external/icu/icu4c/source/common/
H A Duloc.cpp653 const char* semicolon = NULL; local
674 semicolon = uprv_strchr(pos, ';');
677 if(!equalSign || (semicolon && semicolon<equalSign)) {
709 if (!*equalSign || equalSign == semicolon) {
716 pos = semicolon;
2324 /* semicolon (;) is closer than end (,) */
2340 /* no semicolon - it's 1.0 */
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 641 milliseconds