Searched defs:mchunk (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.h105 char *mchunk; /* pointer to memory chunk of dynamic strs */ member in struct:__anon1418
H A Dgettext_gnu.c534 msg = gmnp->mchunk + gmnp->d_msg[MSGID][idx].offset;
550 msg = gmnp->mchunk + gmnp->d_msg[MSGSTR][idx].offset;
1083 char *mchunk, *msg; local
1094 mchunk = NULL;
1095 mchunk_size = 0; /* size of the allocated memory in mchunk */
1096 used = 0; /* size of the used memory in mchunk */
1123 t = realloc(mchunk, n);
1126 free(mchunk);
1129 mchunk = t;
1132 (void) memcpy(mchunk
1182 char *chunk, *mchunk; local
[all...]

Completed in 18 milliseconds