HomeSort by: relevance | last modified time | path
    Searched defs:N_ (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/gpl2/diffutils/dist/lib/
freesoft.c 27 #define N_(Text) Text
29 char const free_software_msgid[] = N_("\
xmalloc.c 42 #define N_(Text) Text
65 char const xalloc_msg_memory_exhausted[] = N_("memory exhausted");
  /src/external/gpl2/xcvs/dist/lib/
xalloc-die.c 36 #define N_(msgid) msgid
gai_strerror.c 38 # define N_(String) String
48 { EAI_ADDRFAMILY, N_("Address family for hostname not supported") },
49 { EAI_AGAIN, N_("Temporary failure in name resolution") },
50 { EAI_BADFLAGS, N_("Bad value for ai_flags") },
51 { EAI_FAIL, N_("Non-recoverable failure in name resolution") },
52 { EAI_FAMILY, N_("ai_family not supported") },
53 { EAI_MEMORY, N_("Memory allocation failure") },
54 { EAI_NODATA, N_("No address associated with hostname") },
55 { EAI_NONAME, N_("Name or service not known") },
56 { EAI_SERVICE, N_("Servname not supported for ai_socktype") }
    [all...]
getaddrinfo.c 38 #define N_(String) String
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_locale.h 30 # define N_(String) gettext_noop (String)
32 # define N_(String) (String)
36 # define N_(String) (String)
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_locale.h 30 # define N_(String) gettext_noop (String)
32 # define N_(String) (String)
36 # define N_(String) (String)
  /src/crypto/external/bsd/heimdal/dist/kuser/
kuser_locl.h 97 #define N_(x,y) gettext(x)
101 #define N_(x,y) (x)
  /src/external/bsd/openldap/dist/include/ac/
localize.h 30 # define N_(s) gettext_noop(s)
39 # define N_(s) s
  /src/external/public-domain/xz/dist/src/common/
tuklib_gettext.h 41 #define N_(msgid) msgid
  /src/crypto/external/cpl/trousers/dist/src/tspi/gtk/
support.h 32 # define N_(String) gettext_noop (String)
34 # define N_(String) (String)
43 # define N_(String) (String)
  /src/external/gpl3/binutils/dist/opcodes/
opintl.h 45 # define N_(String) gettext_noop (String)
47 # define N_(String) (String)
62 # define N_(String) (String)
  /src/external/gpl3/binutils.old/dist/opcodes/
opintl.h 45 # define N_(String) gettext_noop (String)
47 # define N_(String) (String)
62 # define N_(String) (String)
  /src/external/gpl3/gdb.old/dist/opcodes/
opintl.h 45 # define N_(String) gettext_noop (String)
47 # define N_(String) (String)
62 # define N_(String) (String)
  /src/external/gpl3/gdb/dist/opcodes/
opintl.h 45 # define N_(String) gettext_noop (String)
47 # define N_(String) (String)
62 # define N_(String) (String)
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
gettext-3-prg.c 34 #define N_(string) string
44 { "String1", N_("First string for testing.") },
45 { "String2", N_("Another string for testing.") }
  /src/external/gpl2/grep/dist/lib/
xmalloc.c 42 #define N_(Text) Text
68 char const xalloc_msg_memory_exhausted[] = N_("memory exhausted");
  /src/external/gpl3/binutils/dist/bfd/hosts/
alphavms.h 68 #define N_(String) (String)
  /src/external/gpl3/binutils/dist/gas/
asintl.h 38 # define N_(String) gettext_noop (String)
40 # define N_(String) (String)
55 # define N_(String) (String)
  /src/external/gpl3/binutils/dist/libctf/
ctf-intl.h 48 # define N_(String) gettext_noop (String)
50 # define N_(String) String
65 # define N_(String) String
  /src/external/gpl3/binutils.old/dist/bfd/hosts/
alphavms.h 68 #define N_(String) (String)
  /src/external/gpl3/binutils.old/dist/gas/
asintl.h 38 # define N_(String) gettext_noop (String)
40 # define N_(String) (String)
55 # define N_(String) (String)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-intl.h 48 # define N_(String) gettext_noop (String)
50 # define N_(String) String
65 # define N_(String) String
  /src/external/gpl3/gcc/dist/gcc/
intl.h 56 #ifndef N_
57 # define N_(msgid) msgid
60 /* Like N_, but for GCC diagnostic format strings. See ABOUT-GCC-NLS for
  /src/external/gpl3/gcc.old/dist/gcc/
intl.h 56 #ifndef N_
57 # define N_(msgid) msgid
60 /* Like N_, but for GCC diagnostic format strings. See ABOUT-GCC-NLS for

Completed in 36 milliseconds

1 2 3