HomeSort by: relevance | last modified time | path
    Searched defs:msgstr (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-lex.h 94 char *msgstr; member in struct:msgstr_def
msgexec.c 369 const char *msgstr = mp->msgstr; local
374 for (p = msgstr; p < msgstr + msgstr_len; )
msgfilter.c 759 const char *msgstr = mp->msgstr; local
774 for (p = msgstr, nsubstrings = 0;
775 p < msgstr + msgstr_len;
780 for (p = msgstr, k = 0, total_len = 0; k < nsubstrings; k++)
806 mp->msgstr = total_str;
msggrep.c 112 { "msgstr", no_argument, NULL, 'T' },
534 [-J MSGCTXT-PATTERN] [-K MSGID-PATTERN] [-T MSGSTR-PATTERN]\n\
540 or if -T is given and its translation (msgstr) matches MSGSTR-PATTERN,\n\
547 MSGCTXT-PATTERN or MSGID-PATTERN or MSGSTR-PATTERN or COMMENT-PATTERN or\n\
557 -T, --msgstr start of patterns for the msgstr\n\
685 const char *msgstr; local
706 /* Test msgstr using the --msgstr arguments. *
    [all...]
read-mo.c 296 char *msgstr; local
315 /* Read the msgstr. */
316 msgstr = get_string (&bf, header.trans_tab_offset + i * 8,
324 msgstr, msgstr_len,
352 char *msgstr; local
373 /* Read the msgstr. */
375 msgstr = get_sysdep_string (&bf, offset, &header, &msgstr_len);
382 msgstr, msgstr_len,
414 str_end = msgstr + msgstr_len;
415 for (str = msgstr; str < str_end; str += strlen (str) + 1
    [all...]
read-properties.c 51 where the key is the msgid and the value is the msgstr. Messages with
526 char *msgstr; local
531 msgstr = read_escaped_string (false);
532 if (msgstr == NULL)
533 msgstr = xstrdup ("");
537 force_fuzzy = (hidden && msgid[0] != '\0' && msgstr[0] != '\0');
540 msgstr, strlen (msgstr) + 1, &msgstr_pos,
message.h 113 /* The msgstr strings. */
114 const char *msgstr; member in struct:message_ty
115 /* The number of bytes in msgstr, including the terminating NUL. */
161 const char *msgstr; member in struct:message_ty::altstr
174 const char *msgstr, size_t msgstr_len,
read-stringtable.c 51 where the key is the msgid and the value is the msgstr.
530 with an optional trailing semicolon as being the fuzzy msgstr, not a
846 char *msgstr; local
850 /* Prepare for next msgid/msgstr pair. */
880 msgstr = xstrdup ("");
883 msgstr, strlen (msgstr) + 1, &msgstr_pos,
890 msgstr = read_string (&msgstr_pos);
891 if (msgstr == NULL)
900 tentative msgstr in the form of a C style comment. *
    [all...]
msgmerge.c 734 const char *msgstr, size_t msgstr_len,
747 const char *p_end = msgstr + msgstr_len;
750 for (p = msgstr; p < p_end; p += strlen (p) + 1)
752 void *msgstr_descr = parser->parse (msgstr, true, &invalid_reason);
782 const char *msgstr; local
794 /* Take the msgstr from the definition. The msgstr of the reference
796 process the header entry we have to merge the msgstr by using the
844 cp = def->msgstr;
902 msgid_bugs_ptr = c_strstr (ref->msgstr, "Report-Msgid-Bugs-To:")
    [all...]
xgettext.c 129 /* String used as prefix for msgstr. */
132 /* String used as suffix for msgstr. */
213 { "msgstr-prefix", optional_argument, NULL, 'm' },
214 { "msgstr-suffix", optional_argument, NULL, 'M' },
568 /* Canonize msgstr prefix/suffix. */
884 -m, --msgstr-prefix[=STRING] use STRING or \"\" as prefix for msgstr entries\n"));
886 -M, --msgstr-suffix[=STRING] use STRING or \"\" as suffix for msgstr entries\n"));
917 char *msgstr, size_t msgstr_len
1984 char *msgstr; local
2227 char *msgstr; local
2774 char *msgstr; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
attrib.h 63 const char *msgstr; member in class:DeprecatedDeclaration
  /src/external/bsd/nvi/dist/common/
exf.c 783 const char *msgstr; local
977 msgstr = msg_cat(sp,
979 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);
982 msgstr = msg_cat(sp, LF_ISSET(FS_APPEND) ?
985 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 129 msgstr \"\"
595 ;; start of keyword lines are START-OF-MSGID and START-OF-MSGSTR.
599 (defvar po-start-of-msgstr)
614 ;; To allow simultaneous edition of the comment and the msgstr of an entry,
616 ;; the msgstr line if the msgstr is being edited. EDIT-BUFFER is the
676 Msgstr Comments M Mail officially
764 "Msgstr"
765 ["Edit msgstr" po-edit-msgstr
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc 1070 char *msgstr = NULL; local
1072 msgstr = dbev->get_error_msg ();
1074 msgstr = dbev->get_warning_msg ();
1076 msgstr = dbev->get_processor_msg (PSTAT_MSG);
1078 msgstr = dbev->get_processor_msg (PWARN_MSG);
1079 return msgstr ? dbe_strdup (msgstr) : NULL;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc 1070 char *msgstr = NULL; local
1072 msgstr = dbev->get_error_msg ();
1074 msgstr = dbev->get_warning_msg ();
1076 msgstr = dbev->get_processor_msg (PSTAT_MSG);
1078 msgstr = dbev->get_processor_msg (PWARN_MSG);
1079 return msgstr ? dbe_strdup (msgstr) : NULL;

Completed in 37 milliseconds