HomeSort by: relevance | last modified time | path
    Searched refs:mj_string_size (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/libmj/
mj.h 74 int mj_string_size(mj_t */*atom*/);
mj.c 334 size = mj_string_size(atom) + 1;
479 mj_string_size(mj_t *atom) function
500 cc += mj_string_size(&atom->value.v[i]);
510 cc += mj_string_size(&atom->value.v[i]) + 1 + mj_string_size(&atom->value.v[i + 1]);
517 (void) fprintf(stderr, "mj_string_size: weird type %d\n", atom->type);
  /src/usr.sbin/envstat/
envstat.c 1733 * mj_string_size does not appear to allocate enough
1742 output_size = mj_string_size(&envstatj) * 3;

Completed in 38 milliseconds