Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/netpgp/dist/src/libmj/
H A Dmj.h72 int mj_snprint(char */*buf*/, size_t /*size*/, mj_t */*atom*/, int /*encoded*/);
H A Dmj.c230 mj_snprint(char *buf, size_t size, mj_t *atom, int encoded) in mj_snprint() function
281 cc += mj_snprint(&buf[cc], size - cc, &atom->value.v[i], encoded); in mj_snprint()
290 cc += mj_snprint(&buf[cc], size - cc, &atom->value.v[i], encoded); in mj_snprint()
292 cc += mj_snprint(&buf[cc], size - cc, &atom->value.v[i + 1], encoded); in mj_snprint()
314 return mj_snprint(*buf, (unsigned)(size + 1), atom, encoded) + 1; in mj_asprint()