Lines Matching refs:_cupsLangPuts
95 _cupsLangPuts(stderr, _("lpoptions: Unknown printer or class.")); in main()
149 _cupsLangPuts(stderr, _("lpoptions: No printers.")); in main()
167 _cupsLangPuts(stderr, _("lpoptions: No printers.")); in main()
246 _cupsLangPuts(stderr, _("lpoptions: No printers.")); in main()
373 _cupsLangPuts(stdout, buffer); in main()
467 _cupsLangPuts(stdout, buffer); in list_group()
534 _cupsLangPuts(stdout, _("Usage: lpoptions [options] -d destination\n" in usage()
538 _cupsLangPuts(stdout, _("Options:")); in usage()
539 _cupsLangPuts(stdout, _("-d destination Set default destination")); in usage()
540 _cupsLangPuts(stdout, _("-E Encrypt the connection to the server")); in usage()
541 _cupsLangPuts(stdout, _("-h server[:port] Connect to the named server and port")); in usage()
542 _cupsLangPuts(stdout, _("-l Show supported options and values")); in usage()
543 _cupsLangPuts(stdout, _("-o name[=value] Set default option and value")); in usage()
544 _cupsLangPuts(stdout, _("-p destination Specify a destination")); in usage()
545 …_cupsLangPuts(stdout, _("-U username Specify the username to use for authentication")); in usage()
546 _cupsLangPuts(stdout, _("-x destination Remove default options for destination")); in usage()