Home
last modified time | relevance | path

Searched refs:msgfmt (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddedump.c178 typedef struct msgfmt { struct
184 static msgfmt_t msgfmt[256] = { argument
249 (q->q_flag & QREADR) ? "RD" : "WR", (void *)q, msgfmt[type].m_desc); in dedumpput()
252 msgfmt[type].m_print(mp); in dedumpput()
299 mf = msgfmt[i]; in _init()
300 msgfmt[i].m_type = i; in _init()
301 (void) sprintf(msgfmt[i].m_desc, "M_BOGUS_0x%x", i); in _init()
302 msgfmt[i].m_print = dedump_raw; in _init()
304 msgfmt[mf.m_type] = mf; in _init()
/illumos-gate/usr/src/cmd/msgfmt/
H A DMakefile47 SOBJS= msgfmt.o check_header.o
51 BINPROG= msgfmt xgettext
79 msgfmt: $(SOBJS) $(COBJS) target
H A Dreq.flg28 echo_file usr/src/lib/libc/inc/msgfmt.h
/illumos-gate/usr/src/pkg/manifests/
H A Dtext-locale.p5m42 file path=usr/bin/msgfmt mode=0555
68 file path=usr/share/man/man1/msgfmt.1
/illumos-gate/usr/src/cmd/
H A DMakefile278 msgfmt \
646 msgfmt \
/illumos-gate/usr/src/man/man1/
H A DMakefile244 msgfmt.1 \
/illumos-gate/usr/src/
H A DMakefile.master221 MSGFMT= /usr/bin/msgfmt -s
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c1348 const char *msgfmt = "mappings at and above %p are missing\n"; in core_report_mapping() local
1395 Perror_printf(P, msgfmt, addr); in core_report_mapping()
1398 dprintf(msgfmt, addr); in core_report_mapping()