Searched refs:msgfile (Results 1 - 5 of 5) 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_util.c69 * msgfile - buffer to store the pathname to the message file
78 * mp->msgfile - pathname to the message file is stored
81 * mp->msgfile is returned
94 p = mp->msgfile;
128 gprintf(0, "mp->msgfile: \"%s\"\n", mp->msgfile);
131 return (mp->msgfile);
141 p = mp->msgfile;
179 * msgfile - pathname to the message catalog file
204 strcmp(cur_msg->path, mp->msgfile)
[all...]
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);
H A Dgettext.h146 char *msgfile; /* msg catalog file to open */ member in struct:msg_pack

Completed in 20 milliseconds