| /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/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/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/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/cmd/lp/cmd/lpsched/ |
| alerts.c | 88 pformat(pr->alert->msgfile, text, pr, rp); 98 Unlink(pr->alert->msgfile); 105 pwformat(pp->alert->msgfile, pp); 113 Unlink(pp->alert->msgfile); 128 formPath = fp->alert->msgfile; 142 Unlink(fp->alert->msgfile); 156 if (Access(pr->alert->msgfile, 0) == 0) { 290 Unlink(ap->msgfile);
|
| nodes.h | 46 char *msgfile; member in struct:alert_node
|
| exec.c | 1058 (void)Chown (printer->alert->msgfile, procuid, procgid); 1062 av[ac++] = arg_string(TRUSTED, "%s", printer->alert->msgfile); 1069 (void)Chown (pwheel->alert->msgfile, procuid, procgid); 1073 av[ac++] = arg_string(TRUSTED, "%s", printer->alert->msgfile); 1080 (void)Chown (form->alert->msgfile, procuid, procgid); 1084 av[ac++] = arg_string(TRUSTED, "%s", printer->alert->msgfile); [all...] |
| fncs.c | 163 if (ap->msgfile != NULL) 164 free(ap->msgfile); 180 result->msgfile = makepath(Lp_Temp, buf, (char *)0); 181 (void) Unlink(result->msgfile);
|
| dowait.c | 481 (void)Unlink (pas->msgfile);
|
| disp2.c | 119 Unlink (pps->alert->msgfile);
|
| /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/cmd-inet/usr.sbin/in.ftpd/ |
| access.c | 1468 char class[BUFSIZ], msgfile[MAXPATHLEN]; local [all...] |
| ftpd.c | [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/i18n/ |
| gettext_util.c | 72 * msgfile - buffer to store the pathname to the message file 81 * mp->msgfile - pathname to the message file is stored 84 * mp->msgfile is returned 98 p = mp->msgfile; 102 cblen = (uint32_t)(p - mp->msgfile); 120 * totallen is the length of the msgfile 145 gprintf(0, "mp->msgfile: \"%s\"\n", mp->msgfile); 148 return (mp->msgfile); 156 * msgfile - pathname to the message catalog fil [all...] |
| 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
|
| gettext_gnu.c | 326 *mp->msgfile = '\0';
|
| /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...] |
| /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");
|