Searched refs:PNP_STRING_LEN (Results 1 – 3 of 3) sorted by relevance
21 #define PNP_STRING_LEN 1024 macro26 char pnp_string[PNP_STRING_LEN];
52 #define PNP_STRING_LEN 1024 macro914 if (w_length <= PNP_STRING_LEN && in gprinter_req_match()1167 result = strlcpy(page, opts->pnp_string + 2, PNP_STRING_LEN - 2); in f_printer_opts_pnp_string_show()1180 result = strlcpy(opts->pnp_string + 2, page, PNP_STRING_LEN - 2); in f_printer_opts_pnp_string_store()
91 static char pnp_string[PNP_STRING_LEN] =153 strlcpy(&pnp_string[2], iPNPstring, PNP_STRING_LEN - 2); in printer_bind()161 memcpy(opts->pnp_string, pnp_string, PNP_STRING_LEN); in printer_bind()