Lines Matching refs:gettext

183 		(void) fprintf(stderr, gettext(msg20));
244 (void) fprintf(stderr, gettext(msg1),
246 (void) fprintf(stderr, gettext(msg2));
247 finish(gettext(msg3), "", 1);
253 (void) fprintf(stderr, gettext(msg4));
254 finish(gettext(msg5), "", 1);
258 gettext("shutdown: Incompatible switches '-r' & '-h'\n"));
259 finish(gettext("shutdown: Incompatible switches '-r' & '-h'"),
264 gettext("shutdown: Incompatible switches '-f' & '-n'\n"));
265 finish(gettext("shutdown: Incompatible switches '-f' & '-n'"),
269 (void) fprintf(stderr, gettext("shutdown: NOT super-user\n"));
270 finish(gettext("shutdown: NOT super-user"), "", 1);
291 (void) printf(gettext("Shutdown at %5.5s (in "), ts+11);
307 (void) printf(gettext("[pid %d]\n"), i);
361 fprintf(stderr, gettext("Cannot open %s.\n"),
368 gettext("%.*s in utmpx is not a tty\n"),
405 (void) printf(gettext(msg6));
415 (void) printf(gettext(msg7));
416 finish(gettext(msg8), "", 0);
444 (void) printf(gettext(msg9));
446 (void) printf(gettext(msg10), nosync);
448 (void) printf(gettext("-l\n"));
453 (void) printf(gettext(msg11));
519 (void) printf(gettext(msg12));
520 finish(gettext(msg13), gettext(msg14), 0);
524 (void) printf(gettext("Bad time format\n"));
525 finish(gettext("Bad time format"), "", 0);
540 (void) fprintf(termf, gettext(msg15), type, shutter, hostname);
544 (void) fprintf(termf, gettext(msg16), ts+11);
546 (void) fprintf(termf, gettext(msg17), (delay+30)/60,
549 (void) fprintf(termf, gettext(msg18), delay,
552 (void) fprintf(termf, gettext(msg19));
614 (void) fprintf(stderr, gettext("about to call %s\n"), host);
620 (void) fprintf(stderr, gettext("couldn't make rpc call: "));