HomeSort by relevance Sort by last modified time
    Searched defs:msgfile (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/genmsg/
main.c 99 char *msgfile = NULL; local
118 msgfile = optarg;
209 if (IsActiveMode(AppendMode) && msgfile != NULL) {
210 read_msgfile(msgfile);
213 if (msgfile == NULL) {
216 if ((msgfile = malloc(len)) == NULL) {
220 (void) snprintf(msgfile, len, "%s%s", tmp, MSG_SUFFIX);
363 write_msgfile(msgfile);
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
gettxt.c 85 char msgfile[DB_NAME_LEN]; /* name of static shared library */ local
105 (void) strncpy(msgfile, msg_id, name_len);
106 msgfile[name_len] = '\0';
116 (void) strcpy(msgfile, cur_cat);
134 if (strcmp(msgfile, dbl->db_name) == 0) {
135 /* msgfile found */
169 _DFLT_LOC_PATH "%s" MESSAGES "%s", dbc->loc, msgfile) >=
194 (void) strcpy(dbl->db_name, msgfile);
  /onnv/onnv-gate/usr/src/cmd/srchtxt/
srchtxt.c 79 static char *msgfile; /* points to the argument immediately */ variable
119 msgfile = optarg;
154 end = msgfile + strlen(msgfile) + 1;
155 if (*msgfile == ',' || *(end - 2) == ',')
157 while ((fname = strtok(msgfile, ",\0")) != NULL) {
165 msgfile = msgfile + strlen(fname) + 1;
169 if (end != msgfile)
177 if (end == msgfile)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ast/msgcc/
msggen.c 108 "\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;
  /onnv/onnv-gate/usr/src/cmd/exstr/
exstr.c 259 char *msgfile; local
315 msgfile = repbufp;
316 if (strlen(msgfile) > (size_t)14 || *msgfile == '\0') {
319 "'%s'\n", msgfile);
403 "gettxt(\"%s:%d\", \"%s\")", msgfile, curmsgno,
407 "gettxt(\"%s:%d\", \"\")", msgfile, curmsgno);
  /onnv/onnv-gate/usr/src/lib/libc/port/i18n/
gettext_real.c 60 char msgfile[MAXPATHLEN]; /* 1024 */ local
167 mp->msgfile = msgfile;
224 (void) memcpy(mp->msgfile, cb, cblen);
225 *(mp->msgfile + cblen) = '\0';
230 gprintf(0, " msgfile: \"%s\"\n",
231 msgfile ? msgfile : "(null)");
265 *mp->msgfile = '\0';
1067 mnp->path = strdup(mp->msgfile);
    [all...]
gettext.h 149 char *msgfile; /* msg catalog file to open */ member in struct:msg_pack
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
access.c 1468 char class[BUFSIZ], msgfile[MAXPATHLEN]; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
nodes.h 46 char *msgfile; member in struct:alert_node
  /onnv/onnv-gate/usr/src/cmd/msgfmt/
msgfmt.c 194 static char msgfile[MAXPATHLEN]; local
516 (void) strcpy(msgfile, gcurrent_domain);
517 (void) strcat(msgfile, ".mo");
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/xml/
xml_convert.c 648 * Find the "msgfile" variable node. This is where
1278 FILE *msgfile = NULL; local
    [all...]

Completed in 4800 milliseconds