/external/selinux/sandbox/ |
seunshare.c | 317 char *newbuf = NULL; local 343 if (asprintf(&newbuf, "\'%s\'", path) == -1) { 348 if (asprintf(&newbuf, "%s \'%s\'", buf, path) == -1) { 354 free(buf); buf = newbuf; 355 newbuf = NULL; 359 if (asprintf(&newbuf, "/usr/bin/rsync -trlHDq %s '%s'", buf, dst) == -1) { 363 *cmdbuf=newbuf;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
tokenizer.c | 969 char *newbuf = tok->buf;
local 970 newbuf = (char *)PyMem_REALLOC(newbuf,
972 if (newbuf == NULL) {
977 tok->buf = newbuf;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
tokenizer.c | 949 char *newbuf = tok->buf;
local 950 newbuf = (char *)PyMem_REALLOC(newbuf,
952 if (newbuf == NULL) {
957 tok->buf = newbuf;
[all...] |
/external/libxml2/ |
SAX2.c | 2612 xmlChar *newbuf; local [all...] |
tree.c | 7267 xmlChar *newbuf; local [all...] |
/external/python/cpython2/Parser/ |
tokenizer.c | 973 char *newbuf = tok->buf; local 974 newbuf = (char *)PyMem_REALLOC(newbuf, 976 if (newbuf == NULL) { 981 tok->buf = newbuf; [all...] |
/external/python/cpython3/Modules/_io/ |
winconsoleio.c | 602 wchar_t *newbuf; local 605 newbuf = (wchar_t*)PyMem_Realloc(buf, maxlen * sizeof(wchar_t)); local 607 if (!newbuf) { 611 buf = newbuf; [all...] |
/external/python/cpython3/Parser/ |
tokenizer.c | 1049 char *newbuf = tok->buf; local 1050 newbuf = (char *)PyMem_REALLOC(newbuf, 1052 if (newbuf == NULL) { 1057 tok->buf = newbuf; [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
ItaniumDemangle.cpp | 4256 char *newbuf = static_cast<char *>(std::realloc(buf, sz)); local [all...] |
/external/e2fsprogs/lib/blkid/ |
probe.c | 55 unsigned char *newbuf; local 74 newbuf = realloc(pr->buf, len); 75 if (newbuf == NULL) 77 pr->buf = newbuf; [all...] |
/external/pdfium/third_party/libtiff/ |
tif_jpeg.c | 478 void* newbuf; local 481 newbuf = _TIFFrealloc((void*) sp->jpegtables, 483 if (newbuf == NULL) 485 sp->dest.next_output_byte = (JOCTET*) newbuf + sp->jpegtables_length; 487 sp->jpegtables = newbuf; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
cPickle.c | 542 char *newbuf = (char *)realloc(self->buf, n);
local 543 if (!newbuf) {
547 self->buf = newbuf;
588 char *newbuf;
local 602 newbuf = (char *)realloc(self->buf, bigger);
603 if (newbuf == NULL) {
607 self->buf = newbuf;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
cPickle.c | 545 char *newbuf = (char *)realloc(self->buf, n);
local 546 if (!newbuf) {
550 self->buf = newbuf;
591 char *newbuf;
local 605 newbuf = (char *)realloc(self->buf, bigger);
606 if (!newbuf) {
610 self->buf = newbuf;
[all...] |
/external/python/cpython2/Modules/ |
cPickle.c | 542 char *newbuf = (char *)realloc(self->buf, n); local 543 if (!newbuf) { 547 self->buf = newbuf; 588 char *newbuf; local 602 newbuf = (char *)realloc(self->buf, bigger); 603 if (newbuf == NULL) { 607 self->buf = newbuf; [all...] |
/external/guice/extensions/persist/lib/ |
commons-io.jar | |
javassist.jar | |
/external/guice/extensions/struts2/lib/ |
commons-io-1.3.2.jar | |
javassist.jar | |
/external/emma/lib/ |
emma.jar | |
/external/owasp/sanitizer/tools/emma/lib/ |
emma.jar | |
/external/libphonenumber/demo/war/WEB-INF/lib/ |
commons-io-1.4.jar | |