Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
Dutil.h36 extern const char* shellescapes;
Dutil.c35 const char* shellescapes = "|;<>&!$\'\"`#*?()[]{}"; variable
139 int omit_shellescapes(int c) { return strchr(shellescapes, c) != NULL; } in omit_shellescapes()