Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Ddedump.c178 typedef struct msgfmt { struct
184 static msgfmt_t msgfmt[256] = { variable
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
81 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 DMakefile280 msgfmt \
648 msgfmt \
H A D.gitignore1285 msgfmt/gmsgfmt
1286 msgfmt/gmsgfmt_rev
1287 msgfmt/gnu_po.c
1288 msgfmt/msgfmt
1289 msgfmt/xgettext
/illumos-gate/usr/src/man/man1/
H A DMakefile243 msgfmt.1 \
/illumos-gate/usr/src/
H A DMakefile.master222 MSGFMT= /usr/bin/msgfmt -s
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c1350 const char *msgfmt = "mappings at and above %p are missing\n"; in core_report_mapping() local
1397 Perror_printf(P, msgfmt, addr); in core_report_mapping()
1400 Pdprintf(msgfmt, addr); in core_report_mapping()