Lines Matching refs:_cupsLangPuts
80 _cupsLangPuts(stderr, _("lpinfo: Expected 1284 device ID string after \"--device-id\".")); in main()
96 _cupsLangPuts(stderr, _("lpinfo: Expected scheme list after \"--exclude-schemes\".")); in main()
114 _cupsLangPuts(stderr, _("lpinfo: Expected scheme list after \"--include-schemes\".")); in main()
129 _cupsLangPuts(stderr, _("lpinfo: Expected language after \"--language\".")); in main()
144 _cupsLangPuts(stderr, _("lpinfo: Expected make and model after \"--make-and-model\".")); in main()
159 _cupsLangPuts(stderr, _("lpinfo: Expected product string after \"--product\".")); in main()
174 _cupsLangPuts(stderr, _("lpinfo: Expected timeout after \"--timeout\".")); in main()
208 _cupsLangPuts(stderr, _("Error: need hostname after \"-h\" option.")); in main()
474 _cupsLangPuts(stdout, "everywhere IPP Everywhere"); in show_models()
495 _cupsLangPuts(stdout, _("Usage: lpinfo [options] -m\n" in usage()
497 _cupsLangPuts(stdout, _("Options:")); in usage()
498 _cupsLangPuts(stdout, _("-E Encrypt the connection to the server")); in usage()
499 _cupsLangPuts(stdout, _("-h server[:port] Connect to the named server and port")); in usage()
500 _cupsLangPuts(stdout, _("-l Show verbose (long) output")); in usage()
501 _cupsLangPuts(stdout, _("-m Show models")); in usage()
502 …_cupsLangPuts(stdout, _("-U username Specify the username to use for authentication")); in usage()
503 _cupsLangPuts(stdout, _("-v Show devices")); in usage()
504 …_cupsLangPuts(stdout, _("--device-id device-id Show models matching the given IEEE 1284 device I… in usage()
505 _cupsLangPuts(stdout, _("--exclude-schemes scheme-list\n" in usage()
507 _cupsLangPuts(stdout, _("--include-schemes scheme-list\n" in usage()
509 _cupsLangPuts(stdout, _("--language locale Show models matching the given locale")); in usage()
510 …_cupsLangPuts(stdout, _("--make-and-model name Show models matching the given make and model nam… in usage()
511 …_cupsLangPuts(stdout, _("--product name Show models matching the given PostScript product… in usage()
512 …_cupsLangPuts(stdout, _("--timeout seconds Specify the maximum number of seconds to discover… in usage()