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

  /external/e2fsprogs/misc/
nls-enable.h 6 #define N_(a) gettext_noop (a)
8 #define N_(a) (a)
19 #define N_(a) a
  /external/libexif/libexif/
i18n.h 31 # define N_(String) gettext_noop (String)
33 # define N_(String) (String)
49 # define N_(String) (String)
  /external/e2fsprogs/e2fsck/
prof_err.c 8 #define N_(a) a
11 N_("Profile version 0.0"),
12 N_("Bad magic value in profile_node"),
13 N_("Profile section not found"),
14 N_("Profile relation not found"),
15 N_( "Attempt to add a relation to node which is not a section"),
16 N_( "A profile section header has a non-zero value"),
17 N_("Bad linked list in profile structures"),
18 N_("Bad group level in profile structures"),
19 N_( "Bad parent pointer in profile structures")
    [all...]
e2fsck.h 47 #define N_(a) gettext_noop (a)
49 #define N_(a) (a)
60 #define N_(a) a
  /external/e2fsprogs/lib/et/test_cases/
continuation.c 8 #define N_(a) a
11 N_("New password was found in a dictionary of possible passwords and\ntherefore may be easily guessed. Please choose another password.\nSee the ovpasswd man page for help in choosing a good password."),
heimdal.c 8 #define N_(a) a
11 N_("Kerberos successful"),
12 N_("Kerberos principal expired"),
13 N_("Kerberos service expired"),
14 N_("Kerberos auth expired"),
15 N_("Incorrect kerberos master key version"),
16 N_("Incorrect kerberos master key version"),
17 N_("Incorrect kerberos master key version"),
18 N_("Kerberos error: byte order unknown"),
19 N_("Kerberos principal unknown")
    [all...]
heimdal2.c 8 #define N_(a) a
11 N_("$Id: kadm_err.et,v 1.5 1998/01/16 23:11:27 joda Exp $"),
12 N_("Cannot fetch local realm"),
13 N_("Unable to fetch credentials"),
14 N_("Bad key supplied"),
15 N_("Can't encrypt data"),
16 N_("Cannot encode/decode authentication info"),
17 N_("Principal attemping change is in wrong realm"),
18 N_("Packet is too large"),
19 N_("Version number is incorrect")
    [all...]
heimdal3.c 8 #define N_(a) a
11 N_("Test message 1"),
12 N_("Test message 2"),
imap_err.c 8 #define N_(a) a
11 N_( "System I/O error"),
12 N_( "Permission denied"),
13 N_( "Over quota"),
14 N_( "Too many user flags in mailbox"),
15 N_( "Mailbox has an invalid format"),
16 N_( "Operation is not supported on mailbox"),
17 N_( "Mailbox does not exist"),
18 N_( "Mailbox already exists"),
19 N_( "Invalid mailbox name")
    [all...]
simple.c 8 #define N_(a) a
11 N_( "Can't read ticket file"),
12 N_( "Can't find ticket or TGT"),
13 N_( "TGT expired"),
14 N_( "Can't decode authenticator"),
15 N_( "Ticket expired"),
16 N_( "Repeated request"),
17 N_( "The ticket isn't for us"),
18 N_( "Request is inconsistent"),
19 N_( "Delta-T too big")
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 8 #define N_(a) a
11 N_( "EXT2FS Library version 1.42.9"),
12 N_( "Wrong magic number for ext2_filsys structure"),
13 N_( "Wrong magic number for badblocks_list structure"),
14 N_( "Wrong magic number for badblocks_iterate structure"),
15 N_( "Wrong magic number for inode_scan structure"),
16 N_( "Wrong magic number for io_channel structure"),
17 N_( "Wrong magic number for unix io_channel structure"),
18 N_( "Wrong magic number for io_manager structure"),
19 N_( "Wrong magic number for block_bitmap structure")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
intl.h 54 #ifndef N_
55 # define N_(msgid) msgid
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 91 # define N_(String) gettext_noop(String)
93 # define N_(String) (String)
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 29 # define N_(String) gettext_noop(String)
31 # define N_(String) (String)
41 #define BAD_MODIF (NO_REGEX + sizeof(N_("no previous regular expression")))
42 #define END_ERRORS (BAD_MODIF + sizeof(N_("cannot specify modifiers on empty regexp")))
  /external/bison/src/
system.h 116 # define N_(Msgid) (Msgid)
  /external/elfutils/0.153/lib/
eu-config.h 76 #define N_(Str) Str
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 44 #define N_(String) gettext_noop(String)
  /external/e2fsprogs/resize/
resize2fs.h 46 #define N_(a) gettext_noop (a)
48 #define N_(a) (a)
58 #define N_(a) a
  /external/oprofile/libpopt/
poptint.h 114 #define N_(foo) foo
  /ndk/sources/host-tools/make-3.81/
make.h 346 #define N_(msgid) gettext_noop (msgid)
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 38 #define N_(msgid) msgid
249 char const *left = gettext_quote (N_("`"), quoting_style);
250 char const *right = gettext_quote (N_("'"), quoting_style);
  /external/bison/lib/
quotearg.c 47 #define N_(msgid) msgid
312 left_quote = gettext_quote (N_("`"), quoting_style);
313 right_quote = gettext_quote (N_("'"), quoting_style);
  /external/libmtp/src/
ptp.c 39 # define N_(String) gettext_noop (String)
41 # define N_(String) (String)
50 # define N_(String) (String)
    [all...]

Completed in 837 milliseconds