Lines Matching refs:_cupsLangPuts
494 _cupsLangPuts(stdout, in show_jobs()
523 _cupsLangPuts(stdout, "\n"); in show_jobs()
554 _cupsLangPuts(stdout, _("no entries")); in show_jobs()
641 _cupsLangPuts(stderr, _("Usage: lpq [options] [+interval]")); in usage()
642 _cupsLangPuts(stdout, _("Options:")); in usage()
643 _cupsLangPuts(stdout, _("-a Show jobs on all destinations")); in usage()
644 _cupsLangPuts(stdout, _("-E Encrypt the connection to the server")); in usage()
645 _cupsLangPuts(stdout, _("-h server[:port] Connect to the named server and port")); in usage()
646 _cupsLangPuts(stdout, _("-l Show verbose (long) output")); in usage()
647 _cupsLangPuts(stdout, _("-P destination Show status for the specified destination")); in usage()
648 …_cupsLangPuts(stdout, _("-U username Specify the username to use for authentication")); in usage()