Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_convert.c42 #define ESCAPE_CHARS "\\\n=:" /* \, \n, =, : */ macro
95 ESCAPE_CHARS); in _cvt_printer_to_entry()
113 (void) strncat_escaped(buf, kvp->key, buflen, ESCAPE_CHARS); in _cvt_printer_to_entry()
115 (void) strncat_escaped(buf, kvp->value, buflen, ESCAPE_CHARS); in _cvt_printer_to_entry()
H A Dnss_write.c44 #define ESCAPE_CHARS "\\\n=: `&;|>^$()<*?[" macro