Searched refs:malloced (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwsscanf.c60 size_t malloced = 0; local
68 tempstring = malloc(malloced = MB_CUR_MAX*wcslen(string)+1);
71 i = wcstombs(tempstring, string, malloced); /* Try again. */
81 if (malloced) free(tempstring);
H A Dwsprintf.c55 int malloced = 0; local
71 malloced = 1;
90 if (malloced == 1)
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientlib.c171 uint16_t malloced; // Non-zero if buffer was allocated via malloc() member in struct:_TXTRecordRefRealType
193 txtRec->malloced = 0;
198 if (txtRec->malloced) free(txtRec->buffer);
226 if (txtRec->malloced) free(txtRec->buffer);
229 txtRec->malloced = 1;
/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c207 a.malloced = 0;
208 b.malloced = 0;
209 c.malloced = 0;
210 d.malloced = 0;
211 e.malloced = 0;
212 f.malloced = 0;
213 g.malloced = 0;
214 h.malloced = 0;
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c145 printf("malloced %d bytes, addr:%p\n", size, rv);
239 number->malloced = 1;
273 number->malloced = 1;
277 number->malloced = 0;
293 if (number->malloced == 1) {
295 number->malloced = 0;
427 if (dest->malloced == 1) {
435 dest->malloced = 1;
467 if (number->malloced) {
486 number->malloced
[all...]
H A Dbignum.h85 int malloced; /* 1 if value was malloced, 0 if not */ member in struct:__anon1943
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c892 int malloced = 0; local
947 malloced = 1;
971 if (malloced) {
1653 * Returns a malloced array of pointers, each pointer pointing to a
1654 * malloced string. If BUFEER is an empty string, then return values is
1788 * assigned a malloced buffer to hold the copy. *PTR is
1845 * The newly malloced string.
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c1581 n.malloced = 0;
1914 x.malloced = 0;
1915 q.malloced = 0;

Completed in 64 milliseconds