Lines Matching refs:gettext

122 use Sun::Solaris::Utils qw(textdomain gettext);
135 gettext("%s: inappropriate use of %s with %s: %s ignored\n"),
139 gettext("%s: inappropriate use of %s without %s: %s ignored\n"),
162 printf STDERR gettext("usage:\n");
164 gettext(" %s [-bCDsVv] [-a | -i | -o ] file | dir ...\n"), $Prog;
166 gettext(" %s [-CDosVv] [-m [-d mapdir]] file\n"), $Prog;
168 gettext("\t[-a] print diagnostics for all symbols\n");
170 gettext("\t[-b] limit diagnostics to bound symbols\n");
172 gettext("\t[-C] print demangled symbol names also\n");
174 gettext("\t[-D] read debugging information from \"file\"\n");
176 gettext("\t[-d dir] create mapfiles in \"mapdir\"\n");
178 gettext("\t[-i] print interesting information (default)\n");
180 gettext("\t[-m] create mapfiles for interface requirements\n");
182 gettext("\t[-o] limit diagnostics to overhead information\n");
184 gettext("\t[-s] save bindings information created by ldd(1)\n");
186 gettext("\t[-V] append interesting symbol visibilities\n");
188 gettext("\t[-v] ignore versioned objects\n");
232 printf STDERR gettext("%s: only one input file is allowed " .
241 printf STDERR gettext("%s: %s is not a directory\n"),
269 printf STDERR gettext("%s: can not locate demangler: " .
301 printf STDERR gettext("%s: %s: unable to stat file\n"),
310 printf STDERR gettext("%s: %s: unable to " .
337 printf STDERR gettext("%s: %s: is not a file or directory\n"),
411 printf STDERR gettext("%s: %s: is an invalid file " .
431 printf STDERR gettext("%s: ldd: does not support -e, " .
454 printf STDERR gettext("%s: %s: unable to capture " .
462 printf STDERR gettext("%s: %s: multiple bindings " .
488 print STDOUT gettext("\tcontinued ...\n");
500 printf STDOUT gettext("%s: %s: bindings information " .
613 printf STDERR gettext("%s: %s: debug file " .
801 printf STDERR gettext("%s: %s: open failed:" .
883 printf STDERR gettext("%s: fork failed: %s\n"),
1431 printf STDERR gettext("%s: %s: unable to process ELF file\n"),