Home
last modified time | relevance | path

Searched refs:rxstr (Results 1 – 1 of 1) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
Doptions.c1338 char rxstr[256], tmp[128]; in param_set_allowed_chars() local
1342 snprintf(rxstr, 256, "^[%s]*$", tmp); in param_set_allowed_chars()
1343 if (regcomp(param->allowedchars, rxstr, 0) != 0) { in param_set_allowed_chars()