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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_handle.c329 struct messages *msg, *dupmsg; local
351 dupmsg = search_msg(cur_catalog, id->str, hash_val);
353 if (dupmsg) {
354 if ((dupmsg->str_len == str->len) &&
355 (memcmp(dupmsg->str, str->str, str->len) == 0)) {
359 dupmsg->num, po_names[dupmsg->po],
373 dupmsg->num, po_names[dupmsg->po],
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c1357 dupmsg(mblk_t *bp) function
1655 * Copy all of the first msg type into one new mblk, then dupmsg
1678 newmp->b_cont = dupmsg(mp);

Completed in 67 milliseconds