Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/netpgp/dist/src/libmj/
H A Dmj.c38 #define JSON_ESCAPE '\xac' macro
61 if (*s == JSON_ESCAPE) { in strnsave()
62 *newc++ = JSON_ESCAPE; in strnsave()
66 *newc++ = JSON_ESCAPE; in strnsave()
70 *newc++ = JSON_ESCAPE; in strnsave()
269 if (*s == JSON_ESCAPE) { in mj_snprint()
279 *bp++ = JSON_ESCAPE; in mj_snprint()