Home | History | Annotate | Download | only in cups

Lines Matching refs:localize

29 static void	localize(http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, const char *option, const char *value);
161 else if (!strcmp(argv[2], "localize") && argc < 6)
164 localize(http, dest, dinfo, argv[3], argv[4]);
166 localize(http, dest, dinfo, argv[3], NULL);
168 localize(http, dest, dinfo, NULL, NULL);
241 * 'localize()' - Localize an option and value.
245 localize(http_t *http, /* I - Connection to destination */
263 localize(http, dest, dinfo, ippGetString(attr, i, NULL), NULL);
283 localize(http, dest, dinfo, options[i], NULL);
752 puts(" localize option [value]");