Lines Matching refs:_cupsLangPuts
174 _cupsLangPuts(stderr, _("cupsd: Expected config filename " in main()
204 _cupsLangPuts(stderr, in main()
211 _cupsLangPuts(stderr, in main()
244 _cupsLangPuts(stderr, _("cupsd: On-demand support not compiled " in main()
270 _cupsLangPuts(stderr, _("cupsd: Expected cups-files.conf " in main()
281 _cupsLangPuts(stderr, _("cupsd: Relative cups-files.conf " in main()
2134 _cupsLangPuts(fp, _("Usage: cupsd [options]")); in usage()
2135 _cupsLangPuts(fp, _("Options:")); in usage()
2136 _cupsLangPuts(fp, _("-c cupsd.conf Set cupsd.conf file to use.")); in usage()
2137 _cupsLangPuts(fp, _("-f Run in the foreground.")); in usage()
2138 _cupsLangPuts(fp, _("-F Run in the foreground but detach from console.")); in usage()
2139 _cupsLangPuts(fp, _("-h Show this usage message.")); in usage()
2141 _cupsLangPuts(fp, _("-l Run cupsd on demand.")); in usage()
2143 _cupsLangPuts(fp, _("-s cups-files.conf Set cups-files.conf file to use.")); in usage()
2144 _cupsLangPuts(fp, _("-t Test the configuration file.")); in usage()