Searched defs:_base (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvasprintf.c51 unsigned char *_base; local
59 f._bf._base = f._p = (unsigned char *)malloc(128);
60 if (f._bf._base == NULL)
67 _base = realloc(f._bf._base, (size_t)(ret + 1));
68 if (_base == NULL)
70 *str = (char *)_base;
74 if (f._bf._base)
75 free(f._bf._base);
H A Dfvwrite.c130 size_t blen = fp->_p - fp->_bf._base;
131 unsigned char *_base; local
139 _base = realloc(fp->_bf._base,
141 if (_base == NULL)
144 fp->_bf._base = _base;
146 fp->_p = _base + blen;
156 } else if (fp->_p > fp->_bf._base && len > (size_t)w) {
197 if (fp->_p > fp->_bf._base
[all...]
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_old.c69 PacketAliasSetFWBase(unsigned int _base, unsigned int _num) argument
72 LibAliasSetFWBase(la, _base, _num);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h65 char* _base; member in struct:_iobuf
H A Dwchar.h88 char* _base; member in struct:_iobuf
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h75 char* _base; member in struct:_iobuf
H A Dwchar.h98 char* _base; member in struct:_iobuf
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h191 unsigned char *_base; member in struct:__sbuf
215 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
216 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
/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 Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 59 milliseconds