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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DASTBase.cpp162 ASTBase::dup() function in class:ASTBase
172 if ( t->_right!=NULL ) u->_right = t->_right->dup();
174 if ( t->_down!=NULL ) u->_down = t->_down->dup();
189 ASTDoublyLinkedBase::dup() function in class:ASTDoublyLinkedBase
198 u->_right=t->_right->dup(); // MR1
204 u->_down = t->_down->dup(); // MR1
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dio.h153 static inline int dup(int od) { return _dup(od); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dio.h150 static inline int dup(int od) { return _dup(od); } function
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h19 # define dup _dup macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c404 /** The dup() function provides an alternative interface to the
406 - fid = dup(fildes);
415 dup (int fildes) function
/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c1900 xmlChar *dup = NULL; local
1957 * the string has been dup'ed and terminates with 0
2000 dup = xmlSAX2DecodeAttrEntities(ctxt, value, valueend);
2001 if (dup == NULL) {
2011 dup = xmlStrndup(value, valueend - value);
2014 ctxt->myDoc, ctxt->node, ret, dup);
2018 * dup now contains a string of the flattened attribute
2034 ctxt->node, fullname, dup);
2041 xmlFree(dup);
2042 dup
[all...]
H A Dvalid.c3802 xmlChar *dup, *nam = NULL, *cur, save; local
3805 dup = xmlStrdup(value);
3806 if (dup == NULL)
3808 cur = dup;
3833 xmlFree(dup);
6370 xmlChar *dup, *str = NULL, *cur, save; local
6372 dup = xmlStrdup(name);
6373 if (dup == NULL) {
6377 cur = dup;
6395 xmlFree(dup);
6405 xmlChar *dup, *str = NULL, *cur, save; local
[all...]
H A Drelaxng.c1751 * @dup: arg need to be duplicated
1760 const xmlChar * arg2, int dup)
1799 if (dup) {
2297 xmlRelaxNGValidErrorPtr err, dup; local
2307 dup = &ctxt->errTab[j];
2308 if ((err->err == dup->err) && (err->node == dup->node) &&
2309 (xmlStrEqual(err->arg1, dup->arg1)) &&
2310 (xmlStrEqual(err->arg2, dup->arg2))) {
2338 * @dup
1758 xmlRelaxNGValidErrorPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidErr err, const xmlChar * arg1, const xmlChar * arg2, int dup) argument
2344 xmlRelaxNGAddValidError(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidErr err, const xmlChar * arg1, const xmlChar * arg2, int dup) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 83 milliseconds