Lines Matching refs:_cupsLangPuts
96 _cupsLangPuts(stderr, in main()
113 _cupsLangPuts(stderr, _("lpadmin: Expected class name after \"-c\" option.")); in main()
122 _cupsLangPuts(stderr, in main()
155 _cupsLangPuts(stderr, _("lpadmin: Expected printer name after \"-d\" option.")); in main()
164 _cupsLangPuts(stderr, _("lpadmin: Printer name can only contain printable characters.")); in main()
192 _cupsLangPuts(stderr, _("lpadmin: Expected hostname after \"-h\" option.")); in main()
231 …_cupsLangPuts(stderr, _("lpadmin: System V interface scripts are no longer supported for security … in main()
282 _cupsLangPuts(stderr, _("lpadmin: Expected model after \"-m\" option.")); in main()
302 _cupsLangPuts(stderr, _("lpadmin: Expected name=value after \"-o\" option.")); in main()
322 _cupsLangPuts(stderr, _("lpadmin: Expected printer after \"-p\" option.")); in main()
331 _cupsLangPuts(stderr, _("lpadmin: Printer name can only contain printable characters.")); in main()
352 _cupsLangPuts(stderr, in main()
369 _cupsLangPuts(stderr, _("lpadmin: Expected class after \"-r\" option.")); in main()
378 _cupsLangPuts(stderr, _("lpadmin: Class name can only contain printable characters.")); in main()
400 _cupsLangPuts(stderr, in main()
417 _cupsLangPuts(stderr, _("lpadmin: Expected name after \"-R\" option.")); in main()
459 _cupsLangPuts(stderr, _("lpadmin: Expected allow/deny:userlist after \"-u\" option.")); in main()
489 _cupsLangPuts(stderr, _("lpadmin: Expected device URI after \"-v\" option.")); in main()
522 _cupsLangPuts(stderr, _("lpadmin: Expected printer or class after \"-x\" option.")); in main()
531 _cupsLangPuts(stderr, _("lpadmin: Printer name can only contain printable characters.")); in main()
553 _cupsLangPuts(stderr, _("lpadmin: Expected description after \"-D\" option.")); in main()
566 _cupsLangPuts(stderr, _("lpadmin: Expected file type(s) after \"-I\" option.")); in main()
570 _cupsLangPuts(stderr, _("lpadmin: Warning - content type list ignored.")); in main()
585 _cupsLangPuts(stderr, _("lpadmin: Expected location after \"-L\" option.")); in main()
616 _cupsLangPuts(stderr, _("lpadmin: Raw queues are no longer supported on macOS.")); in main()
618 …_cupsLangPuts(stderr, _("lpadmin: Raw queues are deprecated and will stop working in a future vers… in main()
622 _cupsLangPuts(stderr, _("lpadmin: Use the 'everywhere' model for shared printers.")); in main()
637 …_cupsLangPuts(stderr, _("lpadmin: Printer drivers are deprecated and will stop working in a future… in main()
644 _cupsLangPuts(stderr, in main()
958 _cupsLangPuts(stderr, _("lpadmin: No member names were seen.")); in delete_printer_from_class()
1615 _cupsLangPuts(stdout, _("Usage: lpadmin [options] -d destination\n" in usage()
1620 _cupsLangPuts(stdout, _("Options:")); in usage()
1621 _cupsLangPuts(stdout, _("-c class Add the named destination to a class")); in usage()
1622 …_cupsLangPuts(stdout, _("-d destination Set the named destination as the server default")… in usage()
1623 …_cupsLangPuts(stdout, _("-D description Specify the textual description of the printer")); in usage()
1624 _cupsLangPuts(stdout, _("-E Encrypt the connection to the server")); in usage()
1625 …_cupsLangPuts(stdout, _("-E Enable and accept jobs on the printer (after -p)"… in usage()
1626 _cupsLangPuts(stdout, _("-h server[:port] Connect to the named server and port")); in usage()
1627 _cupsLangPuts(stdout, _("-i ppd-file Specify a PPD file for the printer")); in usage()
1628 _cupsLangPuts(stdout, _("-L location Specify the textual location of the printer")); in usage()
1629 …_cupsLangPuts(stdout, _("-m model Specify a standard model/PPD file for the printer… in usage()
1630 …_cupsLangPuts(stdout, _("-m everywhere Specify the printer is compatible with IPP Everyw… in usage()
1631 …_cupsLangPuts(stdout, _("-o name-default=value Specify the default value for the named option")); in usage()
1632 …_cupsLangPuts(stdout, _("-o Name=Value Specify the default value for the named PPD optio… in usage()
1633 _cupsLangPuts(stdout, _("-o cupsIPPSupplies=false\n" in usage()
1635 _cupsLangPuts(stdout, _("-o cupsSNMPSupplies=false\n" in usage()
1637 …_cupsLangPuts(stdout, _("-o job-k-limit=N Specify the kilobyte limit for per-user quotas")); in usage()
1638 _cupsLangPuts(stdout, _("-o job-page-limit=N Specify the page limit for per-user quotas")); in usage()
1639 _cupsLangPuts(stdout, _("-o job-quota-period=N Specify the per-user quota period in seconds")); in usage()
1640 _cupsLangPuts(stdout, _("-o printer-error-policy=name\n" in usage()
1642 _cupsLangPuts(stdout, _("-o printer-is-shared=true\n" in usage()
1644 _cupsLangPuts(stdout, _("-o printer-op-policy=name\n" in usage()
1646 _cupsLangPuts(stdout, _("-p destination Specify/add the named destination")); in usage()
1647 _cupsLangPuts(stdout, _("-r class Remove the named destination from a class")); in usage()
1648 _cupsLangPuts(stdout, _("-R name-default Remove the default value for the named option")); in usage()
1649 _cupsLangPuts(stdout, _("-u allow:all Allow all users to print")); in usage()
1650 …_cupsLangPuts(stdout, _("-u allow:list Allow the list of users or groups (@name) to prin… in usage()
1651 …_cupsLangPuts(stdout, _("-u deny:list Prevent the list of users or groups (@name) to pr… in usage()
1652 …_cupsLangPuts(stdout, _("-U username Specify the username to use for authentication")); in usage()
1653 _cupsLangPuts(stdout, _("-v device-uri Specify the device URI for the printer")); in usage()
1654 _cupsLangPuts(stdout, _("-x destination Remove the named destination")); in usage()