Searched defs:malloced (Results 1 - 4 of 4) sorted by relevance

/osnet-11/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)
/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientlib.c196 uint16_t malloced; // Non-zero if buffer was allocated via malloc() member in struct:_TXTRecordRefRealType
218 txtRec->malloced = 0;
223 if (txtRec->malloced) free(txtRec->buffer);
251 if (txtRec->malloced) free(txtRec->buffer);
254 txtRec->malloced = 1;
/osnet-11/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.

Completed in 30 milliseconds