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

/netbsd-6-1-5-RELEASE/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) function
281 cc += mj_snprint(&buf[cc], size - cc, &atom->value.v[i], encoded);
290 cc += mj_snprint(&buf[cc], size - cc, &atom->value.v[i], encoded);
292 cc += mj_snprint(&buf[cc], size - cc, &atom->value.v[i + 1], encoded);
299 (void) fprintf(stderr, "mj_snprint: weird type %d\n", atom->type);
314 return mj_snprint(*buf, (unsigned)(size + 1), atom, encoded) + 1;

Completed in 170 milliseconds