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

  /external/elfutils/lib/
system.h 38 #define gettext_noop(Str) Str macro
  /external/bison/lib/
gettext.h 76 #define gettext_noop(String) String macro
  /external/e2fsprogs/intl/
libgettext.h 89 #define gettext_noop(Str) (Str) macro
  /external/clearsilver/util/regex/
regex.c 47 #ifndef gettext_noop
50 #define gettext_noop(String) String macro
946 gettext_noop ("Success"), /* REG_NOERROR */
947 gettext_noop ("No match"), /* REG_NOMATCH */
948 gettext_noop ("Invalid regular expression"), /* REG_BADPAT */
949 gettext_noop ("Invalid collation character"), /* REG_ECOLLATE */
950 gettext_noop ("Invalid character class name"), /* REG_ECTYPE */
951 gettext_noop ("Trailing backslash"), /* REG_EESCAPE */
952 gettext_noop ("Invalid back reference"), /* REG_ESUBREG */
953 gettext_noop ("Unmatched [ or [^"), /* REG_EBRACK *
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 54 #define gettext_noop(S) (S) macro

Completed in 186 milliseconds