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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgettxt.c82 char msgfile[DB_NAME_LEN]; /* name of static shared library */ local
102 (void) strncpy(msgfile, msg_id, name_len);
103 msgfile[name_len] = '\0';
113 (void) strcpy(msgfile, cur_cat);
131 if (strcmp(msgfile, dbl->db_name) == 0) {
132 /* msgfile found */
166 _DFLT_LOC_PATH "%s" MESSAGES "%s", dbc->loc, msgfile) >=
191 (void) strcpy(dbl->db_name, msgfile);
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsggen.c108 "\ncatfile [ msgfile ]\n"
220 char* msgfile; local
350 else if (!(msgfile = *argv++) || *argv)
359 if (!(mp = sfopen(NiL, msgfile, "r")))
360 error(ERROR_SYSTEM|3, "%s: cannot read message file", msgfile);
374 error_info.file = msgfile;
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.h146 char *msgfile; /* msg catalog file to open */ member in struct:msg_pack
H A Dgettext_real.c59 char msgfile[MAXPATHLEN]; /* 1024 */ local
219 mp->msgfile = cur_binding->pathname;
229 mp->msgfile = msgfile;
253 *mp->msgfile = '\0';
1101 mnp->path = strdup(mp->msgfile);
1108 fd = nls_safe_open(mp->msgfile, &statbuf, &mp->trusted, !mp->nlsp);

Completed in 19 milliseconds