Searched refs:mchunk (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/i18n/
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...]
H A Dgettext.h105 char *mchunk; /* pointer to memory chunk of dynamic strs */ member in struct:__anon1418
H A Dgettext_util.c324 p->mchunk + p->d_msg[MSGID][i-num_of_str-1].offset;
352 p->mchunk + p->d_msg[v][x].offset);
386 ms = p->mchunk + p->d_msg[MSGID][x].offset;
537 gprintf(level, " mchunk: 0x%p\n", (void *)gmnp->mchunk);

Completed in 18 milliseconds