Searched defs:wildcard (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c1044 GLboolean wildcard = GL_FALSE; local
1048 /* check for leading '*' wildcard */
1051 wildcard = GL_TRUE;
1056 /* check for trailing '*' wildcard */
1060 wildcard = GL_TRUE;
1065 if (wildcard) {
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
1151 return(BAD_CAST "wildcard (any)");
1693 *buf = xmlStrcat(*buf, BAD_CAST " wildcard");
2527 * wildcard here, since the wildcard might be unfolded into
2564 * they represent the same negated wildcard.
3761 * set: a schema wildcard namespace
3763 * Deallocates a list of wildcard constraint structures.
3779 * @wildcard: a wildcard structur
3784 xmlSchemaFreeWildcard(xmlSchemaWildcardPtr wildcard) argument
[all...]

Completed in 757 milliseconds