Home
last modified time | relevance | path

Searched refs:reallocarray (Results 1 – 23 of 23) sorted by relevance

/external/giflib/
Dgifalloc.c191 GifColorType *new_map = (GifColorType *)reallocarray(Map, in GifUnionColorMap()
235 ExtensionBlock* ep_new = (ExtensionBlock *)reallocarray in GifAddExtensionBlock()
328 GifFile->SavedImages = (SavedImage *)reallocarray(GifFile->SavedImages, in GifMakeSavedImage()
358 sp->RasterBits = (unsigned char *)reallocarray(NULL, in GifMakeSavedImage()
372 sp->ExtensionBlocks = (ExtensionBlock *)reallocarray(NULL, in GifMakeSavedImage()
Dopenbsd-reallocarray.c30 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
DAndroid.bp12 "openbsd-reallocarray.c",
Dgif_lib.h248 reallocarray(void *optr, size_t nmemb, size_t size);
Ddgif_lib.c399 (SavedImage *)reallocarray(GifFile->SavedImages, in DGifGetImageDesc()
1111 sp->RasterBits = (unsigned char *)reallocarray(NULL, ImageSize, in DGifSlurp()
/external/openssh/openbsd-compat/
Dreallocarray.c37 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
DMakefile.in19 …et_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray.o realpath.o rr…
Dopenbsd-compat.h68 void *reallocarray(void *, size_t, size_t);
Dvis.c222 buf = reallocarray(NULL, 4, strlen(src) + 1); in stravis()
/external/openssh/
Dxmalloc.c73 new_ptr = reallocarray(ptr, nmemb, size); in xreallocarray()
Ddeattack.c124 if ((tmp = reallocarray(dctx->h, l, HASH_ENTRYSIZE)) in detect_attack()
Dbitmap.c89 if ((tmp = reallocarray(b->d, nlen, BITMAP_BYTES)) == NULL) in reserve()
DAndroid.mk103 openbsd-compat/reallocarray.c \
Dhostfile.c254 if ((tmp = reallocarray(hostkeys->entries, in record_hostkey()
Dclientloop.c2245 if ((tmp = reallocarray(ctx->old_keys, ctx->nold + 1, in hostkeys_find()
2479 if ((tmp = reallocarray(ctx->keys, ctx->nkeys + 1, in client_input_hostkeys()
Dauth2-pubkey.c1130 (tmp = reallocarray(authctxt->prev_userkeys, in auth2_record_userkey()
Dkrl.c1029 tmp_ca_used = reallocarray(ca_used, nca_used + 1, in ssh_krl_from_blob()
Dconfig.h.in902 /* Define to 1 if you have the `reallocarray' function. */
Dsshkey.c1896 key->cert->principals = reallocarray(key->cert->principals, in cert_parse()
Dconfigure.ac1735 reallocarray \
Dconfigure10686 reallocarray \
DChangeLog3038 define _OPENBSD_SOURCE for reallocarray on NetBSD
/external/tensorflow/tensorflow/contrib/cmake/patches/gif/
DCMakeLists.txt11 "lib/openbsd-reallocarray.c"