Searched refs:id_tbl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_msgs.c71 struct msgtbl *id_tbl, *str_tbl; local
131 id_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) *
150 id_tbl[i].len = m[i].id_len - 1;
152 id_tbl[i].offset = id_off + ids_top;
172 (void) fwrite(id_tbl, sizeof (struct msgtbl),
186 free(id_tbl);
H A Dgnu_msgs_rev.c81 struct msgtbl *id_tbl, *str_tbl; local
136 id_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) *
155 id_tbl[i].len = doswap(m[i].id_len - 1);
157 id_tbl[i].offset = doswap(id_off + ids_top);
177 (void) fwrite(id_tbl, sizeof (struct msgtbl),
193 free(id_tbl);

Completed in 55 milliseconds