Searched refs:lpoption (Results 1 – 3 of 3) sorted by relevance
3957 const char *lpoption; member4504 get_lpoption_name (const gchar *lpoption) argument4509 if (strcmp (ppd_option_names[i].ppd_keyword, lpoption) == 0)4513 if (strcmp (lpoption_names[i].lpoption, lpoption) == 0)4516 return g_strdup_printf ("cups-%s", lpoption);
4803 const char *lpoption; member5345 get_lpoption_name (const gchar *lpoption) in get_lpoption_name() argument5350 if (strcmp (ppd_option_names[i].ppd_keyword, lpoption) == 0) in get_lpoption_name()5354 if (strcmp (lpoption_names[i].lpoption, lpoption) == 0) in get_lpoption_name()5357 return g_strdup_printf ("cups-%s", lpoption); in get_lpoption_name()
4760 const char *lpoption; member5311 get_lpoption_name (const char *lpoption) in get_lpoption_name() argument5316 if (strcmp (ppd_option_names[i].ppd_keyword, lpoption) == 0) in get_lpoption_name()5320 if (strcmp (lpoption_names[i].lpoption, lpoption) == 0) in get_lpoption_name()5323 return g_strdup_printf ("cups-%s", lpoption); in get_lpoption_name()