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

/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c102 static char *fldefs, *fldata, *flmsgs, *flmids, *fldesc; variable
198 if (flmids == 0) {
251 fldesc, line, id, flmids);
1081 flmids = optarg; /* from this file */
1146 if (flmids) {
1147 if ((fdmids = fopen(flmids, "r")) == NULL) {
1148 (void) fprintf(stderr, Errmsg_opne, flmids,

Completed in 92 milliseconds