HomeSort by relevance Sort by last modified time
    Searched refs:N_ (Results 51 - 75 of 112) sorted by null

1 23 4 5

  /toolchain/binutils/binutils-2.25/bfd/hosts/
alphavms.h 62 #define N_(String) (String)
  /external/toybox/kconfig/
mconf.c 30 static const char mconf_readme[] = N_(
178 menu_instructions[] = N_(
185 radiolist_instructions[] = N_(
190 inputbox_instructions_int[] = N_(
194 inputbox_instructions_hex[] = N_(
197 inputbox_instructions_string[] = N_(
200 setmod_text[] = N_(
203 nohelp_text[] = N_(
205 load_config_text[] = N_(
209 load_config_help[] = N_(
    [all...]
lkc.h 42 #define N_(text) (text)
  /external/elfutils/src/
size.c 57 { NULL, 0, NULL, 0, N_("Output format:"), 0 },
59 N_("Use the output format FORMAT. FORMAT can be `bsd' or `sysv'. "
61 { NULL, 'A', NULL, 0, N_("Same as `--format=sysv'"), 0 },
62 { NULL, 'B', NULL, 0, N_("Same as `--format=bsd'"), 0 },
63 { "radix", OPT_RADIX, "RADIX", 0, N_("Use RADIX for printing symbol values"),
65 { NULL, 'd', NULL, 0, N_("Same as `--radix=10'"), 0 },
66 { NULL, 'o', NULL, 0, N_("Same as `--radix=8'"), 0 },
67 { NULL, 'x', NULL, 0, N_("Same as `--radix=16'"), 0 },
69 N_("Similar to `--format=sysv' output but in one line"), 0 },
71 { NULL, 0, NULL, 0, N_("Output options:"), 0 }
    [all...]
nm.c 66 { NULL, 0, NULL, 0, N_("Output selection:"), 0 },
67 { "debug-syms", 'a', NULL, 0, N_("Display debugger-only symbols"), 0 },
68 { "defined-only", OPT_DEFINED, NULL, 0, N_("Display only defined symbols"),
71 N_("Display dynamic symbols instead of normal symbols"), 0 },
72 { "extern-only", 'g', NULL, 0, N_("Display only external symbols"), 0 },
73 { "undefined-only", 'u', NULL, 0, N_("Display only undefined symbols"), 0 },
75 N_("Include index for symbols from archive members"), 0 },
77 { NULL, 0, NULL, 0, N_("Output format:"), 0 },
79 N_("Print name of the input file before every symbol"), 0 },
82 N_("Use the output format FORMAT. FORMAT can be `bsd', `sysv' or `posix'. The default is `sysv'")
    [all...]
ar.c 68 { NULL, 0, NULL, 0, N_("Commands:"), 1 },
69 { NULL, 'd', NULL, 0, N_("Delete files from archive."), 0 },
70 { NULL, 'm', NULL, 0, N_("Move files in archive."), 0 },
71 { NULL, 'p', NULL, 0, N_("Print files in archive."), 0 },
72 { NULL, 'q', NULL, 0, N_("Quick append files to archive."), 0 },
74 N_("Replace existing or insert new file into archive."), 0 },
75 { NULL, 't', NULL, 0, N_("Display content of archive."), 0 },
76 { NULL, 'x', NULL, 0, N_("Extract files from archive."), 0 },
78 { NULL, 0, NULL, 0, N_("Command Modifiers:"), 2 },
79 { NULL, 'o', NULL, 0, N_("Preserve original dates."), 0 }
    [all...]
elfcompress.c 119 argp_error (state, N_("-o option specified twice"));
126 argp_error (state, N_("-t option specified twice"));
135 argp_error (state, N_("unknown compression type '%s'"), arg);
147 argp_error (state, N_("No input file given"));
153 N_("Only one input file allowed together with '-o'"));
    [all...]
strings.c 66 { NULL, 0, NULL, 0, N_("Output Selection:"), 0 },
67 { "all", 'a', NULL, 0, N_("Scan entire file, not only loaded sections"), 0 },
69 N_("Only NUL-terminated sequences of MIN-LEN characters or more are printed"), 0 },
70 { "encoding", 'e', "SELECTOR", 0, N_("\
74 N_("Print name of the file before each string."), 0 },
76 N_("Print location of the string in base 8, 10, or 16 respectively."), 0 },
77 { NULL, 'o', NULL, 0, N_("Alias for --radix=o"), 0 },
79 { NULL, 0, NULL, 0, N_("Miscellaneous:"), 0 },
84 static const char doc[] = N_("\
88 static const char args_doc[] = N_("[FILE...]")
    [all...]
objdump.c 52 { NULL, 0, NULL, 0, N_("Mode selection:"), 0 },
53 { "reloc", 'r', NULL, 0, N_("Display relocation information."), 0 },
55 N_("Display the full contents of all sections requested"), 0 },
57 N_("Display assembler code of executable sections"), 0 },
59 { NULL, 0, NULL, 0, N_("Output content selection:"), 0 },
61 N_("Only display information for section NAME."), 0 },
67 static const char doc[] = N_("\
71 static const char args_doc[] = N_("[FILE...]");
79 { &color_argp, 0, N_("Output formatting"), 2 },
findtextrel.c 62 { NULL, 0, NULL, 0, N_("Input Selection:"), 0 },
63 { "root", 'r', "PATH", 0, N_("Prepend PATH to all file names"), 0 },
65 N_("Use PATH as root of debuginfo hierarchy"), 0 },
67 { NULL, 0, NULL, 0, N_("Miscellaneous:"), 0 },
72 static const char doc[] = N_("\
76 static const char args_doc[] = N_("[FILE...]");
elfcmp.c 62 { NULL, 0, NULL, 0, N_("Control options:"), 0 },
64 N_("Output all differences, not just the first"), 0 },
65 { "gaps", OPT_GAPS, "ACTION", 0, N_("Control treatment of gaps in loadable segments [ignore|match] (default: ignore)"), 0 },
67 N_("Ignore permutation of buckets in SHT_HASH section"), 0 },
69 N_("Ignore differences in build ID"), 0 },
70 { "quiet", 'q', NULL, 0, N_("Output nothing; yield exit status only"), 0 },
72 { NULL, 0, NULL, 0, N_("Miscellaneous:"), 0 },
77 static const char doc[] = N_("\
81 static const char args_doc[] = N_("FILE1 FILE2");
ranlib.c 65 static const char doc[] = N_("Generate an index to speed access to archives.");
68 static const char args_doc[] = N_("ARCHIVE");
  /external/elfutils/tests/
dwflmodtest.c 208 #undef N_
209 #define N_(Str) Str
213 { "functions", 'f', NULL, 0, N_("Additionally show function names"), 0 },
214 { "inlines", 'i', NULL, 0, N_("Show instances of inlined functions"), 0 },
  /external/google-breakpad/src/common/android/include/
stab.h 89 #define _STAB_CODE_DEF(x,y) N_##x = y,
  /external/eigen/unsupported/Eigen/src/Splines/
Spline.h 25 * C(u) & = \sum_{i=0}^{n}N_{i,p}(u)P_i
106 * C(u) & = \sum_{i=0}^{n}N_{i,p}P_i
119 * \frac{d^i}{du^i}C(u) & = \sum_{i=0}^{n} \frac{d^i}{du^i} N_{i,p}(u)P_i
148 * N_{i,p}(u), \hdots, N_{i+p+1,p}(u)
162 * \frac{d^i}{du^i} N_{i,p}(u), \hdots, \frac{d^i}{du^i} N_{i+p+1,p}(u)
203 * N_{i,p}(u), \hdots, N_{i+p+1,p}(u)
230 DerivativeType& N_);
    [all...]
  /external/bison/src/
system.h 116 # define N_(Msgid) (Msgid)
  /external/icu/icu4c/source/samples/layout/
gnomelayout.cpp 196 GNOMEUIINFO_SUBTREE(N_((gchar *) "File"), fileMenu),
197 GNOMEUIINFO_SUBTREE(N_((gchar *) "Help"), helpMenu),
cgnomelayout.c 188 GNOMEUIINFO_SUBTREE(N_((gchar *) "File"), fileMenu),
189 GNOMEUIINFO_SUBTREE(N_((gchar *) "Help"), helpMenu),
  /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/elfutils/lib/
color.c 53 N_("colorize the output. WHEN defaults to 'always' or can be 'auto' or 'never'"), 0 },
eu-config.h 56 #define N_(Str) Str
  /toolchain/binutils/binutils-2.25/cpu/
iq2000.opc 60 static const char * MISSING_CLOSING_PARENTHESIS = N_("missing `)'");
  /external/libexif/libexif/
exif-data.c 1178 {EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS, N_("Ignore unknown tags"),
1179 N_("Ignore unknown tags when loading EXIF data.")},
1180 {EXIF_DATA_OPTION_FOLLOW_SPECIFICATION, N_("Follow specification"),
1181 N_("Add, correct and remove entries to get EXIF data that follows "
1183 {EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE, N_("Do not change maker note"),
1184 N_("When loading and resaving Exif data, save the maker note unmodified."
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
v850-opc.c 54 static const char * not_valid = N_ ("displacement value is not in range and is not aligned");
55 static const char * out_of_range = N_ ("displacement value is out of range");
56 static const char * not_aligned = N_ ("displacement value is not aligned");
58 static const char * immediate_out_of_range = N_ ("immediate value is out of range");
59 static const char * branch_out_of_range = N_ ("branch value out of range");
60 static const char * branch_out_of_range_and_odd_offset = N_ ("branch value not in range and to odd offset");
61 static const char * branch_to_odd_offset = N_ ("branch to odd offset");
62 static const char * pos_out_of_range = N_ ("position value is out of range");
63 static const char * width_out_of_range = N_ ("width value is out of range");
64 static const char * selid_out_of_range = N_ ("SelID is out of range")
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 560 N_("ARM register expected"),
561 N_("bad or missing co-processor number"),
562 N_("co-processor register expected"),
563 N_("FPA register expected"),
564 N_("VFP single precision register expected"),
565 N_("VFP/Neon double precision register expected"),
566 N_("Neon quad precision register expected"),
567 N_("VFP single or double precision register expected"),
568 N_("Neon double or quad precision register expected"),
569 N_("VFP single, double or Neon quad precision register expected")
    [all...]

Completed in 1417 milliseconds

1 23 4 5